你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithWindowsSnapshotSource 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许选择 Windows OS 源的托管快照定义的阶段。
public interface IWithWindowsSnapshotSource
type IWithWindowsSnapshotSource = interface
Public Interface IWithWindowsSnapshotSource
- 派生
方法
WithWindowsFromDisk(IDisk) |
指定源 Windows OS 托管磁盘。 |
WithWindowsFromDisk(String) |
指定源 Windows OS 托管磁盘。 |
WithWindowsFromSnapshot(ISnapshot) |
指定源 Windows OS 托管快照。 |
WithWindowsFromSnapshot(String) |
指定源 Windows OS 托管快照。 |
WithWindowsFromVhd(String, String) |
指定源专用化或通用化 Windows OS VHD 和存储帐户 ID。 |