BackendServiceFabricClusterProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- clientCertificateId
- String
管理エンドポイントのクライアント証明書 ID。
- clientCertificatethumbprint
- String
管理エンドポイントのクライアント証明書の拇印。 certificatesId が指定されている場合は無視されます
- serverX509Names
- IList<X509CertificateName>
サーバー X509 証明書名コレクション
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET