Aracılığıyla paylaş


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 faultCode property: Details of the failure.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract QuotaAllocationRequestStatusInner innerModel()

Gets the inner com.azure.resourcemanager.quota.fluent.models.QuotaAllocationRequestStatusInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract RequestState provisioningState()

Gets the provisioningState property: Request status.

abstract QuotaAllocationRequestBase requestedResource()

Gets the requestedResource property: The new quota request allocated to subscription.

abstract OffsetDateTime requestSubmitTime()

Gets the requestSubmitTime property: The request submission time.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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:

the faultCode value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract QuotaAllocationRequestStatusInner innerModel()

Gets the inner com.azure.resourcemanager.quota.fluent.models.QuotaAllocationRequestStatusInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract RequestState provisioningState()

Gets the provisioningState property: Request status.

Returns:

the provisioningState value.

requestedResource

public abstract QuotaAllocationRequestBase requestedResource()

Gets the requestedResource property: The new quota request allocated to subscription.

Returns:

the requestedResource value.

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:

the requestSubmitTime value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to