Share via


VirtualMachineScaleSetHardwareProfile コンストラクター

定義

オーバーロード

VirtualMachineScaleSetHardwareProfile()

VirtualMachineScaleSetHardwareProfile クラスの新しいインスタンスを初期化します。

VirtualMachineScaleSetHardwareProfile(VMSizeProperties)

VirtualMachineScaleSetHardwareProfile クラスの新しいインスタンスを初期化します。

VirtualMachineScaleSetHardwareProfile()

VirtualMachineScaleSetHardwareProfile クラスの新しいインスタンスを初期化します。

public VirtualMachineScaleSetHardwareProfile ();
Public Sub New ()

適用対象

VirtualMachineScaleSetHardwareProfile(VMSizeProperties)

VirtualMachineScaleSetHardwareProfile クラスの新しいインスタンスを初期化します。

public VirtualMachineScaleSetHardwareProfile (Microsoft.Azure.Management.Compute.Models.VMSizeProperties vmSizeProperties = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetHardwareProfile : Microsoft.Azure.Management.Compute.Models.VMSizeProperties -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetHardwareProfile
Public Sub New (Optional vmSizeProperties As VMSizeProperties = Nothing)

パラメーター

vmSizeProperties
VMSizeProperties

仮想マシンのサイズをカスタマイズするためのプロパティを指定します。 最小 api-version: 2021-11-01。 詳細については、「 VM のカスタマイズ 」の手順に従ってください。

適用対象