VirtualMachineScaleSetVMProfile.OsProfile Property

Definition

Gets or sets specifies the operating system settings for the virtual machines in the scale set.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to