次の方法で共有


IWithUnmanagedCreate.WithOSDiskVhdLocation(String, String) メソッド

定義

OS ディスク VHD ファイルとその親コンテナーの名前を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithUnmanagedCreate WithOSDiskVhdLocation (string containerName, string vhdName);
abstract member WithOSDiskVhdLocation : string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithUnmanagedCreate
Public Function WithOSDiskVhdLocation (containerName As String, vhdName As String) As IWithUnmanagedCreate

パラメーター

containerName
String

選択したストレージ アカウント内のコンテナーの名前。

vhdName
String

OS ディスク VHD の名前。

戻り値

適用対象