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

IWithDataDiskImage.WithDataDiskImageFromVhd(String) 方法

定义

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings WithDataDiskImageFromVhd (string sourceVhdUrl);
abstract member WithDataDiskImageFromVhd : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings
Public Function WithDataDiskImageFromVhd (sourceVhdUrl As String) As IWithCreateAndDataDiskImageOSDiskSettings

参数

sourceVhdUrl
String

源虚拟硬盘 URL。

返回

适用于