@azure/arm-quota package

Classes

AzureQuotaExtensionAPI

Interfaces

AzureQuotaExtensionAPIOptionalParams

Optional parameters.

CommonResourceProperties

Resource properties.

CreateGenericQuotaRequestParameters

Quota change requests information.

CurrentQuotaLimitBase

Quota limit.

CurrentUsagesBase

Resource usage.

ExceptionResponse

Error.

LimitJsonObject

LimitJson abstract class.

LimitObject

The resource quota limit value.

OperationDisplay
OperationList
OperationResponse
Quota

Interface representing a Quota.

QuotaCreateOrUpdateOptionalParams

Optional parameters.

QuotaGetHeaders

Defines headers for Quota_get operation.

QuotaGetOptionalParams

Optional parameters.

QuotaLimits

Quota limits.

QuotaLimitsResponse

Quota limits request response.

QuotaListHeaders

Defines headers for Quota_list operation.

QuotaListNextHeaders

Defines headers for Quota_listNext operation.

QuotaListNextOptionalParams

Optional parameters.

QuotaListOptionalParams

Optional parameters.

QuotaOperation

Interface representing a QuotaOperation.

QuotaOperationListNextOptionalParams

Optional parameters.

QuotaOperationListOptionalParams

Optional parameters.

QuotaProperties

Quota properties for the specified resource.

QuotaRequestDetails

List of quota requests with details.

QuotaRequestDetailsList

Quota request information.

QuotaRequestOneResourceProperties

Quota request.

QuotaRequestOneResourceSubmitResponse

Quota request response.

QuotaRequestProperties

Quota request properties.

QuotaRequestStatus

Interface representing a QuotaRequestStatus.

QuotaRequestStatusDetails

Quota request status details.

QuotaRequestStatusGetOptionalParams

Optional parameters.

QuotaRequestStatusListNextOptionalParams

Optional parameters.

QuotaRequestStatusListOptionalParams

Optional parameters.

QuotaRequestSubmitResponse

Quota request response.

QuotaRequestSubmitResponse202

The quota request response with the quota request ID.

QuotaUpdateOptionalParams

Optional parameters.

ResourceName

Name of the resource provided by the resource Provider. When requesting quota, use this property name.

ServiceError

API error details.

ServiceErrorDetail

Error details.

SubRequest

Request property.

Usages

Interface representing a Usages.

UsagesGetHeaders

Defines headers for Usages_get operation.

UsagesGetOptionalParams

Optional parameters.

UsagesLimits

Quota limits.

UsagesListHeaders

Defines headers for Usages_list operation.

UsagesListNextHeaders

Defines headers for Usages_listNext operation.

UsagesListNextOptionalParams

Optional parameters.

UsagesListOptionalParams

Optional parameters.

UsagesObject

The resource usages value.

UsagesProperties

Usage properties for the specified resource.

Type Aliases

LimitJsonObjectUnion
LimitType

Defines values for LimitType.
KnownLimitType can be used interchangeably with LimitType, this enum contains the known values that the service supports.

Known values supported by the service

LimitValue

QuotaCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

QuotaGetResponse

Contains response data for the get operation.

QuotaLimitTypes

Defines values for QuotaLimitTypes.
KnownQuotaLimitTypes can be used interchangeably with QuotaLimitTypes, this enum contains the known values that the service supports.

Known values supported by the service

Independent
Shared

QuotaListNextResponse

Contains response data for the listNext operation.

QuotaListResponse

Contains response data for the list operation.

QuotaOperationListNextResponse

Contains response data for the listNext operation.

QuotaOperationListResponse

Contains response data for the list operation.

QuotaRequestState

Defines values for QuotaRequestState.
KnownQuotaRequestState can be used interchangeably with QuotaRequestState, this enum contains the known values that the service supports.

Known values supported by the service

Accepted
Invalid
Succeeded
Failed
InProgress

QuotaRequestStatusGetResponse

Contains response data for the get operation.

QuotaRequestStatusListNextResponse

Contains response data for the listNext operation.

QuotaRequestStatusListResponse

Contains response data for the list operation.

QuotaUpdateResponse

Contains response data for the update operation.

UsagesGetResponse

Contains response data for the get operation.

UsagesListNextResponse

Contains response data for the listNext operation.

UsagesListResponse

Contains response data for the list operation.

UsagesTypes

Defines values for UsagesTypes.
KnownUsagesTypes can be used interchangeably with UsagesTypes, this enum contains the known values that the service supports.

Known values supported by the service

Individual
Combined

Enums

KnownLimitType

Known values of LimitType that the service accepts.

KnownQuotaLimitTypes

Known values of QuotaLimitTypes that the service accepts.

KnownQuotaRequestState

Known values of QuotaRequestState that the service accepts.

KnownUsagesTypes

Known values of UsagesTypes that the service accepts.

Functions

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

An object from accessing value on the IteratorResult from a byPage iterator.

Returns

string | undefined

The continuation token that can be passed into byPage() during future calls.