WindowsConfiguration.AdditionalUnattendContent Property

Definition

Gets or sets specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.

[Newtonsoft.Json.JsonProperty(PropertyName="additionalUnattendContent")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.AdditionalUnattendContent> AdditionalUnattendContent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="additionalUnattendContent")>]
member this.AdditionalUnattendContent : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.AdditionalUnattendContent> with get, set
Public Property AdditionalUnattendContent As IList(Of AdditionalUnattendContent)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to