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)
Constructors
Link copied to clipboard
fun BackendServiceFabricCluster(clientCertificateId: String? = null, clientCertificateThumbprint: String? = null, managementEndpoints: List<String>, maxPartitionResolutionRetries: Int, serverCertificateThumbprints: List<String>? = null, serverX509Names: List<BackendServiceFabricClusterServerX509Name>? = null)