Class AvailabilitySet
java.lang.Object
org.jclouds.azurecompute.arm.domain.AvailabilitySet
AvailabilitySet for subscription
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AvailabilitySet.Builder
classic()
static AvailabilitySet
create
(String id, String name, String type, String location, AvailabilitySet.SKU sku, Map<String, String> tags, AvailabilitySet.AvailabilitySetProperties properties) abstract String
id()
The id of the availability setabstract String
location()
The location of the availability setstatic AvailabilitySet.Builder
managed()
abstract String
name()
The name of the availability set.Specifies the properties of the availability setabstract AvailabilitySet.SKU
sku()
Specifies the type of the availability settags()
Specifies the tags of the availability setabstract AvailabilitySet.Builder
abstract String
type()
The type of the availability set.
-
Constructor Details
-
AvailabilitySet
public AvailabilitySet()
-
-
Method Details
-
id
The id of the availability set -
name
The name of the availability set. -
type
The type of the availability set. -
location
The location of the availability set -
sku
Specifies the type of the availability set -
tags
Specifies the tags of the availability set -
properties
Specifies the properties of the availability set -
create
public static AvailabilitySet create(String id, String name, String type, String location, AvailabilitySet.SKU sku, Map<String, String> tags, AvailabilitySet.AvailabilitySetProperties properties) -
toBuilder
-
managed
-
classic
-