Share via


QuotaRequestSubmitResponse Class

Definition

Quota request response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestSubmitResponseTypeConverter))]
public class QuotaRequestSubmitResponse : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestSubmitResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestSubmitResponseTypeConverter))>]
type QuotaRequestSubmitResponse = class
    interface IQuotaRequestSubmitResponse
    interface IJsonSerializable
Public Class QuotaRequestSubmitResponse
Implements IQuotaRequestSubmitResponse
Inheritance
QuotaRequestSubmitResponse
Attributes
Implements

Constructors

QuotaRequestSubmitResponse()

Creates an new QuotaRequestSubmitResponse instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaRequestSubmitResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaRequestSubmitResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestSubmitResponse.

FromJsonString(String)

Creates a new instance of QuotaRequestSubmitResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaRequestSubmitResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to