GroupQuotaLimit Class
- java.
lang. Object - com.
azure. resourcemanager. quota. models. GroupQuotaLimit
- com.
Implements
public final class GroupQuotaLimit
implements JsonSerializable<GroupQuotaLimit>
Group Quota limit.
Constructor Summary
| Constructor | Description |
|---|---|
| GroupQuotaLimit() |
Creates an instance of Group |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
|
Group |
properties()
Get the properties property: Group Quota properties for the specified resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Group |
withProperties(GroupQuotaLimitProperties properties)
Set the properties property: Group Quota properties for the specified resource. |
Methods inherited from java.lang.Object
Constructor Details
GroupQuotaLimit
public GroupQuotaLimit()
Creates an instance of GroupQuotaLimit class.
Method Details
fromJson
public static GroupQuotaLimit fromJson(JsonReader jsonReader)
Reads an instance of GroupQuotaLimit from the JsonReader.
Parameters:
Returns:
Throws:
properties
public GroupQuotaLimitProperties properties()
Get the properties property: Group Quota properties for the specified resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public GroupQuotaLimit withProperties(GroupQuotaLimitProperties properties)
Set the properties property: Group Quota properties for the specified resource.
Parameters:
Returns: