VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) |
Specifies the availability zone for the virtual machine.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultCachingType(CachingTypes cachingType) |
Specifies the default caching type for the managed data disks.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultDeleteOptions(DeleteOptions deleteOptions) |
Specifies the delete options for managed data disks.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultDiskEncryptionSet(String diskEncryptionSetId) |
Specifies the disk encryption set for the managed data disk.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType) |
Specifies the default storage account type for managed data disks.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk) |
Associates an existing source managed disk with the virtual machine.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk,
int newSizeInGB,
int lun,
CachingTypes cachingType) |
Associates an existing source managed disk with the virtual machine and specifies additional settings.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk,
int newSizeInGB,
int lun,
VirtualMachineDiskOptions options) |
Associates an existing source managed disk with the virtual machine and specifies additional settings.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk,
int lun,
CachingTypes cachingType) |
Associates an existing source managed disk with the virtual machine and specifies additional settings.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB) |
Specifies that a managed disk needs to be created implicitly with the given size.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType) |
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType,
StorageAccountTypes storageAccountType) |
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB,
int lun,
VirtualMachineDiskOptions options) |
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable) |
Specifies that a managed disk should be created explicitly with the given definition and attached to the
virtual machine as a data disk.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable,
int lun,
CachingTypes cachingType) |
Specifies that a managed disk needs to be created explicitly with the given definition and attach to the
virtual machine as data disk.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun) |
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun,
int newSizeInGB,
CachingTypes cachingType) |
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun,
int newSizeInGB,
CachingTypes cachingType,
StorageAccountTypes storageAccountType) |
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun,
int newSizeInGB,
VirtualMachineDiskOptions options) |
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithManagedCreate.withOSDiskStorageAccountType(StorageAccountTypes accountType) |
Specifies the storage account type for the managed OS disk.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithEphemeralOSDisk.withPlacement(DiffDiskPlacement placement) |
Selects where you want to place the Ephemeral OS disk.
|
VirtualMachine.DefinitionStages.WithManagedCreate |
VirtualMachine.DefinitionStages.WithOS.withSpecializedOSDisk(Disk disk,
OperatingSystemTypes osType) |
Specifies a specialized operating system managed disk to be attached to the virtual machine.
|