WsfcDomainProfile.ClusterBootstrapAccount Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="clusterBootstrapAccount")]
public string ClusterBootstrapAccount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clusterBootstrapAccount")>]
member this.ClusterBootstrapAccount : string with get, set
Public Property ClusterBootstrapAccount As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to