public static interface Snapshot.DefinitionStages.WithLinuxSnapshotSource
| Modifier and Type | Method and Description |
|---|---|
Snapshot.DefinitionStages.WithCreate |
withLinuxFromDisk(Disk sourceDisk)
Specifies the source Linux OS managed disk.
|
Snapshot.DefinitionStages.WithCreate |
withLinuxFromDisk(String sourceDiskId)
Specifies the source Linux OS managed disk.
|
Snapshot.DefinitionStages.WithCreate |
withLinuxFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Linux OS managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
withLinuxFromSnapshot(String sourceSnapshotId)
Specifies the source Linux OS managed snapshot.
|
Snapshot.DefinitionStages.WithCreate |
withLinuxFromVhd(String vhdUrl)
Specifies the source specialized or generalized Linux OS VHD.
|
Snapshot.DefinitionStages.WithCreate withLinuxFromDisk(String sourceDiskId)
sourceDiskId - a source managed disk resource IDSnapshot.DefinitionStages.WithCreate withLinuxFromDisk(Disk sourceDisk)
sourceDisk - a source managed diskSnapshot.DefinitionStages.WithCreate withLinuxFromSnapshot(String sourceSnapshotId)
sourceSnapshotId - a snapshot resource IDSnapshot.DefinitionStages.WithCreate withLinuxFromSnapshot(Snapshot sourceSnapshot)
sourceSnapshot - a source snapshotSnapshot.DefinitionStages.WithCreate withLinuxFromVhd(String vhdUrl)
vhdUrl - the source VHD URLCopyright © 2019. All rights reserved.