次の方法で共有


IWithNewVhdDiskSettings<ParentT>.StoreAt(String, String, String) メソッド

定義

新しい空のデータ ディスクに関連付けられている VHD を格納する必要がある場所を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.UpdateDefinition.IWithNewVhdDiskSettings<ParentT> StoreAt (string storageAccountName, string containerName, string vhdName);
abstract member StoreAt : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.UpdateDefinition.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 ファイルの名前。

戻り値

適用対象