Snapshot.DefinitionStages.WithWindowsSnapshotSource Interface
public interface WithWindowsSnapshotSource
The stage of the managed snapshot definition allowing to choose Windows OS source.
Method Summary
Modifier and Type | Method and Description |
---|---|
Snapshot. |
withWindowsFromDisk(Disk sourceDisk)
Specifies the source Windows OS managed disk. |
Snapshot. |
withWindowsFromDisk(String sourceDiskId)
Specifies the source Windows OS managed disk. |
Snapshot. |
withWindowsFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Windows OS managed snapshot. |
Snapshot. |
withWindowsFromSnapshot(String sourceSnapshotId)
Specifies the source Windows OS managed snapshot. |
Snapshot. |
withWindowsFromVhd(String vhdUrl)
Specifies the source specialized or generalized Windows OS VHD. |
Method Details
withWindowsFromDisk
public WithCreate withWindowsFromDisk(Disk sourceDisk)
Specifies the source Windows OS managed disk.
Parameters:
Returns:
withWindowsFromDisk
public WithCreate withWindowsFromDisk(String sourceDiskId)
Specifies the source Windows OS managed disk.
Parameters:
Returns:
withWindowsFromSnapshot
public WithCreate withWindowsFromSnapshot(Snapshot sourceSnapshot)
Specifies the source Windows OS managed snapshot.
Parameters:
Returns:
withWindowsFromSnapshot
public WithCreate withWindowsFromSnapshot(String sourceSnapshotId)
Specifies the source Windows OS managed snapshot.
Parameters:
Returns:
withWindowsFromVhd
public WithCreate withWindowsFromVhd(String vhdUrl)
Specifies the source specialized or generalized Windows OS VHD.
Parameters:
Returns:
Applies to
Azure SDK for Java