你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

管理终结点的客户端证书指纹。 如果提供了 certificatesIds,将忽略

maxPartitionResolutionRetries
Nullable<Int32>

尝试解析分区时的最大重试次数。

serverCertificateThumbprints
IList<String>

群集管理服务用于 tls 通信的证书指纹

serverX509Names
IList<X509CertificateName>

服务器 X509 证书名称集合

适用于