你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WsfcDomainProfile 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
运行 Windows Server 故障转移群集的 Active Directory 帐户详细信息。
public class WsfcDomainProfile
type WsfcDomainProfile = class
Public Class WsfcDomainProfile
- 继承
-
WsfcDomainProfile
构造函数
WsfcDomainProfile() |
初始化 WsfcDomainProfile 类的新实例。 |
WsfcDomainProfile(String, String, String, String, String, String, String, String) |
初始化 WsfcDomainProfile 类的新实例。 |
属性
ClusterBootstrapAccount |
获取或设置用于创建群集的帐户名, (至少需要域) 中的“创建计算机对象”权限。 |
ClusterOperatorAccount |
获取或设置用于操作群集的帐户名称,即将成为群集中所有参与虚拟机上的管理员组的一部分。 |
DomainFqdn |
获取或设置域的完全限定名称。 |
FileShareWitnessPath |
获取或设置文件共享见证的可选路径。 |
OuPath |
获取或设置节点和群集所在的组织单位路径。 |
SqlServiceAccount |
获取或设置 SQL 服务将在群集中的所有参与 SQL 虚拟机上运行的帐户名称。 |
StorageAccountPrimaryKey |
获取或设置见证存储帐户的主密钥。 |
StorageAccountUrl |
获取或设置见证存储帐户的完全限定 ARM 资源 ID。 |