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