BackendServiceFabricClusterProperties Class

Definition

Properties of the Service Fabric Type Backend.

public class BackendServiceFabricClusterProperties
type BackendServiceFabricClusterProperties = class
Public Class BackendServiceFabricClusterProperties
Inheritance
BackendServiceFabricClusterProperties

Constructors

BackendServiceFabricClusterProperties()

Initializes a new instance of the BackendServiceFabricClusterProperties class.

BackendServiceFabricClusterProperties(IList<String>, String, String, Nullable<Int32>, IList<String>, IList<X509CertificateName>)

Initializes a new instance of the BackendServiceFabricClusterProperties class.

Properties

ClientCertificateId

Gets or sets the client certificate id for the management endpoint.

ClientCertificatethumbprint

Gets or sets the client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided

ManagementEndpoints

Gets or sets the cluster management endpoint.

MaxPartitionResolutionRetries

Gets or sets maximum number of retries while attempting resolve the partition.

ServerCertificateThumbprints

Gets or sets thumbprints of certificates cluster management service uses for tls communication

ServerX509Names

Gets or sets server X509 Certificate Names Collection

Methods

Validate()

Validate the object.

Applies to