Share via


IQuotaRequestDetails Interface

Definition

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

Properties

Code

Error code.

ErrorMessage

Error message.

Id

Quota request ID.

Message

User-friendly status message.

Name

Quota request name.

ProvisioningState

The quota request status.

RequestSubmitTime

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

Type

Resource type. "Microsoft.Quota/quotas".

Value

Quota request details.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to