Backend Service Fabric Cluster Properties Args
data class BackendServiceFabricClusterPropertiesArgs(val clientCertificateId: Output<String>? = null, val clientCertificatethumbprint: Output<String>? = null, val managementEndpoints: Output<List<String>>, val maxPartitionResolutionRetries: Output<Int>? = null, val serverCertificateThumbprints: Output<List<String>>? = null, val serverX509Names: Output<List<X509CertificateNameArgs>>? = null) : ConvertibleToJava<BackendServiceFabricClusterPropertiesArgs>
Properties of the Service Fabric Type Backend.
Constructors
Link copied to clipboard
fun BackendServiceFabricClusterPropertiesArgs(clientCertificateId: Output<String>? = null, clientCertificatethumbprint: Output<String>? = null, managementEndpoints: Output<List<String>>, maxPartitionResolutionRetries: Output<Int>? = null, serverCertificateThumbprints: Output<List<String>>? = null, serverX509Names: Output<List<X509CertificateNameArgs>>? = null)