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

IWithNewVhdDiskSettings<ParentT>.StoreAt(String, String, String) 方法

定义

指定需要存储与新空白数据磁盘关联的 VHD 的位置。

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

参数

storageAccountName
String

存储帐户名称。

containerName
String

要保存新 VHD 文件的容器的名称。

vhdName
String

新 VHD 文件的名称。

返回

适用于