GroupQuotaList Class
- java.
lang. Object - com.
azure. resourcemanager. quota. models. GroupQuotaList
- com.
Implements
public final class GroupQuotaList
implements JsonSerializable<GroupQuotaList>
List of Group Quotas at MG level.
Constructor Summary
| Constructor | Description |
|---|---|
| GroupQuotaList() |
Creates an instance of Group |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Group |
value()
Get the value property: List of Group Quotas at MG level. |
|
Group |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<GroupQuotasEntityInner> value()
Get the value property: List of Group Quotas at MG level.
Returns:
withValue
public GroupQuotaList withValue(List<GroupQuotasEntityInner> value)
Set the value property: List of Group Quotas at MG level.
Parameters:
Returns: