VirtualMachineCreateParameters.VMImageInput Property

Definition

Optional. When a VM Image is used to create a new PersistantVMRole, the DiskConfigurations in the VM Image are used to create new Disks for the new VM. This parameter can be used to resize the newly created Disks to a larger size than the underlying DiskConfigurations in the VM Image.This property is only returned with a version header of 2014-10-01 or newer.

public Microsoft.WindowsAzure.Management.Compute.Models.VMImageInput VMImageInput { get; set; }
member this.VMImageInput : Microsoft.WindowsAzure.Management.Compute.Models.VMImageInput with get, set
Public Property VMImageInput As VMImageInput

Property Value

Applies to