QuotaAllocationRequestStatus Interface
public interface QuotaAllocationRequestStatus
An immutable client-side representation of QuotaAllocationRequestStatus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
faultCode()
Gets the fault |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Quota |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Request |
provisioningState()
Gets the provisioning |
|
abstract
Quota |
requestedResource()
Gets the requested |
|
abstract
Offset |
requestSubmitTime()
Gets the request |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
faultCode
public abstract String faultCode()
Gets the faultCode property: Details of the failure.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract QuotaAllocationRequestStatusInner innerModel()
Gets the inner com.azure.resourcemanager.quota.fluent.models.QuotaAllocationRequestStatusInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract RequestState provisioningState()
Gets the provisioningState property: Request status.
Returns:
requestedResource
public abstract QuotaAllocationRequestBase requestedResource()
Gets the requestedResource property: The new quota request allocated to subscription.
Returns:
requestSubmitTime
public abstract OffsetDateTime requestSubmitTime()
Gets the requestSubmitTime property: The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: