次の方法で共有


BackendServiceFabricClusterProperties コンストラクター

定義

オーバーロード

BackendServiceFabricClusterProperties()

BackendServiceFabricClusterProperties クラスの新しいインスタンスを初期化します。

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

BackendServiceFabricClusterProperties クラスの新しいインスタンスを初期化します。

BackendServiceFabricClusterProperties()

BackendServiceFabricClusterProperties クラスの新しいインスタンスを初期化します。

public BackendServiceFabricClusterProperties ();
Public Sub New ()

適用対象

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

BackendServiceFabricClusterProperties クラスの新しいインスタンスを初期化します。

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)

パラメーター

managementEndpoints
IList<String>

クラスター管理エンドポイント。

clientCertificateId
String

管理エンドポイントのクライアント証明書 ID。

clientCertificatethumbprint
String

管理エンドポイントのクライアント証明書の拇印。 certificatesId が指定されている場合は無視されます

maxPartitionResolutionRetries
Nullable<Int32>

パーティションの解決中の再試行の最大数。

serverCertificateThumbprints
IList<String>

クラスター管理サービスが TLS 通信に使用する証明書の拇印

serverX509Names
IList<X509CertificateName>

サーバー X509 証明書名コレクション

適用対象