VirtualMachineScaleSetVM.OsProfile Property

Definition

Gets or sets specifies the operating system settings for the virtual machine.

[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