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

IWithDataDiskImage 接口

定义

允许添加数据磁盘映像的映像定义的阶段。

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

方法

DefineDataDiskImage()

开始定义要添加到映像的新数据磁盘映像。

WithDataDiskImageFromManagedDisk(String)

添加数据磁盘映像,其中现有托管磁盘作为源。

WithDataDiskImageFromSnapshot(String)

添加包含现有快照作为源的数据磁盘映像。

WithDataDiskImageFromVhd(String)

添加一个数据磁盘映像,其中虚拟硬盘作为源。

适用于