BackendServiceFabricClusterPropertiesResponse

data class BackendServiceFabricClusterPropertiesResponse(val clientCertificateId: String? = null, val clientCertificatethumbprint: String? = null, val managementEndpoints: List<String>, val maxPartitionResolutionRetries: Int? = null, val serverCertificateThumbprints: List<String>? = null, val serverX509Names: List<X509CertificateNameResponse>? = null)

Properties of the Service Fabric Type Backend.

Constructors

constructor(clientCertificateId: String? = null, clientCertificatethumbprint: String? = null, managementEndpoints: List<String>, maxPartitionResolutionRetries: Int? = null, serverCertificateThumbprints: List<String>? = null, serverX509Names: List<X509CertificateNameResponse>? = null)

Types

Link copied to clipboard
object Companion

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