Condividi tramite


GlobalCsmSkuDescription Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.GlobalCsmSkuDescription

Implements

public final class GlobalCsmSkuDescription
implements JsonSerializable<GlobalCsmSkuDescription>

A Global SKU Description.

Method Summary

Modifier and Type Method and Description
List<CapabilityInner> capabilities()

Get the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.

SkuCapacity capacity()

Get the capacity property: Min, max, and default scale values of the SKU.

String family()

Get the family property: Family code of the resource SKU.

static GlobalCsmSkuDescription fromJson(JsonReader jsonReader)

Reads an instance of GlobalCsmSkuDescription from the JsonReader.

List<String> locations()

Get the locations property: Locations of the SKU.

String name()

Get the name property: Name of the resource SKU.

String size()

Get the size property: Size specifier of the resource SKU.

String tier()

Get the tier property: Service Tier of the resource SKU.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

capabilities

public List<CapabilityInner> capabilities()

Get the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.

Returns:

the capabilities value.

capacity

public SkuCapacity capacity()

Get the capacity property: Min, max, and default scale values of the SKU.

Returns:

the capacity value.

family

public String family()

Get the family property: Family code of the resource SKU.

Returns:

the family value.

fromJson

public static GlobalCsmSkuDescription fromJson(JsonReader jsonReader)

Reads an instance of GlobalCsmSkuDescription from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GlobalCsmSkuDescription if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the GlobalCsmSkuDescription.

locations

public List<String> locations()

Get the locations property: Locations of the SKU.

Returns:

the locations value.

name

public String name()

Get the name property: Name of the resource SKU.

Returns:

the name value.

size

public String size()

Get the size property: Size specifier of the resource SKU.

Returns:

the size value.

tier

public String tier()

Get the tier property: Service Tier of the resource SKU.

Returns:

the tier value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to