Share via


BackendServiceFabricClusterProperties Constructors

Definition

Overloads

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.

BackendServiceFabricClusterProperties()

Initializes a new instance of the BackendServiceFabricClusterProperties class.

public BackendServiceFabricClusterProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the BackendServiceFabricClusterProperties class.

public BackendServiceFabricClusterProperties (System.Collections.Generic.IList<string> managementEndpoints, string clientCertificateId = default, string clientCertificatethumbprint = default, int? maxPartitionResolutionRetries = default, System.Collections.Generic.IList<string> serverCertificateThumbprints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.X509CertificateName> serverX509Names = default);
new Microsoft.Azure.Management.ApiManagement.Models.BackendServiceFabricClusterProperties : System.Collections.Generic.IList<string> * string * string * Nullable<int> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.X509CertificateName> -> Microsoft.Azure.Management.ApiManagement.Models.BackendServiceFabricClusterProperties
Public Sub New (managementEndpoints As IList(Of String), Optional clientCertificateId As String = Nothing, Optional clientCertificatethumbprint As String = Nothing, Optional maxPartitionResolutionRetries As Nullable(Of Integer) = Nothing, Optional serverCertificateThumbprints As IList(Of String) = Nothing, Optional serverX509Names As IList(Of X509CertificateName) = Nothing)

Parameters

managementEndpoints
IList<String>

The cluster management endpoint.

clientCertificateId
String

The client certificate id for the management endpoint.

clientCertificatethumbprint
String

The client certificate thumbprint for the management endpoint. Will be ignored if certificatesIds are provided

maxPartitionResolutionRetries
Nullable<Int32>

Maximum number of retries while attempting resolve the partition.

serverCertificateThumbprints
IList<String>

Thumbprints of certificates cluster management service uses for tls communication

serverX509Names
IList<X509CertificateName>

Server X509 Certificate Names Collection

Applies to