Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuotaRequestDetails

Package version

List of quota requests with details.

Hierarchy

  • QuotaRequestDetails

Index

Properties

Optional error

Error details of the quota request.

Optional id

id: undefined | string

Quota request ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

User-friendly status message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Quota request name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: QuotaRequestState

The quota request status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional requestSubmitTime

requestSubmitTime: Date

The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

Resource type. "Microsoft.Quota/quotas". NOTE: This property will not be serialized. It can only be populated by the server.

Optional value

value: SubRequest[]

Quota request details.

Generated using TypeDoc