GroupQuotaList Class

  • java.lang.Object
    • com.azure.resourcemanager.quota.models.GroupQuotaList

Implements

public final class GroupQuotaList
implements JsonSerializable<GroupQuotaList>

List of Group Quotas at MG level.

Constructor Summary

Constructor Description
GroupQuotaList()

Creates an instance of GroupQuotaList class.

Method Summary

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

Reads an instance of GroupQuotaList from the JsonReader.

String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<GroupQuotasEntityInner> value()

Get the value property: List of Group Quotas at MG level.

GroupQuotaList withValue(List<GroupQuotasEntityInner> value)

Set the value property: List of Group Quotas at MG level.

Methods inherited from java.lang.Object

Constructor Details

GroupQuotaList

public GroupQuotaList()

Creates an instance of GroupQuotaList class.

Method Details

fromJson

public static GroupQuotaList fromJson(JsonReader jsonReader)

Reads an instance of GroupQuotaList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL to use for getting 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<GroupQuotasEntityInner> value()

Get the value property: List of Group Quotas at MG level.

Returns:

the value value.

withValue

public GroupQuotaList withValue(List<GroupQuotasEntityInner> value)

Set the value property: List of Group Quotas at MG level.

Parameters:

value - the value value to set.

Returns:

the GroupQuotaList object itself.

Applies to