AseRegionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. AseRegionInner
- com.
- com.
- com.
public final class AseRegionInner
extends ProxyOnlyResource
ASE region.
Constructor Summary
Constructor | Description |
---|---|
AseRegionInner() |
Creates an instance of Ase |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
availableOS()
Get the availableOS property: Available OSs in region. |
List<String> |
availableSku()
Get the available |
Boolean |
dedicatedHost()
Get the dedicated |
String |
displayName()
Get the display |
static
Ase |
fromJson(JsonReader jsonReader)
Reads an instance of Ase |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Boolean |
standard()
Get the standard property: Is region standard. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Ase |
withAvailableOS(List<String> availableOS)
Set the availableOS property: Available OSs in region. |
Ase |
withAvailableSku(List<String> availableSku)
Set the available |
Ase |
withKind(String kind)
Set the kind property: Kind of resource. |
Boolean |
zoneRedundant()
Get the zone |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
AseRegionInner
public AseRegionInner()
Creates an instance of AseRegionInner class.
Method Details
availableOS
public List
Get the availableOS property: Available OSs in region.
Returns:
availableSku
public List
Get the availableSku property: Available Skus in region.
Returns:
dedicatedHost
public Boolean dedicatedHost()
Get the dedicatedHost property: Dedicated host enabled.
Returns:
displayName
public String displayName()
Get the displayName property: Display name for region.
Returns:
fromJson
public static AseRegionInner fromJson(JsonReader jsonReader)
Reads an instance of AseRegionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AseRegionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AseRegionInner.name()Returns:
standard
public Boolean standard()
Get the standard property: Is region standard.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AseRegionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AseRegionInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
AseRegionInner.validate()withAvailableOS
public AseRegionInner withAvailableOS(List
Set the availableOS property: Available OSs in region.
Parameters:
Returns:
withAvailableSku
public AseRegionInner withAvailableSku(List
Set the availableSku property: Available Skus in region.
Parameters:
Returns:
withKind
public AseRegionInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
AseRegionInner.withKind(String kind)Parameters:
zoneRedundant
public Boolean zoneRedundant()
Get the zoneRedundant property: Zone redundant deployment enabled.
Returns:
Applies to
Azure SDK for Java