Aracılığıyla paylaş


GroupQuotasEntityBase Class

  • java.lang.Object
    • com.azure.resourcemanager.quota.models.GroupQuotasEntityBase

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 GroupQuotasEntityBase class.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: Display name of the GroupQuota entity.

static GroupQuotasEntityBase fromJson(JsonReader jsonReader)

Reads an instance of GroupQuotasEntityBase from the JsonReader.

RequestState provisioningState()

Get the provisioningState property: Provisioning state of the operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

GroupQuotasEntityBase withDisplayName(String displayName)

Set the displayName property: Display name of the GroupQuota entity.

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:

the displayName value.

fromJson

public static GroupQuotasEntityBase fromJson(JsonReader jsonReader)

Reads an instance of GroupQuotasEntityBase from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GroupQuotasEntityBase if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the GroupQuotasEntityBase.

provisioningState

public RequestState provisioningState()

Get the provisioningState property: Provisioning state of the operation.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withDisplayName

public GroupQuotasEntityBase withDisplayName(String displayName)

Set the displayName property: Display name of the GroupQuota entity.

Parameters:

displayName - the displayName value to set.

Returns:

the GroupQuotasEntityBase object itself.

Applies to