你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: