BackendServiceFabricClusterProperties interface
Properties of the Service Fabric Type Backend.
Properties
client |
The client certificate id for the management endpoint. |
client |
The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided |
management |
The cluster management endpoint. |
max |
Maximum number of retries while attempting resolve the partition. |
server |
Thumbprints of certificates cluster management service uses for tls communication |
serverX509Names | Server X509 Certificate Names Collection |
Property Details
clientCertificateId
The client certificate id for the management endpoint.
clientCertificateId?: string
Property Value
string
clientCertificatethumbprint
The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
clientCertificatethumbprint?: string
Property Value
string
managementEndpoints
The cluster management endpoint.
managementEndpoints: string[]
Property Value
string[]
maxPartitionResolutionRetries
Maximum number of retries while attempting resolve the partition.
maxPartitionResolutionRetries?: number
Property Value
number
serverCertificateThumbprints
Thumbprints of certificates cluster management service uses for tls communication
serverCertificateThumbprints?: string[]
Property Value
string[]
serverX509Names
Server X509 Certificate Names Collection
serverX509Names?: X509CertificateName[]