| Modifier and Type | Method and Description |
|---|---|
Sku |
VirtualMachineScaleSetVM.sku() |
Sku |
VirtualMachineScaleSetUpdate.sku()
Get the virtual machine scale set sku.
|
Sku |
VirtualMachineScaleSetSkuTypes.sku() |
Sku |
AvailabilitySetUpdate.sku()
Get sku of the availability set.
|
Sku |
Sku.withCapacity(Long capacity)
Set specifies the number of virtual machines in the scale set.
|
Sku |
Sku.withName(String name)
Set the sku name.
|
Sku |
Sku.withTier(String tier)
Set specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**.
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineScaleSetSkuTypes |
VirtualMachineScaleSetSkuTypes.fromSku(Sku sku)
Parses a SKU into a VMSS SKU type and creates a new VirtualMachineScaleSetSkuType instance if not found among the existing ones.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withSku(Sku sku)
Set the virtual machine scale set sku.
|
AvailabilitySetUpdate |
AvailabilitySetUpdate.withSku(Sku sku)
Set sku of the availability set.
|
| Constructor and Description |
|---|
VirtualMachineScaleSetSkuTypes(Sku sku)
Creates a custom value for VirtualMachineSizeTypes.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/