Aracılığıyla paylaş


SkuInformationList Class

  • java.lang.Object
    • com.azure.resourcemanager.databoxedge.models.SkuInformationList

Implements

public final class SkuInformationList
implements JsonSerializable<SkuInformationList>

List of SKU Information objects.

Constructor Summary

Constructor Description
SkuInformationList()

Creates an instance of SkuInformationList class.

Method Summary

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

Reads an instance of SkuInformationList from the JsonReader.

String nextLink()

Get the nextLink property: Links to the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ResourceTypeSkuInner> value()

Get the value property: List of ResourceType Sku.

Methods inherited from java.lang.Object

Constructor Details

SkuInformationList

public SkuInformationList()

Creates an instance of SkuInformationList class.

Method Details

fromJson

public static SkuInformationList fromJson(JsonReader jsonReader)

Reads an instance of SkuInformationList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: Links to the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ResourceTypeSkuInner> value()

Get the value property: List of ResourceType Sku.

Returns:

the value value.

Applies to