AdditionalUnattendContent.ComponentName Property

Definition

Gets or sets the component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to