IWithSku.WithSku メソッド

定義

オーバーロード

WithSku(IVirtualMachineScaleSetSku)

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

WithSku(VirtualMachineScaleSetSkuTypes)

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

WithSku(IVirtualMachineScaleSetSku)

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithSku (Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetSku sku);
abstract member WithSku : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineScaleSetSku -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithSku (sku As IVirtualMachineScaleSetSku) As IWithApply

パラメーター

sku
IVirtualMachineScaleSetSku

このスケール セット内の仮想マシンで使用可能なサイズの一覧の SKU。

戻り値

適用対象

WithSku(VirtualMachineScaleSetSkuTypes)

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithSku (Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetSkuTypes skuType);
abstract member WithSku : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetSkuTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithSku (skuType As VirtualMachineScaleSetSkuTypes) As IWithApply

パラメーター

skuType
VirtualMachineScaleSetSkuTypes

SKU の種類。

戻り値

適用対象