Class VirtualMachineScaleSet
java.lang.Object
org.jclouds.azurecompute.arm.domain.VirtualMachineScaleSet
VirtualMachineScaleSet for subscription
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VirtualMachineScaleSet
create
(String id, String name, String location, VirtualMachineScaleSetSKU sku, Map<String, String> tags, VirtualMachineScaleSetPlan plan, VirtualMachineScaleSetProperties properties) abstract String
id()
The id of the virtual machine scale setabstract String
location()
The location of the virtual machine scale setabstract String
name()
The name of the virtual machine scale setabstract VirtualMachineScaleSetPlan
plan()
Specifies the optional plan of the virtual machine scale set (only for market image)abstract VirtualMachineScaleSetProperties
Specifies the properties of the availability setabstract VirtualMachineScaleSetSKU
sku()
Specifies the sku of the virtual machine scale settags()
Specifies the tags of the virtual machine scale setabstract VirtualMachineScaleSet.Builder
-
Constructor Details
-
VirtualMachineScaleSet
public VirtualMachineScaleSet()
-
-
Method Details
-
id
The id of the virtual machine scale set -
name
The name of the virtual machine scale set -
location
The location of the virtual machine scale set -
sku
Specifies the sku of the virtual machine scale set -
tags
Specifies the tags of the virtual machine scale set -
plan
Specifies the optional plan of the virtual machine scale set (only for market image) -
properties
Specifies the properties of the availability set -
create
public static VirtualMachineScaleSet create(String id, String name, String location, VirtualMachineScaleSetSKU sku, Map<String, String> tags, VirtualMachineScaleSetPlan plan, VirtualMachineScaleSetProperties properties) -
toBuilder
-