다음을 통해 공유


VirtualMachineUpdate.OsProfile Property

Definition

Gets or sets specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.osProfile")]
public Microsoft.Azure.Management.Compute.Models.OSProfile OsProfile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.osProfile")>]
member this.OsProfile : Microsoft.Azure.Management.Compute.Models.OSProfile with get, set
Public Property OsProfile As OSProfile

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to