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))]
public interface IQuotaRequestDetails : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestDetailsTypeConverter))>]
type IQuotaRequestDetails = interface
    interface IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestDetailsTypeConverter))>]
type IQuotaRequestDetails = interface
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
Public Interface IQuotaRequestDetails
Implements IJsonSerializable
Public Interface IQuotaRequestDetails
Implements IProxyResource
Derived
Attributes
Implements

Properties

Name Description
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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Type

Resource type. "Microsoft.Quota/quotas".

Value

Quota request details.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to