Aracılığıyla paylaş


GroupQuotasEntityBasePatch Class

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

Implements

public class GroupQuotasEntityBasePatch
implements JsonSerializable<GroupQuotasEntityBasePatch>

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.

Constructor Summary

Constructor Description
GroupQuotasEntityBasePatch()

Creates an instance of GroupQuotasEntityBasePatch class.

Method Summary

Modifier and Type Method and Description
String displayName()

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

static GroupQuotasEntityBasePatch fromJson(JsonReader jsonReader)

Reads an instance of GroupQuotasEntityBasePatch from the JsonReader.

RequestState provisioningState()

Get the provisioningState property: Provisioning state of the operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

GroupQuotasEntityBasePatch withDisplayName(String displayName)

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

Methods inherited from java.lang.Object

Constructor Details

GroupQuotasEntityBasePatch

public GroupQuotasEntityBasePatch()

Creates an instance of GroupQuotasEntityBasePatch class.

Method Details

displayName

public String displayName()

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

Returns:

the displayName value.

fromJson

public static GroupQuotasEntityBasePatch fromJson(JsonReader jsonReader)

Reads an instance of GroupQuotasEntityBasePatch from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of GroupQuotasEntityBasePatch 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 GroupQuotasEntityBasePatch.

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 GroupQuotasEntityBasePatch withDisplayName(String displayName)

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

Parameters:

displayName - the displayName value to set.

Returns:

the GroupQuotasEntityBasePatch object itself.

Applies to