GroupQuotasEntityBase Class
- java.
lang. Object - com.
azure. resourcemanager. quota. models. GroupQuotasEntityBase
- com.
Implements
public class GroupQuotasEntityBase
implements JsonSerializable<GroupQuotasEntityBase>
Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
Constructor Summary
| Constructor | Description |
|---|---|
| GroupQuotasEntityBase() |
Creates an instance of Group |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
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 java.lang.Object
Constructor Details
GroupQuotasEntityBase
public GroupQuotasEntityBase()
Creates an instance of GroupQuotasEntityBase class.
Method Details
displayName
public String displayName()
Get the displayName property: Display name of the GroupQuota entity.
Returns:
fromJson
public static GroupQuotasEntityBase fromJson(JsonReader jsonReader)
Reads an instance of GroupQuotasEntityBase from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public RequestState provisioningState()
Get the provisioningState property: Provisioning state of the operation.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public GroupQuotasEntityBase withDisplayName(String displayName)
Set the displayName property: Display name of the GroupQuota entity.
Parameters:
Returns: