IQuotaAllocationRequestStatusProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaAllocationRequestStatusPropertiesTypeConverter))]
public interface IQuotaAllocationRequestStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaAllocationRequestStatusPropertiesTypeConverter))>]
type IQuotaAllocationRequestStatusProperties = interface
    interface IJsonSerializable
Public Interface IQuotaAllocationRequestStatusProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
FaultCode

Details of the failure.

Limit

The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota.

NameLocalizedValue

Resource display name.

NameValue

Resource name.

ProvisioningState

Request status.

Region

The location for which the subscription is allocated

RequestSubmitTime

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

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to