Share via


VirtualMachineConfiguration.OsDisk Property

Definition

Gets or sets settings for the operating system disk of the Virtual Machine.

[Newtonsoft.Json.JsonProperty(PropertyName="osDisk")]
public Microsoft.Azure.Batch.Protocol.Models.OSDisk OsDisk { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osDisk")>]
member this.OsDisk : Microsoft.Azure.Batch.Protocol.Models.OSDisk with get, set
Public Property OsDisk As OSDisk

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to