你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
管理终结点的客户端证书指纹。 如果提供了 certificatesIds,将忽略
- serverX509Names
- IList<X509CertificateName>
服务器 X509 证书名称集合