IWithCapacity.WithCapacity(Int32) メソッド

定義

スケール セット内の仮想マシンの最大数を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithCapacity (int capacity);
abstract member WithCapacity : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithCapacity (capacity As Integer) As IWithCreate

パラメーター

capacity
Int32

仮想マシンの数。

戻り値

適用対象