Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuotaRequestStatus

Package version

Interface representing a QuotaRequestStatus.

Hierarchy

  • QuotaRequestStatus

Implemented by

Index

Methods

Methods

get

  • Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID id is returned in the response of the PUT operation.

    Parameters

    • id: string

      Quota request ID.

    • scope: string

      The target Azure resource URI. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/. This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas, then it's the target Azure resource URI in the GET operation for the specific resource.

    • Optional options: QuotaRequestStatusGetOptionalParams

      The options parameters.

    Returns Promise<QuotaRequestStatusGetResponse>

list

  • For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the oData filter to select quota requests.

    Parameters

    • scope: string

      The target Azure resource URI. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/. This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas, then it's the target Azure resource URI in the GET operation for the specific resource.

    • Optional options: QuotaRequestStatusListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<QuotaRequestDetails>

Generated using TypeDoc