AdditionalUnattendContent.PassName Property

Definition

Gets or sets the pass name. Currently, the only allowable value is OobeSystem. Possible values include: 'OobeSystem'

[Newtonsoft.Json.JsonProperty(PropertyName="passName")]
public Microsoft.Azure.Management.Compute.Models.PassNames? PassName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="passName")>]
member this.PassName : Nullable<Microsoft.Azure.Management.Compute.Models.PassNames> with get, set
Public Property PassName As Nullable(Of PassNames)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to