Class VirtualMachineScaleSetSKU
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.VirtualMachineScaleSetSKU
-
public abstract class VirtualMachineScaleSetSKU extends Object
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetSKU()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
capacity()
The capacity of the Virtual Machine Scale Set SKUstatic VirtualMachineScaleSetSKU
create(String name, String tier, int capacity)
abstract String
name()
The name of the Virtual Machine Scale Set SKUabstract String
tier()
The tier of the Virtual Machine Scale Set SKU
-
-
-
Method Detail
-
name
public abstract String name()
The name of the Virtual Machine Scale Set SKU
-
tier
public abstract String tier()
The tier of the Virtual Machine Scale Set SKU
-
capacity
public abstract int capacity()
The capacity of the Virtual Machine Scale Set SKU
-
create
public static VirtualMachineScaleSetSKU create(String name, String tier, int capacity)
-
-