QuotaRequestProperties Class
- java.
lang. Object - com.
azure. resourcemanager. quota. fluent. models. QuotaRequestProperties
- com.
Implements
public final class QuotaRequestProperties
implements JsonSerializable<QuotaRequestProperties>
Quota request properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Service |
error()
Get the error property: Error details of the quota request. |
|
static
Quota |
fromJson(JsonReader jsonReader)
Reads an instance of Quota |
| String |
message()
Get the message property: User-friendly status message. |
|
Quota |
provisioningState()
Get the provisioning |
|
Offset |
requestSubmitTime()
Get the request |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sub |
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:
fromJson
public static QuotaRequestProperties fromJson(JsonReader jsonReader)
Reads an instance of QuotaRequestProperties from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: User-friendly status message.
Returns:
provisioningState
public QuotaRequestState provisioningState()
Get the provisioningState property: The quota request status.
Returns:
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:
toJson
validate
public void validate()
Validates the instance.
value
public List<SubRequest> value()
Get the value property: Quota request details.
Returns: