BackendServiceFabricCluster

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
constructor(clientCertificateId: String? = null, clientCertificateThumbprint: String? = null, managementEndpoints: List<String>, maxPartitionResolutionRetries: Int, serverCertificateThumbprints: List<String>? = null, serverX509Names: List<BackendServiceFabricClusterServerX509Name>? = null)

Types

Link copied to clipboard
object Companion

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.