QuotaRequestDetails Class

Definition

List of quota requests with details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestDetailsTypeConverter))]
public class QuotaRequestDetails : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestDetailsTypeConverter))]
public class QuotaRequestDetails : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestDetailsTypeConverter))>]
type QuotaRequestDetails = class
    interface IQuotaRequestDetails
    interface IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestDetailsTypeConverter))>]
type QuotaRequestDetails = class
    interface IQuotaRequestDetails
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class QuotaRequestDetails
Implements IQuotaRequestDetails
Public Class QuotaRequestDetails
Implements IQuotaRequestDetails, IValidates
Inheritance
QuotaRequestDetails
Attributes
Implements

Constructors

Name Description
QuotaRequestDetails()

Creates an new QuotaRequestDetails instance.

Properties

Name Description
Code

Error code.

ErrorMessage

Error message.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Message

User-friendly status message.

Name

The name of the resource

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

ResourceGroupName

Gets the resource group name

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Value

Quota request details.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaRequestDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaRequestDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaRequestDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to