Share via


QuotaRequestProperties Class

Definition

Quota request properties.

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

Constructors

QuotaRequestProperties()

Creates an new QuotaRequestProperties instance.

Properties

Code

Error code.

ErrorMessage

Error message.

Message

User-friendly status message.

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

Value

Quota request details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaRequestProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to