AdditionalUnattendContent.ComponentName プロパティ

定義

コンポーネント名を取得または設定します。 現在、許容される値は Microsoft-Windows-Shell-Setup のみです。 使用可能な値は次のとおりです: 'Microsoft-Windows-Shell-Setup'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象