Backend Service Fabric Cluster
data class BackendServiceFabricCluster(val clientCertificateId: String? = null, val clientCertificateThumbprint: String? = null, val managementEndpoints: List<String>, val maxPartitionResolutionRetries: Int, val serverCertificateThumbprints: List<String>? = null, val serverX509Names: List<BackendServiceFabricClusterServerX509Name>? = null)
Properties
Link copied to clipboard
The client certificate resource id for the management endpoint.
Link copied to clipboard
The client certificate thumbprint for the management endpoint.
Link copied to clipboard
A list of cluster management endpoints.
Link copied to clipboard
The maximum number of retries when attempting resolve the partition.
Link copied to clipboard
A list of thumbprints of the server certificates of the Service Fabric cluster.
Link copied to clipboard
One or more server_x509_name
blocks as documented below.