VirtualMachineScaleSetUpdateOSDisk.Image Property

Definition

Gets or sets the Source User Image VirtualHardDisk. This VirtualHardDisk will be copied before using it to attach to the Virtual Machine. If SourceImage is provided, the destination VirtualHardDisk should not exist.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to