QuotaRequestProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.quota.fluent.models.QuotaRequestProperties

Implements

public final class QuotaRequestProperties
implements JsonSerializable<QuotaRequestProperties>

Quota request properties.

Method Summary

Modifier and Type Method and Description
ServiceErrorDetail error()

Get the error property: Error details of the quota request.

static QuotaRequestProperties fromJson(JsonReader jsonReader)

Reads an instance of QuotaRequestProperties from the JsonReader.

String message()

Get the message property: User-friendly status message.

QuotaRequestState provisioningState()

Get the provisioningState property: The quota request status.

OffsetDateTime requestSubmitTime()

Get the requestSubmitTime property: The quota request submission time.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<SubRequest> value()

Get the value property: Quota request details.

Methods inherited from java.lang.Object

Method Details

error

public ServiceErrorDetail error()

Get the error property: Error details of the quota request.

Returns:

the error value.

fromJson

public static QuotaRequestProperties fromJson(JsonReader jsonReader)

Reads an instance of QuotaRequestProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

message

public String message()

Get the message property: User-friendly status message.

Returns:

the message value.

provisioningState

public QuotaRequestState provisioningState()

Get the provisioningState property: The quota request status.

Returns:

the provisioningState value.

requestSubmitTime

public OffsetDateTime requestSubmitTime()

Get the requestSubmitTime property: The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ.

Returns:

the requestSubmitTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<SubRequest> value()

Get the value property: Quota request details.

Returns:

the value value.

Applies to