BackendServiceFabricClusterProperties interface

Properties of the Service Fabric Type Backend.

Properties

clientCertificateId

The client certificate id for the management endpoint.

clientCertificatethumbprint

The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided

managementEndpoints

The cluster management endpoint.

maxPartitionResolutionRetries

Maximum number of retries while attempting resolve the partition.

serverCertificateThumbprints

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[]

Property Value