GroupQuotasEntityProperties Class
- java.
lang. Object - com.
azure. resourcemanager. quota. models. GroupQuotasEntityBase - com.
azure. resourcemanager. quota. models. GroupQuotasEntityProperties
- com.
- com.
public final class GroupQuotasEntityProperties
extends GroupQuotasEntityBase
Properties.
Constructor Summary
| Constructor | Description |
|---|---|
| GroupQuotasEntityProperties() |
Creates an instance of Group |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Group |
fromJson(JsonReader jsonReader)
Reads an instance of Group |
|
Request |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Group |
withDisplayName(String displayName)
Set the display |
Methods inherited from GroupQuotasEntityBase
Methods inherited from java.lang.Object
Constructor Details
GroupQuotasEntityProperties
public GroupQuotasEntityProperties()
Creates an instance of GroupQuotasEntityProperties class.
Method Details
fromJson
public static GroupQuotasEntityProperties fromJson(JsonReader jsonReader)
Reads an instance of GroupQuotasEntityProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public RequestState provisioningState()
Get the provisioningState property: Provisioning state of the operation.
Overrides:
GroupQuotasEntityProperties.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GroupQuotasEntityProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
GroupQuotasEntityProperties.validate()withDisplayName
public GroupQuotasEntityProperties withDisplayName(String displayName)
Set the displayName property: Display name of the GroupQuota entity.
Overrides:
GroupQuotasEntityProperties.withDisplayName(String displayName)Parameters: