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

IWithWindowsSnapshotSource 接口

定义

允许选择 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。

适用于