Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuotaRequestOneResourceSubmitResponse

Package version

Quota request response.

Hierarchy

  • QuotaRequestOneResourceSubmitResponse

Index

Properties

Optional currentValue

currentValue: undefined | number

Usage information for the current resource. NOTE: This property will not be serialized. It can only be populated by the server.

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 isQuotaApplicable

isQuotaApplicable: undefined | false | true

States if quota can be requested for this resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional limit

Resource quota limit properties.

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

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

Optional namePropertiesName

namePropertiesName: ResourceName

Resource name provided by the resource provider. Use this property name when requesting quota.

Optional properties

properties: Record<string, unknown>

Additional properties for the specific resource provider.

Optional provisioningState

provisioningState: QuotaRequestState

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

Optional quotaPeriod

quotaPeriod: undefined | string

The time period over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant. NOTE: This property will not be serialized. It can only be populated by the server.

Optional requestSubmitTime

requestSubmitTime: Date

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

Optional resourceType

resourceType: undefined | string

Resource type name.

Optional type

type: undefined | string

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

Optional unit

unit: undefined | string

The quota limit units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

Generated using TypeDoc