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

IWithImageSource<ParentT>.FromVhd(String) 方法

定义

指定数据磁盘映像的源 VHD。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithAttach<ParentT> FromVhd (string sourceVhdUrl);
abstract member FromVhd : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithAttach<'ParentT>
Public Function FromVhd (sourceVhdUrl As String) As IWithAttach(Of ParentT)

参数

sourceVhdUrl
String

源虚拟硬盘 URL。

返回

适用于