AdditionalUnattendContent.SettingName プロパティ

定義

コンテンツが適用される設定の名前を取得または設定します。 使用できる値は、FirstLogonCommands および AutoLogon です。 使用できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象