Class VirtualMachineScaleSetPlan
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.VirtualMachineScaleSetPlan
-
public abstract class VirtualMachineScaleSetPlan extends Object
SKU
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetPlan()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static VirtualMachineScaleSetPlan
create(String name, String publisher, String product)
abstract String
name()
The name of the Virtual Machine Scale Set Planabstract String
product()
The product of the Virtual Machine Scale Set Planabstract String
publisher()
The publisher of the Virtual Machine Scale Set Plan
-
-
-
Method Detail
-
publisher
@Nullable public abstract String publisher()
The publisher of the Virtual Machine Scale Set Plan
-
product
@Nullable public abstract String product()
The product of the Virtual Machine Scale Set Plan
-
create
public static VirtualMachineScaleSetPlan create(String name, String publisher, String product)
-
-