Freigeben über


SkuInformationLocationInfoItem Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.SkuInformationLocationInfoItem

Implements

public final class SkuInformationLocationInfoItem
implements JsonSerializable<SkuInformationLocationInfoItem>

The SkuInformationLocationInfoItem model.

Constructor Summary

Constructor Description
SkuInformationLocationInfoItem()

Creates an instance of SkuInformationLocationInfoItem class.

Method Summary

Modifier and Type Method and Description
static SkuInformationLocationInfoItem fromJson(JsonReader jsonReader)

Reads an instance of SkuInformationLocationInfoItem from the JsonReader.

String location()

Get the location property: Describes the location for the product where storage account resource can be created.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<String> zones()

Get the zones property: Describes the available zones for the product where storage account resource can be created.

Methods inherited from java.lang.Object

Constructor Details

SkuInformationLocationInfoItem

public SkuInformationLocationInfoItem()

Creates an instance of SkuInformationLocationInfoItem class.

Method Details

fromJson

public static SkuInformationLocationInfoItem fromJson(JsonReader jsonReader)

Reads an instance of SkuInformationLocationInfoItem from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SkuInformationLocationInfoItem 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 SkuInformationLocationInfoItem.

location

public String location()

Get the location property: Describes the location for the product where storage account resource can be created.

Returns:

the location value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

zones

public List<String> zones()

Get the zones property: Describes the available zones for the product where storage account resource can be created.

Returns:

the zones value.

Applies to