Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromImage.fromImage(VirtualMachineCustomImage image,
int diskLun) |
Specifies a custom image containing a source data disk image.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromImage.fromImage(VirtualMachineImage image,
int diskLun) |
Specifies an image containing a source data disk image.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromImage.fromImage(String imageId,
int diskLun) |
Specifies an image containing source data disk image.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(VirtualMachineCustomImage image) |
Specifies a custom image containing an operating system.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(VirtualMachineImage image) |
Specifies an image containing an operating system.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(String imageId,
OperatingSystemTypes osType) |
Specifies an image containing an operating system.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromDisk.withDataFromDisk(Disk managedDisk) |
Specifies the source data managed disk.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromDisk.withDataFromDisk(String managedDiskId) |
Specifies the ID of source data managed disk.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot.withDataFromSnapshot(Snapshot snapshot) |
Specifies the source data managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromSnapshot.withDataFromSnapshot(String snapshotId) |
Specifies the source data managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromVhd.withDataFromVhd(String vhdUrl) |
Specifies the source data VHD when it belongs to the same subscription.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithDataSnapshotFromVhd.withDataFromVhd(String vhdUrl,
String storageAccountId) |
Specifies the source data VHD and the storage account ID.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithIncremental.withIncremental(boolean enabled) |
Specifies whether a snapshot is incremental.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromDisk(Disk sourceDisk) |
Specifies the source Linux OS managed disk.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromDisk(String sourceDiskId) |
Specifies the source Linux OS managed disk.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromSnapshot(Snapshot sourceSnapshot) |
Specifies the source Linux OS managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromSnapshot(String sourceSnapshotId) |
Specifies the source Linux OS managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromVhd(String vhdUrl) |
Specifies the source specialized or generalized Linux OS VHD when it belongs to the same subscription.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithLinuxSnapshotSource.withLinuxFromVhd(String vhdUrl,
String storageAccountId) |
Specifies the source specialized or generalized Linux OS VHD and the storage account ID.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithSize.withSizeInGB(int sizeInGB) |
Specifies the disk size.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithSku.withSku(SnapshotSkuType sku) |
Specifies the SKU type.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromDisk(Disk sourceDisk) |
Specifies the source Windows OS managed disk.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromDisk(String sourceDiskId) |
Specifies the source Windows OS managed disk.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromSnapshot(Snapshot sourceSnapshot) |
Specifies the source Windows OS managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromSnapshot(String sourceSnapshotId) |
Specifies the source Windows OS managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromVhd(String vhdUrl) |
Specifies the source specialized or generalized Windows OS VHD when it belongs to the same subscription.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithWindowsSnapshotSource.withWindowsFromVhd(String vhdUrl,
String storageAccountId) |
Specifies the source specialized or generalized Windows OS VHD and the storage account ID.
|