你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WsfcDomainProfile 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WsfcDomainProfile() |
初始化 WsfcDomainProfile 类的新实例。 |
WsfcDomainProfile(String, String, String, String, String, String, String, String) |
初始化 WsfcDomainProfile 类的新实例。 |
WsfcDomainProfile()
初始化 WsfcDomainProfile 类的新实例。
public WsfcDomainProfile ();
Public Sub New ()
适用于
WsfcDomainProfile(String, String, String, String, String, String, String, String)
初始化 WsfcDomainProfile 类的新实例。
public WsfcDomainProfile (string domainFqdn = default, string ouPath = default, string clusterBootstrapAccount = default, string clusterOperatorAccount = default, string sqlServiceAccount = default, string fileShareWitnessPath = default, string storageAccountUrl = default, string storageAccountPrimaryKey = default);
new Microsoft.Azure.Management.SqlVirtualMachine.Models.WsfcDomainProfile : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.SqlVirtualMachine.Models.WsfcDomainProfile
Public Sub New (Optional domainFqdn As String = Nothing, Optional ouPath As String = Nothing, Optional clusterBootstrapAccount As String = Nothing, Optional clusterOperatorAccount As String = Nothing, Optional sqlServiceAccount As String = Nothing, Optional fileShareWitnessPath As String = Nothing, Optional storageAccountUrl As String = Nothing, Optional storageAccountPrimaryKey As String = Nothing)
参数
- domainFqdn
- String
域的完全限定名称。
- ouPath
- String
节点和群集所在的组织单位路径。
- clusterBootstrapAccount
- String
用于创建群集 (帐户名至少需要域) 中的“创建计算机对象”权限。
- clusterOperatorAccount
- String
用于操作群集的帐户名称,即是群集中所有参与虚拟机上的管理员组的一部分。
- sqlServiceAccount
- String
SQL 服务将在群集中的所有参与 SQL 虚拟机上运行的帐户名称。
- fileShareWitnessPath
- String
文件共享见证的可选路径。
- storageAccountUrl
- String
见证存储帐户的完全限定 ARM 资源 ID。
- storageAccountPrimaryKey
- String
见证存储帐户的主密钥。