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

IWithWindowsDiskSource 接口

定义

允许选择 Windows OS 源的托管磁盘定义的阶段。

public interface IWithWindowsDiskSource
type IWithWindowsDiskSource = interface
Public Interface IWithWindowsDiskSource
派生

方法

WithWindowsFromDisk(IDisk)

指定源 Windows OS 托管磁盘。

WithWindowsFromDisk(String)

指定源 Windows OS 托管磁盘。

WithWindowsFromSnapshot(ISnapshot)

指定源 Windows OS 托管快照。

WithWindowsFromSnapshot(String)

指定源 Windows OS 托管快照。

WithWindowsFromVhd(String)

指定源专用或通用化 Windows OS VHD。

适用于