Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Sku |
VirtualMachineScaleSetSkuTypes.sku() |
Sku |
AvailabilitySetUpdate.sku()
Get sku of the availability set.
|
Sku |
VirtualMachineScaleSetVM.sku() |
Sku |
VirtualMachineScaleSetUpdate.sku()
Get the virtual machine scale set sku.
|
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.
|
AvailabilitySetUpdate |
AvailabilitySetUpdate.withSku(Sku sku)
Set sku of the availability set.
|
VirtualMachineScaleSetUpdate |
VirtualMachineScaleSetUpdate.withSku(Sku sku)
Set the virtual machine scale set sku.
|
Constructor and Description |
---|
VirtualMachineScaleSetSkuTypes(Sku sku)
Creates a custom value for VirtualMachineSizeTypes.
|
Copyright © 2019. All rights reserved.