GroupQuotasEntityPatchProperties Class
- java.
lang. Object - com.
azure. resourcemanager. quota. models. GroupQuotasEntityBasePatch - com.
azure. resourcemanager. quota. models. GroupQuotasEntityPatchProperties
- com.
- com.
public final class GroupQuotasEntityPatchProperties
extends GroupQuotasEntityBasePatch
Properties.
Constructor Summary
| Constructor | Description |
|---|---|
| GroupQuotasEntityPatchProperties() |
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 GroupQuotasEntityBasePatch
Methods inherited from java.lang.Object
Constructor Details
GroupQuotasEntityPatchProperties
public GroupQuotasEntityPatchProperties()
Creates an instance of GroupQuotasEntityPatchProperties class.
Method Details
fromJson
public static GroupQuotasEntityPatchProperties fromJson(JsonReader jsonReader)
Reads an instance of GroupQuotasEntityPatchProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public RequestState provisioningState()
Get the provisioningState property: Provisioning state of the operation.
Overrides:
GroupQuotasEntityPatchProperties.provisioningState()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GroupQuotasEntityPatchProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
GroupQuotasEntityPatchProperties.validate()withDisplayName
public GroupQuotasEntityPatchProperties withDisplayName(String displayName)
Set the displayName property: Display name of the GroupQuota entity.
Overrides:
GroupQuotasEntityPatchProperties.withDisplayName(String displayName)Parameters: