| Modifier and Type | Interface and Description |
|---|---|
static interface |
Snapshot.Definition
The entirety of the managed snapshot definition.
|
| Modifier and Type | Method and Description |
|---|---|
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(String imageId,
OperatingSystemTypes osType)
Specifies an image containing an operating system.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithOSSnapshotFromImage.fromImage(VirtualMachineCustomImage image)
Specifies a custom image containing an operating system.
|
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.WithOSSnapshotFromImage.fromImage(VirtualMachineImage image)
Specifies an image containing an operating system.
|
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.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.
|
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.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithSize.withSizeInGB(int sizeInGB)
Specifies the disk size.
|
Snapshot.DefinitionStages.WithCreate |
Snapshot.DefinitionStages.WithSku.withSku(DiskSkuTypes sku)
Deprecated.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/