WsfcDomainProfile Class

Definition

Active Directory account details to operate Windows Server Failover Cluster.

public class WsfcDomainProfile
type WsfcDomainProfile = class
Public Class WsfcDomainProfile
Inheritance
WsfcDomainProfile

Constructors

WsfcDomainProfile()

Initializes a new instance of the WsfcDomainProfile class.

WsfcDomainProfile(String, String, String, String, String, String, String, String)

Initializes a new instance of the WsfcDomainProfile class.

Properties

ClusterBootstrapAccount

Gets or sets account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain).

ClusterOperatorAccount

Gets or sets account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster.

DomainFqdn

Gets or sets fully qualified name of the domain.

FileShareWitnessPath

Gets or sets optional path for fileshare witness.

OuPath

Gets or sets organizational Unit path in which the nodes and cluster will be present.

SqlServiceAccount

Gets or sets account name under which SQL service will run on all participating SQL virtual machines in the cluster.

StorageAccountPrimaryKey

Gets or sets primary key of the witness storage account.

StorageAccountUrl

Gets or sets fully qualified ARM resource id of the witness storage account.

Applies to