AdditionalUnattendContent.PassName プロパティ

定義

パス名を取得または設定します。 現在、使用できる値は OobeSystem のみです。 使用できる値は次のとおりです: '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象