Role.VMImageInput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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