IWithDiskSource<ParentT>.WithNewVhd(Int32) メソッド

定義

指定したサイズの新しい VHD を使用してディスクを作成する必要があることを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithNewVhdDiskSettings<ParentT> WithNewVhd (int sizeInGB);
abstract member WithNewVhd : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithNewVhdDiskSettings<'ParentT>
Public Function WithNewVhd (sizeInGB As Integer) As IWithNewVhdDiskSettings(Of ParentT)

パラメーター

sizeInGB
Int32

初期ディスク サイズ (GB 単位)。

戻り値

適用対象