WsfcDomainProfile.ClusterOperatorAccount Property

Definition

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.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to