Freigeben über


IQuotaRequestSubmitResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestSubmitResponseTypeConverter))]
public interface IQuotaRequestSubmitResponse : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestSubmitResponseTypeConverter))>]
type IQuotaRequestSubmitResponse = interface
    interface IJsonSerializable
Public Interface IQuotaRequestSubmitResponse
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