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
constructor(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)
Properties
Link copied to clipboard
The client certificate id for the management endpoint.
Link copied to clipboard
The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided
Link copied to clipboard
The cluster management endpoint.
Link copied to clipboard
Maximum number of retries while attempting resolve the partition.
Link copied to clipboard
Thumbprints of certificates cluster management service uses for tls communication
Link copied to clipboard
Server X509 Certificate Names Collection