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

IWithDiskSource<ParentT>.WithExistingVhd(String, String, String) 方法

定义

指定磁盘的现有源 VHD。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.UpdateDefinition.IWithVhdAttachedDiskSettings<ParentT> WithExistingVhd (string storageAccountName, string containerName, string vhdName);
abstract member WithExistingVhd : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.UpdateDefinition.IWithVhdAttachedDiskSettings<'ParentT>
Public Function WithExistingVhd (storageAccountName As String, containerName As String, vhdName As String) As IWithVhdAttachedDiskSettings(Of ParentT)

参数

storageAccountName
String

存储帐户名称。

containerName
String

包含 VHD 文件的容器的名称。

vhdName
String

要附加的 VHD 文件的名称。

返回

适用于