Interface QuotaRequestDetails
public interface QuotaRequestDetails
An immutable client-side representation of QuotaRequestDetails.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.reservations.fluent.models.QuotaRequestDetailsInner object.message()
Gets the message property: User friendly status message.name()
Gets the name property: The name of the resource.Gets the provisioningState property: The quota request status.Gets the requestSubmitTime property: The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.type()
Gets the type property: The type of the resource.value()
Gets the value property: The quotaRequests.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
provisioningState
QuotaRequestState provisioningState()Gets the provisioningState property: The quota request status.- Returns:
- the provisioningState value.
-
message
String message()Gets the message property: User friendly status message.- Returns:
- the message value.
-
requestSubmitTime
OffsetDateTime requestSubmitTime()Gets the requestSubmitTime property: The time when the quota request was submitted using format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.- Returns:
- the requestSubmitTime value.
-
value
List<SubRequest> value()Gets the value property: The quotaRequests.- Returns:
- the value value.
-
innerModel
QuotaRequestDetailsInner innerModel()Gets the inner com.azure.resourcemanager.reservations.fluent.models.QuotaRequestDetailsInner object.- Returns:
- the inner object.
-