Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromDisk.fromDisk(Disk managedDisk) |
Specifies the source data managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromDisk.fromDisk(String managedDiskId) |
Specifies the ID of source data managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromImage.fromImage(VirtualMachineCustomImage image,
int diskLun) |
Specifies a custom image containing a source data disk image.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromImage.fromImage(VirtualMachineImage image,
int diskLun) |
Specifies an image containing source data disk image.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromImage.fromImage(String imageId,
int diskLun) |
Specifies the ID of an image containing source data disk image.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineCustomImage image) |
Specifies a custom image containing the operating system.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineImage image) |
Specifies an image containing the operating system.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithOSDiskFromImage.fromImage(String imageId,
OperatingSystemTypes osType) |
Specifies the ID of an image containing the operating system.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromSnapshot.fromSnapshot(Snapshot snapshot) |
Specifies the source data managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithDataDiskFromSnapshot.fromSnapshot(String snapshotId) |
Specifies the source data managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromDisk(Disk sourceDisk) |
Specifies the source Linux OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromDisk(String sourceDiskId) |
Specifies the source Linux OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot(Snapshot sourceSnapshot) |
Specifies the source Linux OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot(String sourceSnapshotId) |
Specifies the source Linux OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithStorageAccount.withStorageAccount(StorageAccount account) |
Specifies the storage account.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithStorageAccount.withStorageAccountId(String storageAccountId) |
Specifies the storage account id.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithStorageAccount.withStorageAccountName(String storageAccountName) |
Specifies the storage account name in same resource group.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromDisk(Disk sourceDisk) |
Specifies a source Windows OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromDisk(String sourceDiskId) |
Specifies a source Windows OS managed disk.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromSnapshot(Snapshot sourceSnapshot) |
Specifies a source Windows OS managed snapshot.
|
Disk.DefinitionStages.WithCreateAndSize |
Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromSnapshot(String sourceSnapshotId) |
Specifies a source Windows OS managed snapshot.
|