AdditionalUnattendContent.SettingName Property

Definition

Gets or sets specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon. Possible values include: 'AutoLogon', 'FirstLogonCommands'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to