@azure/arm-quota 1.1.0-beta.1 → 1.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +132 -1
- package/LICENSE +1 -1
- package/README.md +3 -4
- package/dist/browser/azureQuotaExtensionAPI.d.ts +31 -0
- package/dist/browser/azureQuotaExtensionAPI.d.ts.map +1 -0
- package/dist/browser/azureQuotaExtensionAPI.js +108 -0
- package/dist/browser/azureQuotaExtensionAPI.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +14 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +1544 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +74 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +103 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +2517 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +26 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +243 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/groupQuotaLimits.d.ts +25 -0
- package/dist/browser/operations/groupQuotaLimits.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaLimits.js +65 -0
- package/dist/browser/operations/groupQuotaLimits.js.map +1 -0
- package/dist/browser/operations/groupQuotaLimitsRequest.d.ts +99 -0
- package/dist/browser/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaLimitsRequest.js +324 -0
- package/dist/browser/operations/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.js +68 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
- package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptionRequests.js +188 -0
- package/dist/browser/operations/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptions.d.ts +111 -0
- package/dist/browser/operations/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotaSubscriptions.js +449 -0
- package/dist/browser/operations/groupQuotaSubscriptions.js.map +1 -0
- package/dist/browser/operations/groupQuotas.d.ts +123 -0
- package/dist/browser/operations/groupQuotas.d.ts.map +1 -0
- package/dist/browser/operations/groupQuotas.js +456 -0
- package/dist/browser/operations/groupQuotas.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/quota.d.ts +147 -0
- package/dist/browser/operations/quota.d.ts.map +1 -0
- package/dist/browser/operations/quota.js +400 -0
- package/dist/browser/operations/quota.js.map +1 -0
- package/dist/browser/operations/quotaOperation.d.ts +32 -0
- package/dist/browser/operations/quotaOperation.d.ts.map +1 -0
- package/dist/browser/operations/quotaOperation.js +133 -0
- package/dist/browser/operations/quotaOperation.js.map +1 -0
- package/dist/browser/operations/quotaRequestStatus.d.ts +62 -0
- package/dist/browser/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/browser/operations/quotaRequestStatus.js +186 -0
- package/dist/browser/operations/quotaRequestStatus.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +61 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +183 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimits.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotas.d.ts +99 -0
- package/dist/browser/operationsInterfaces/groupQuotas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/groupQuotas.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/quota.d.ts +115 -0
- package/dist/browser/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quota.js.map +1 -0
- package/dist/browser/operationsInterfaces/quotaOperation.d.ts +11 -0
- package/dist/browser/operationsInterfaces/quotaOperation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quotaOperation.js.map +1 -0
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +30 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureQuotaExtensionAPI.d.ts +31 -0
- package/dist/commonjs/azureQuotaExtensionAPI.d.ts.map +1 -0
- package/dist/commonjs/azureQuotaExtensionAPI.js +113 -0
- package/dist/commonjs/azureQuotaExtensionAPI.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1544 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +77 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +103 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2521 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +26 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +246 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaLimits.d.ts +25 -0
- package/dist/commonjs/operations/groupQuotaLimits.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaLimits.js +70 -0
- package/dist/commonjs/operations/groupQuotaLimits.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts +99 -0
- package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaLimitsRequest.js +328 -0
- package/dist/commonjs/operations/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js +73 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js +346 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js +192 -0
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts +111 -0
- package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotaSubscriptions.js +453 -0
- package/dist/commonjs/operations/groupQuotaSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/groupQuotas.d.ts +123 -0
- package/dist/commonjs/operations/groupQuotas.d.ts.map +1 -0
- package/dist/commonjs/operations/groupQuotas.js +460 -0
- package/dist/commonjs/operations/groupQuotas.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/quota.d.ts +147 -0
- package/dist/commonjs/operations/quota.d.ts.map +1 -0
- package/dist/commonjs/operations/quota.js +404 -0
- package/dist/commonjs/operations/quota.js.map +1 -0
- package/dist/commonjs/operations/quotaOperation.d.ts +32 -0
- package/dist/commonjs/operations/quotaOperation.d.ts.map +1 -0
- package/dist/commonjs/operations/quotaOperation.js +137 -0
- package/dist/commonjs/operations/quotaOperation.js.map +1 -0
- package/dist/commonjs/operations/quotaRequestStatus.d.ts +62 -0
- package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/quotaRequestStatus.js +190 -0
- package/dist/commonjs/operations/quotaRequestStatus.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +61 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +187 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts +99 -0
- package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/groupQuotas.js +10 -0
- package/dist/commonjs/operationsInterfaces/groupQuotas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quota.d.ts +115 -0
- package/dist/commonjs/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quota.js +10 -0
- package/dist/commonjs/operationsInterfaces/quota.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaOperation.js +10 -0
- package/dist/commonjs/operationsInterfaces/quotaOperation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureQuotaExtensionAPI.d.ts +31 -0
- package/dist/esm/azureQuotaExtensionAPI.d.ts.map +1 -0
- package/dist/esm/azureQuotaExtensionAPI.js +108 -0
- package/dist/esm/azureQuotaExtensionAPI.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1544 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +74 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +103 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2517 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +26 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +243 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/groupQuotaLimits.d.ts +25 -0
- package/dist/esm/operations/groupQuotaLimits.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaLimits.js +65 -0
- package/dist/esm/operations/groupQuotaLimits.js.map +1 -0
- package/dist/esm/operations/groupQuotaLimitsRequest.d.ts +99 -0
- package/dist/esm/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaLimitsRequest.js +324 -0
- package/dist/esm/operations/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.js +68 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
- package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptionRequests.js +188 -0
- package/dist/esm/operations/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptions.d.ts +111 -0
- package/dist/esm/operations/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotaSubscriptions.js +449 -0
- package/dist/esm/operations/groupQuotaSubscriptions.js.map +1 -0
- package/dist/esm/operations/groupQuotas.d.ts +123 -0
- package/dist/esm/operations/groupQuotas.d.ts.map +1 -0
- package/dist/esm/operations/groupQuotas.js +456 -0
- package/dist/esm/operations/groupQuotas.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/quota.d.ts +147 -0
- package/dist/esm/operations/quota.d.ts.map +1 -0
- package/dist/esm/operations/quota.js +400 -0
- package/dist/esm/operations/quota.js.map +1 -0
- package/dist/esm/operations/quotaOperation.d.ts +32 -0
- package/dist/esm/operations/quotaOperation.d.ts.map +1 -0
- package/dist/esm/operations/quotaOperation.js +133 -0
- package/dist/esm/operations/quotaOperation.js.map +1 -0
- package/dist/esm/operations/quotaRequestStatus.d.ts +62 -0
- package/dist/esm/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/esm/operations/quotaRequestStatus.js +186 -0
- package/dist/esm/operations/quotaRequestStatus.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +61 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +183 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimits.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimits.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotas.d.ts +99 -0
- package/dist/esm/operationsInterfaces/groupQuotas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/groupQuotas.js +9 -0
- package/dist/esm/operationsInterfaces/groupQuotas.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/quota.d.ts +115 -0
- package/dist/esm/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quota.js +9 -0
- package/dist/esm/operationsInterfaces/quota.js.map +1 -0
- package/dist/esm/operationsInterfaces/quotaOperation.d.ts +11 -0
- package/dist/esm/operationsInterfaces/quotaOperation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quotaOperation.js +9 -0
- package/dist/esm/operationsInterfaces/quotaOperation.js.map +1 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js +9 -0
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +30 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureQuotaExtensionAPI.d.ts +31 -0
- package/dist/react-native/azureQuotaExtensionAPI.d.ts.map +1 -0
- package/dist/react-native/azureQuotaExtensionAPI.js +108 -0
- package/dist/react-native/azureQuotaExtensionAPI.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1544 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +74 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +103 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2517 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +26 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +243 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/groupQuotaLimits.d.ts +25 -0
- package/dist/react-native/operations/groupQuotaLimits.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaLimits.js +65 -0
- package/dist/react-native/operations/groupQuotaLimits.js.map +1 -0
- package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts +99 -0
- package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaLimitsRequest.js +324 -0
- package/dist/react-native/operations/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts +27 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js +68 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts +105 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js +342 -0
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts +55 -0
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.js +188 -0
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptions.d.ts +111 -0
- package/dist/react-native/operations/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotaSubscriptions.js +449 -0
- package/dist/react-native/operations/groupQuotaSubscriptions.js.map +1 -0
- package/dist/react-native/operations/groupQuotas.d.ts +123 -0
- package/dist/react-native/operations/groupQuotas.d.ts.map +1 -0
- package/dist/react-native/operations/groupQuotas.js +456 -0
- package/dist/react-native/operations/groupQuotas.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/quota.d.ts +147 -0
- package/dist/react-native/operations/quota.d.ts.map +1 -0
- package/dist/react-native/operations/quota.js +400 -0
- package/dist/react-native/operations/quota.js.map +1 -0
- package/dist/react-native/operations/quotaOperation.d.ts +32 -0
- package/dist/react-native/operations/quotaOperation.d.ts.map +1 -0
- package/dist/react-native/operations/quotaOperation.js +133 -0
- package/dist/react-native/operations/quotaOperation.js.map +1 -0
- package/dist/react-native/operations/quotaRequestStatus.d.ts +62 -0
- package/dist/react-native/operations/quotaRequestStatus.d.ts.map +1 -0
- package/dist/react-native/operations/quotaRequestStatus.js +186 -0
- package/dist/react-native/operations/quotaRequestStatus.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +61 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +183 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +68 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +27 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts +84 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotas.d.ts +99 -0
- package/dist/react-native/operationsInterfaces/groupQuotas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/groupQuotas.js +9 -0
- package/dist/react-native/operationsInterfaces/groupQuotas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quota.d.ts +115 -0
- package/dist/react-native/operationsInterfaces/quota.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quota.js +9 -0
- package/dist/react-native/operationsInterfaces/quota.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaOperation.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/quotaOperation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaOperation.js +9 -0
- package/dist/react-native/operationsInterfaces/quotaOperation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +79 -53
- package/review/arm-quota.api.md +49 -247
- package/dist/index.js +0 -7283
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js +0 -42
- package/dist-esm/samples-dev/groupQuotaLimitsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsListSample.js +0 -57
- package/dist-esm/samples-dev/groupQuotaLimitsListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/groupQuotaLimitsRequestCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js +0 -38
- package/dist-esm/samples-dev/groupQuotaLimitsRequestGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js +0 -55
- package/dist-esm/samples-dev/groupQuotaLimitsRequestListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js +0 -41
- package/dist-esm/samples-dev/groupQuotaLimitsRequestUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js +0 -86
- package/dist-esm/samples-dev/groupQuotaLocationSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaLocationSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js +0 -54
- package/dist-esm/samples-dev/groupQuotaLocationSettingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js +0 -53
- package/dist-esm/samples-dev/groupQuotaLocationSettingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js +0 -41
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js +0 -56
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js +0 -40
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js +0 -57
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js +0 -46
- package/dist-esm/samples-dev/groupQuotaSubscriptionAllocationRequestUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js +0 -38
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js +0 -53
- package/dist-esm/samples-dev/groupQuotaSubscriptionRequestsListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaSubscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js +0 -53
- package/dist-esm/samples-dev/groupQuotaSubscriptionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js +0 -39
- package/dist-esm/samples-dev/groupQuotaSubscriptionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotaUsagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotaUsagesListSample.js +0 -55
- package/dist-esm/samples-dev/groupQuotaUsagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js +0 -52
- package/dist-esm/samples-dev/groupQuotasCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasDeleteSample.js +0 -37
- package/dist-esm/samples-dev/groupQuotasDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasGetSample.js +0 -37
- package/dist-esm/samples-dev/groupQuotasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasListSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasListSample.js +0 -52
- package/dist-esm/samples-dev/groupQuotasListSample.js.map +0 -1
- package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/groupQuotasUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/groupQuotasUpdateSample.js +0 -54
- package/dist-esm/samples-dev/groupQuotasUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js +0 -131
- package/dist-esm/samples-dev/quotaCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaGetSample.js +0 -54
- package/dist-esm/samples-dev/quotaGetSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaListSample.js +0 -116
- package/dist-esm/samples-dev/quotaListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaOperationListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaOperationListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaOperationListSample.js +0 -51
- package/dist-esm/samples-dev/quotaOperationListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.js +0 -71
- package/dist-esm/samples-dev/quotaRequestStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaRequestStatusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaRequestStatusListSample.js +0 -52
- package/dist-esm/samples-dev/quotaRequestStatusListSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaUpdateSample.js +0 -75
- package/dist-esm/samples-dev/quotaUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesGetSample.js +0 -54
- package/dist-esm/samples-dev/usagesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -116
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/src/azureQuotaExtensionAPI.d.ts +0 -33
- package/dist-esm/src/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist-esm/src/azureQuotaExtensionAPI.js +0 -113
- package/dist-esm/src/azureQuotaExtensionAPI.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1790
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -100
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -108
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -2708
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -28
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -262
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaLimits.d.ts +0 -77
- package/dist-esm/src/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaLimits.js +0 -232
- package/dist-esm/src/operations/groupQuotaLimits.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts +0 -131
- package/dist-esm/src/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaLimitsRequest.js +0 -441
- package/dist-esm/src/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts +0 -144
- package/dist-esm/src/operations/groupQuotaLocationSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaLocationSettings.js +0 -453
- package/dist-esm/src/operations/groupQuotaLocationSettings.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts +0 -75
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js +0 -211
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -133
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js +0 -450
- package/dist-esm/src/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist-esm/src/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js +0 -188
- package/dist-esm/src/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist-esm/src/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaSubscriptions.js +0 -461
- package/dist-esm/src/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/groupQuotaUsages.d.ts +0 -50
- package/dist-esm/src/operations/groupQuotaUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotaUsages.js +0 -177
- package/dist-esm/src/operations/groupQuotaUsages.js.map +0 -1
- package/dist-esm/src/operations/groupQuotas.d.ts +0 -123
- package/dist-esm/src/operations/groupQuotas.d.ts.map +0 -1
- package/dist-esm/src/operations/groupQuotas.js +0 -468
- package/dist-esm/src/operations/groupQuotas.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -14
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -21
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/quota.d.ts +0 -147
- package/dist-esm/src/operations/quota.d.ts.map +0 -1
- package/dist-esm/src/operations/quota.js +0 -408
- package/dist-esm/src/operations/quota.js.map +0 -1
- package/dist-esm/src/operations/quotaOperation.d.ts +0 -32
- package/dist-esm/src/operations/quotaOperation.d.ts.map +0 -1
- package/dist-esm/src/operations/quotaOperation.js +0 -133
- package/dist-esm/src/operations/quotaOperation.js.map +0 -1
- package/dist-esm/src/operations/quotaRequestStatus.d.ts +0 -62
- package/dist-esm/src/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/quotaRequestStatus.js +0 -186
- package/dist-esm/src/operations/quotaRequestStatus.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -61
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -183
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -95
- package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts +0 -111
- package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js +0 -9
- package/dist-esm/src/operationsInterfaces/groupQuotaLocationSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -96
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/groupQuotaUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js +0 -9
- package/dist-esm/src/operationsInterfaces/groupQuotaUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist-esm/src/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -21
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quota.d.ts +0 -115
- package/dist-esm/src/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quota.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/quota_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/quota_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/quota_operations_test.spec.js +0 -98
- package/dist-esm/test/quota_operations_test.spec.js.map +0 -1
- package/src/azureQuotaExtensionAPI.ts +0 -210
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2054
- package/src/models/mappers.ts +0 -2870
- package/src/models/parameters.ts +0 -302
- package/src/operations/groupQuotaLimits.ts +0 -314
- package/src/operations/groupQuotaLimitsRequest.ts +0 -609
- package/src/operations/groupQuotaLocationSettings.ts +0 -616
- package/src/operations/groupQuotaSubscriptionAllocation.ts +0 -284
- package/src/operations/groupQuotaSubscriptionAllocationRequest.ts +0 -626
- package/src/operations/groupQuotaSubscriptionRequests.ts +0 -244
- package/src/operations/groupQuotaSubscriptions.ts +0 -626
- package/src/operations/groupQuotaUsages.ts +0 -248
- package/src/operations/groupQuotas.ts +0 -618
- package/src/operations/index.ts +0 -21
- package/src/operations/quota.ts +0 -521
- package/src/operations/quotaOperation.ts +0 -149
- package/src/operations/quotaRequestStatus.ts +0 -220
- package/src/operations/usages.ts +0 -217
- package/src/operationsInterfaces/groupQuotaLimits.ts +0 -67
- package/src/operationsInterfaces/groupQuotaLimitsRequest.ts +0 -158
- package/src/operationsInterfaces/groupQuotaLocationSettings.ts +0 -174
- package/src/operationsInterfaces/groupQuotaSubscriptionAllocation.ts +0 -64
- package/src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.ts +0 -163
- package/src/operationsInterfaces/groupQuotaSubscriptionRequests.ts +0 -50
- package/src/operationsInterfaces/groupQuotaSubscriptions.ts +0 -151
- package/src/operationsInterfaces/groupQuotaUsages.ts +0 -32
- package/src/operationsInterfaces/groupQuotas.ts +0 -165
- package/src/operationsInterfaces/index.ts +0 -21
- package/src/operationsInterfaces/quota.ts +0 -167
- package/src/operationsInterfaces/quotaOperation.ts +0 -22
- package/src/operationsInterfaces/quotaRequestStatus.ts +0 -51
- package/src/operationsInterfaces/usages.ts +0 -51
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-quota.d.ts +0 -2819
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimits.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaLimitsRequest.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotaSubscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/groupQuotas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quota.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaOperation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaRequestStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -1,220 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { QuotaRequestStatus } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI";
|
|
16
|
-
import {
|
|
17
|
-
QuotaRequestDetails,
|
|
18
|
-
QuotaRequestStatusListNextOptionalParams,
|
|
19
|
-
QuotaRequestStatusListOptionalParams,
|
|
20
|
-
QuotaRequestStatusListResponse,
|
|
21
|
-
QuotaRequestStatusGetOptionalParams,
|
|
22
|
-
QuotaRequestStatusGetResponse,
|
|
23
|
-
QuotaRequestStatusListNextResponse,
|
|
24
|
-
} from "../models";
|
|
25
|
-
|
|
26
|
-
/// <reference lib="esnext.asynciterable" />
|
|
27
|
-
/** Class containing QuotaRequestStatus operations. */
|
|
28
|
-
export class QuotaRequestStatusImpl implements QuotaRequestStatus {
|
|
29
|
-
private readonly client: AzureQuotaExtensionAPI;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Initialize a new instance of the class QuotaRequestStatus class.
|
|
33
|
-
* @param client Reference to the service client
|
|
34
|
-
*/
|
|
35
|
-
constructor(client: AzureQuotaExtensionAPI) {
|
|
36
|
-
this.client = client;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* For the specified scope, get the current quota requests for a one year period ending at the time is
|
|
41
|
-
* made. Use the **oData** filter to select quota requests.
|
|
42
|
-
* @param scope The target Azure resource URI. For example,
|
|
43
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
44
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
45
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
46
|
-
* resource.
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
public list(
|
|
50
|
-
scope: string,
|
|
51
|
-
options?: QuotaRequestStatusListOptionalParams,
|
|
52
|
-
): PagedAsyncIterableIterator<QuotaRequestDetails> {
|
|
53
|
-
const iter = this.listPagingAll(scope, options);
|
|
54
|
-
return {
|
|
55
|
-
next() {
|
|
56
|
-
return iter.next();
|
|
57
|
-
},
|
|
58
|
-
[Symbol.asyncIterator]() {
|
|
59
|
-
return this;
|
|
60
|
-
},
|
|
61
|
-
byPage: (settings?: PageSettings) => {
|
|
62
|
-
if (settings?.maxPageSize) {
|
|
63
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
64
|
-
}
|
|
65
|
-
return this.listPagingPage(scope, options, settings);
|
|
66
|
-
},
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
private async *listPagingPage(
|
|
71
|
-
scope: string,
|
|
72
|
-
options?: QuotaRequestStatusListOptionalParams,
|
|
73
|
-
settings?: PageSettings,
|
|
74
|
-
): AsyncIterableIterator<QuotaRequestDetails[]> {
|
|
75
|
-
let result: QuotaRequestStatusListResponse;
|
|
76
|
-
let continuationToken = settings?.continuationToken;
|
|
77
|
-
if (!continuationToken) {
|
|
78
|
-
result = await this._list(scope, options);
|
|
79
|
-
let page = result.value || [];
|
|
80
|
-
continuationToken = result.nextLink;
|
|
81
|
-
setContinuationToken(page, continuationToken);
|
|
82
|
-
yield page;
|
|
83
|
-
}
|
|
84
|
-
while (continuationToken) {
|
|
85
|
-
result = await this._listNext(scope, continuationToken, options);
|
|
86
|
-
continuationToken = result.nextLink;
|
|
87
|
-
let page = result.value || [];
|
|
88
|
-
setContinuationToken(page, continuationToken);
|
|
89
|
-
yield page;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private async *listPagingAll(
|
|
94
|
-
scope: string,
|
|
95
|
-
options?: QuotaRequestStatusListOptionalParams,
|
|
96
|
-
): AsyncIterableIterator<QuotaRequestDetails> {
|
|
97
|
-
for await (const page of this.listPagingPage(scope, options)) {
|
|
98
|
-
yield* page;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Get the quota request details and status by quota request ID for the resources of the resource
|
|
104
|
-
* provider at a specific location. The quota request ID **id** is returned in the response of the PUT
|
|
105
|
-
* operation.
|
|
106
|
-
* @param id Quota request ID.
|
|
107
|
-
* @param scope The target Azure resource URI. For example,
|
|
108
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
109
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
110
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
111
|
-
* resource.
|
|
112
|
-
* @param options The options parameters.
|
|
113
|
-
*/
|
|
114
|
-
get(
|
|
115
|
-
id: string,
|
|
116
|
-
scope: string,
|
|
117
|
-
options?: QuotaRequestStatusGetOptionalParams,
|
|
118
|
-
): Promise<QuotaRequestStatusGetResponse> {
|
|
119
|
-
return this.client.sendOperationRequest(
|
|
120
|
-
{ id, scope, options },
|
|
121
|
-
getOperationSpec,
|
|
122
|
-
);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* For the specified scope, get the current quota requests for a one year period ending at the time is
|
|
127
|
-
* made. Use the **oData** filter to select quota requests.
|
|
128
|
-
* @param scope The target Azure resource URI. For example,
|
|
129
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
130
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
131
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
132
|
-
* resource.
|
|
133
|
-
* @param options The options parameters.
|
|
134
|
-
*/
|
|
135
|
-
private _list(
|
|
136
|
-
scope: string,
|
|
137
|
-
options?: QuotaRequestStatusListOptionalParams,
|
|
138
|
-
): Promise<QuotaRequestStatusListResponse> {
|
|
139
|
-
return this.client.sendOperationRequest(
|
|
140
|
-
{ scope, options },
|
|
141
|
-
listOperationSpec,
|
|
142
|
-
);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* ListNext
|
|
147
|
-
* @param scope The target Azure resource URI. For example,
|
|
148
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
149
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
150
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
151
|
-
* resource.
|
|
152
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
153
|
-
* @param options The options parameters.
|
|
154
|
-
*/
|
|
155
|
-
private _listNext(
|
|
156
|
-
scope: string,
|
|
157
|
-
nextLink: string,
|
|
158
|
-
options?: QuotaRequestStatusListNextOptionalParams,
|
|
159
|
-
): Promise<QuotaRequestStatusListNextResponse> {
|
|
160
|
-
return this.client.sendOperationRequest(
|
|
161
|
-
{ scope, nextLink, options },
|
|
162
|
-
listNextOperationSpec,
|
|
163
|
-
);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
// Operation Specifications
|
|
167
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
168
|
-
|
|
169
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
170
|
-
path: "/{scope}/providers/Microsoft.Quota/quotaRequests/{id}",
|
|
171
|
-
httpMethod: "GET",
|
|
172
|
-
responses: {
|
|
173
|
-
200: {
|
|
174
|
-
bodyMapper: Mappers.QuotaRequestDetails,
|
|
175
|
-
},
|
|
176
|
-
default: {
|
|
177
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
178
|
-
},
|
|
179
|
-
},
|
|
180
|
-
queryParameters: [Parameters.apiVersion],
|
|
181
|
-
urlParameters: [Parameters.$host, Parameters.scope, Parameters.id],
|
|
182
|
-
headerParameters: [Parameters.accept],
|
|
183
|
-
serializer,
|
|
184
|
-
};
|
|
185
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
186
|
-
path: "/{scope}/providers/Microsoft.Quota/quotaRequests",
|
|
187
|
-
httpMethod: "GET",
|
|
188
|
-
responses: {
|
|
189
|
-
200: {
|
|
190
|
-
bodyMapper: Mappers.QuotaRequestDetailsList,
|
|
191
|
-
},
|
|
192
|
-
default: {
|
|
193
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
194
|
-
},
|
|
195
|
-
},
|
|
196
|
-
queryParameters: [
|
|
197
|
-
Parameters.apiVersion,
|
|
198
|
-
Parameters.filter1,
|
|
199
|
-
Parameters.top,
|
|
200
|
-
Parameters.skiptoken,
|
|
201
|
-
],
|
|
202
|
-
urlParameters: [Parameters.$host, Parameters.scope],
|
|
203
|
-
headerParameters: [Parameters.accept],
|
|
204
|
-
serializer,
|
|
205
|
-
};
|
|
206
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
207
|
-
path: "{nextLink}",
|
|
208
|
-
httpMethod: "GET",
|
|
209
|
-
responses: {
|
|
210
|
-
200: {
|
|
211
|
-
bodyMapper: Mappers.QuotaRequestDetailsList,
|
|
212
|
-
},
|
|
213
|
-
default: {
|
|
214
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
215
|
-
},
|
|
216
|
-
},
|
|
217
|
-
urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],
|
|
218
|
-
headerParameters: [Parameters.accept],
|
|
219
|
-
serializer,
|
|
220
|
-
};
|
package/src/operations/usages.ts
DELETED
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
11
|
-
import { Usages } from "../operationsInterfaces";
|
|
12
|
-
import * as coreClient from "@azure/core-client";
|
|
13
|
-
import * as Mappers from "../models/mappers";
|
|
14
|
-
import * as Parameters from "../models/parameters";
|
|
15
|
-
import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI";
|
|
16
|
-
import {
|
|
17
|
-
CurrentUsagesBase,
|
|
18
|
-
UsagesListNextOptionalParams,
|
|
19
|
-
UsagesListOptionalParams,
|
|
20
|
-
UsagesListResponse,
|
|
21
|
-
UsagesGetOptionalParams,
|
|
22
|
-
UsagesGetResponse,
|
|
23
|
-
UsagesListNextResponse,
|
|
24
|
-
} from "../models";
|
|
25
|
-
|
|
26
|
-
/// <reference lib="esnext.asynciterable" />
|
|
27
|
-
/** Class containing Usages operations. */
|
|
28
|
-
export class UsagesImpl implements Usages {
|
|
29
|
-
private readonly client: AzureQuotaExtensionAPI;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Initialize a new instance of the class Usages class.
|
|
33
|
-
* @param client Reference to the service client
|
|
34
|
-
*/
|
|
35
|
-
constructor(client: AzureQuotaExtensionAPI) {
|
|
36
|
-
this.client = client;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Get a list of current usage for all resources for the scope specified.
|
|
41
|
-
* @param scope The target Azure resource URI. For example,
|
|
42
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
43
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
44
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
45
|
-
* resource.
|
|
46
|
-
* @param options The options parameters.
|
|
47
|
-
*/
|
|
48
|
-
public list(
|
|
49
|
-
scope: string,
|
|
50
|
-
options?: UsagesListOptionalParams,
|
|
51
|
-
): PagedAsyncIterableIterator<CurrentUsagesBase> {
|
|
52
|
-
const iter = this.listPagingAll(scope, options);
|
|
53
|
-
return {
|
|
54
|
-
next() {
|
|
55
|
-
return iter.next();
|
|
56
|
-
},
|
|
57
|
-
[Symbol.asyncIterator]() {
|
|
58
|
-
return this;
|
|
59
|
-
},
|
|
60
|
-
byPage: (settings?: PageSettings) => {
|
|
61
|
-
if (settings?.maxPageSize) {
|
|
62
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
63
|
-
}
|
|
64
|
-
return this.listPagingPage(scope, options, settings);
|
|
65
|
-
},
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
private async *listPagingPage(
|
|
70
|
-
scope: string,
|
|
71
|
-
options?: UsagesListOptionalParams,
|
|
72
|
-
settings?: PageSettings,
|
|
73
|
-
): AsyncIterableIterator<CurrentUsagesBase[]> {
|
|
74
|
-
let result: UsagesListResponse;
|
|
75
|
-
let continuationToken = settings?.continuationToken;
|
|
76
|
-
if (!continuationToken) {
|
|
77
|
-
result = await this._list(scope, options);
|
|
78
|
-
let page = result.value || [];
|
|
79
|
-
continuationToken = result.nextLink;
|
|
80
|
-
setContinuationToken(page, continuationToken);
|
|
81
|
-
yield page;
|
|
82
|
-
}
|
|
83
|
-
while (continuationToken) {
|
|
84
|
-
result = await this._listNext(scope, continuationToken, options);
|
|
85
|
-
continuationToken = result.nextLink;
|
|
86
|
-
let page = result.value || [];
|
|
87
|
-
setContinuationToken(page, continuationToken);
|
|
88
|
-
yield page;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private async *listPagingAll(
|
|
93
|
-
scope: string,
|
|
94
|
-
options?: UsagesListOptionalParams,
|
|
95
|
-
): AsyncIterableIterator<CurrentUsagesBase> {
|
|
96
|
-
for await (const page of this.listPagingPage(scope, options)) {
|
|
97
|
-
yield* page;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* Get the current usage of a resource.
|
|
103
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
104
|
-
* - SKU name for Microsoft.Compute
|
|
105
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
106
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
107
|
-
* @param scope The target Azure resource URI. For example,
|
|
108
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
109
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
110
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
111
|
-
* resource.
|
|
112
|
-
* @param options The options parameters.
|
|
113
|
-
*/
|
|
114
|
-
get(
|
|
115
|
-
resourceName: string,
|
|
116
|
-
scope: string,
|
|
117
|
-
options?: UsagesGetOptionalParams,
|
|
118
|
-
): Promise<UsagesGetResponse> {
|
|
119
|
-
return this.client.sendOperationRequest(
|
|
120
|
-
{ resourceName, scope, options },
|
|
121
|
-
getOperationSpec,
|
|
122
|
-
);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* Get a list of current usage for all resources for the scope specified.
|
|
127
|
-
* @param scope The target Azure resource URI. For example,
|
|
128
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
129
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
130
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
131
|
-
* resource.
|
|
132
|
-
* @param options The options parameters.
|
|
133
|
-
*/
|
|
134
|
-
private _list(
|
|
135
|
-
scope: string,
|
|
136
|
-
options?: UsagesListOptionalParams,
|
|
137
|
-
): Promise<UsagesListResponse> {
|
|
138
|
-
return this.client.sendOperationRequest(
|
|
139
|
-
{ scope, options },
|
|
140
|
-
listOperationSpec,
|
|
141
|
-
);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* ListNext
|
|
146
|
-
* @param scope The target Azure resource URI. For example,
|
|
147
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
148
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
149
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
150
|
-
* resource.
|
|
151
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
152
|
-
* @param options The options parameters.
|
|
153
|
-
*/
|
|
154
|
-
private _listNext(
|
|
155
|
-
scope: string,
|
|
156
|
-
nextLink: string,
|
|
157
|
-
options?: UsagesListNextOptionalParams,
|
|
158
|
-
): Promise<UsagesListNextResponse> {
|
|
159
|
-
return this.client.sendOperationRequest(
|
|
160
|
-
{ scope, nextLink, options },
|
|
161
|
-
listNextOperationSpec,
|
|
162
|
-
);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
// Operation Specifications
|
|
166
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
167
|
-
|
|
168
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
|
169
|
-
path: "/{scope}/providers/Microsoft.Quota/usages/{resourceName}",
|
|
170
|
-
httpMethod: "GET",
|
|
171
|
-
responses: {
|
|
172
|
-
200: {
|
|
173
|
-
bodyMapper: Mappers.CurrentUsagesBase,
|
|
174
|
-
headersMapper: Mappers.UsagesGetHeaders,
|
|
175
|
-
},
|
|
176
|
-
default: {
|
|
177
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
178
|
-
},
|
|
179
|
-
},
|
|
180
|
-
queryParameters: [Parameters.apiVersion],
|
|
181
|
-
urlParameters: [Parameters.$host, Parameters.resourceName1, Parameters.scope],
|
|
182
|
-
headerParameters: [Parameters.accept],
|
|
183
|
-
serializer,
|
|
184
|
-
};
|
|
185
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
|
186
|
-
path: "/{scope}/providers/Microsoft.Quota/usages",
|
|
187
|
-
httpMethod: "GET",
|
|
188
|
-
responses: {
|
|
189
|
-
200: {
|
|
190
|
-
bodyMapper: Mappers.UsagesLimits,
|
|
191
|
-
headersMapper: Mappers.UsagesListHeaders,
|
|
192
|
-
},
|
|
193
|
-
default: {
|
|
194
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
195
|
-
},
|
|
196
|
-
},
|
|
197
|
-
queryParameters: [Parameters.apiVersion],
|
|
198
|
-
urlParameters: [Parameters.$host, Parameters.scope],
|
|
199
|
-
headerParameters: [Parameters.accept],
|
|
200
|
-
serializer,
|
|
201
|
-
};
|
|
202
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
203
|
-
path: "{nextLink}",
|
|
204
|
-
httpMethod: "GET",
|
|
205
|
-
responses: {
|
|
206
|
-
200: {
|
|
207
|
-
bodyMapper: Mappers.UsagesLimits,
|
|
208
|
-
headersMapper: Mappers.UsagesListNextHeaders,
|
|
209
|
-
},
|
|
210
|
-
default: {
|
|
211
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
212
|
-
},
|
|
213
|
-
},
|
|
214
|
-
urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],
|
|
215
|
-
headerParameters: [Parameters.accept],
|
|
216
|
-
serializer,
|
|
217
|
-
};
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
GroupQuotaLimit,
|
|
12
|
-
GroupQuotaLimitsListOptionalParams,
|
|
13
|
-
GroupQuotaLimitsGetOptionalParams,
|
|
14
|
-
GroupQuotaLimitsGetResponse,
|
|
15
|
-
} from "../models";
|
|
16
|
-
|
|
17
|
-
/// <reference lib="esnext.asynciterable" />
|
|
18
|
-
/** Interface representing a GroupQuotaLimits. */
|
|
19
|
-
export interface GroupQuotaLimits {
|
|
20
|
-
/**
|
|
21
|
-
* Gets the GroupQuotaLimits for the all resource for a specific resourceProvider and $filter passed.
|
|
22
|
-
* The $filter=location eq {location} is required to location specific resources groupQuota.
|
|
23
|
-
* @param managementGroupId Management Group Id.
|
|
24
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
25
|
-
* tenantId/MgId.
|
|
26
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
27
|
-
* Microsoft.Compute resource provider supports this API.
|
|
28
|
-
* @param filter | Field | Supported operators
|
|
29
|
-
* |---------------------|------------------------
|
|
30
|
-
*
|
|
31
|
-
* location eq {location}
|
|
32
|
-
* Example: $filter=location eq eastus
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
list(
|
|
36
|
-
managementGroupId: string,
|
|
37
|
-
groupQuotaName: string,
|
|
38
|
-
resourceProviderName: string,
|
|
39
|
-
filter: string,
|
|
40
|
-
options?: GroupQuotaLimitsListOptionalParams,
|
|
41
|
-
): PagedAsyncIterableIterator<GroupQuotaLimit>;
|
|
42
|
-
/**
|
|
43
|
-
* Gets the GroupQuotaLimits for the specific resource for a specific resource based on the
|
|
44
|
-
* resourceProviders, resourceName and $filter passed.
|
|
45
|
-
* The $filter=location eq {location} is required to location specific resources groupQuota.
|
|
46
|
-
* @param managementGroupId Management Group Id.
|
|
47
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
48
|
-
* tenantId/MgId.
|
|
49
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
50
|
-
* Microsoft.Compute resource provider supports this API.
|
|
51
|
-
* @param resourceName Resource name.
|
|
52
|
-
* @param filter | Field | Supported operators
|
|
53
|
-
* |---------------------|------------------------
|
|
54
|
-
*
|
|
55
|
-
* location eq {location}
|
|
56
|
-
* Example: $filter=location eq eastus
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
get(
|
|
60
|
-
managementGroupId: string,
|
|
61
|
-
groupQuotaName: string,
|
|
62
|
-
resourceProviderName: string,
|
|
63
|
-
resourceName: string,
|
|
64
|
-
filter: string,
|
|
65
|
-
options?: GroupQuotaLimitsGetOptionalParams,
|
|
66
|
-
): Promise<GroupQuotaLimitsGetResponse>;
|
|
67
|
-
}
|
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
SubmittedResourceRequestStatus,
|
|
13
|
-
GroupQuotaLimitsRequestListOptionalParams,
|
|
14
|
-
GroupQuotaLimitsRequestCreateOrUpdateOptionalParams,
|
|
15
|
-
GroupQuotaLimitsRequestCreateOrUpdateResponse,
|
|
16
|
-
GroupQuotaLimitsRequestUpdateOptionalParams,
|
|
17
|
-
GroupQuotaLimitsRequestUpdateResponse,
|
|
18
|
-
GroupQuotaLimitsRequestGetOptionalParams,
|
|
19
|
-
GroupQuotaLimitsRequestGetResponse,
|
|
20
|
-
} from "../models";
|
|
21
|
-
|
|
22
|
-
/// <reference lib="esnext.asynciterable" />
|
|
23
|
-
/** Interface representing a GroupQuotaLimitsRequest. */
|
|
24
|
-
export interface GroupQuotaLimitsRequest {
|
|
25
|
-
/**
|
|
26
|
-
* Get API to check the status of a GroupQuota request by requestId.
|
|
27
|
-
* @param managementGroupId Management Group Id.
|
|
28
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
29
|
-
* tenantId/MgId.
|
|
30
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
31
|
-
* Microsoft.Compute resource provider supports this API.
|
|
32
|
-
* @param filter | Field | Supported operators
|
|
33
|
-
* |---------------------|------------------------
|
|
34
|
-
*
|
|
35
|
-
* location eq {location} and resource eq {resourceName}
|
|
36
|
-
* Example: $filter=location eq eastus and resourceName eq cores
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
list(
|
|
40
|
-
managementGroupId: string,
|
|
41
|
-
groupQuotaName: string,
|
|
42
|
-
resourceProviderName: string,
|
|
43
|
-
filter: string,
|
|
44
|
-
options?: GroupQuotaLimitsRequestListOptionalParams,
|
|
45
|
-
): PagedAsyncIterableIterator<SubmittedResourceRequestStatus>;
|
|
46
|
-
/**
|
|
47
|
-
* Put the GroupQuota requests for a specific ResourceProvider/Location/Resource. the location and
|
|
48
|
-
* resourceName ("name": {"value" : "resourceName") properties are specified in the request body. Only
|
|
49
|
-
* 1 resource quota can be requested.
|
|
50
|
-
* Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
|
|
51
|
-
* retry-after duration in seconds to check the intermediate status. This API provides the finals
|
|
52
|
-
* status with the request details and status.
|
|
53
|
-
* @param managementGroupId Management Group Id.
|
|
54
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
55
|
-
* tenantId/MgId.
|
|
56
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
57
|
-
* Microsoft.Compute resource provider supports this API.
|
|
58
|
-
* @param resourceName Resource name.
|
|
59
|
-
* @param options The options parameters.
|
|
60
|
-
*/
|
|
61
|
-
beginCreateOrUpdate(
|
|
62
|
-
managementGroupId: string,
|
|
63
|
-
groupQuotaName: string,
|
|
64
|
-
resourceProviderName: string,
|
|
65
|
-
resourceName: string,
|
|
66
|
-
options?: GroupQuotaLimitsRequestCreateOrUpdateOptionalParams,
|
|
67
|
-
): Promise<
|
|
68
|
-
SimplePollerLike<
|
|
69
|
-
OperationState<GroupQuotaLimitsRequestCreateOrUpdateResponse>,
|
|
70
|
-
GroupQuotaLimitsRequestCreateOrUpdateResponse
|
|
71
|
-
>
|
|
72
|
-
>;
|
|
73
|
-
/**
|
|
74
|
-
* Put the GroupQuota requests for a specific ResourceProvider/Location/Resource. the location and
|
|
75
|
-
* resourceName ("name": {"value" : "resourceName") properties are specified in the request body. Only
|
|
76
|
-
* 1 resource quota can be requested.
|
|
77
|
-
* Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
|
|
78
|
-
* retry-after duration in seconds to check the intermediate status. This API provides the finals
|
|
79
|
-
* status with the request details and status.
|
|
80
|
-
* @param managementGroupId Management Group Id.
|
|
81
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
82
|
-
* tenantId/MgId.
|
|
83
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
84
|
-
* Microsoft.Compute resource provider supports this API.
|
|
85
|
-
* @param resourceName Resource name.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
beginCreateOrUpdateAndWait(
|
|
89
|
-
managementGroupId: string,
|
|
90
|
-
groupQuotaName: string,
|
|
91
|
-
resourceProviderName: string,
|
|
92
|
-
resourceName: string,
|
|
93
|
-
options?: GroupQuotaLimitsRequestCreateOrUpdateOptionalParams,
|
|
94
|
-
): Promise<GroupQuotaLimitsRequestCreateOrUpdateResponse>;
|
|
95
|
-
/**
|
|
96
|
-
* Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. the location and
|
|
97
|
-
* resourceName properties are specified in the request body. Only 1 resource quota can be requested.
|
|
98
|
-
* Please note that patch request creates a new groupQuota request.
|
|
99
|
-
* Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
|
|
100
|
-
* retry-after duration in seconds to check the intermediate status. This API provides the finals
|
|
101
|
-
* status with the request details and status.
|
|
102
|
-
* @param managementGroupId Management Group Id.
|
|
103
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
104
|
-
* tenantId/MgId.
|
|
105
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
106
|
-
* Microsoft.Compute resource provider supports this API.
|
|
107
|
-
* @param resourceName Resource name.
|
|
108
|
-
* @param options The options parameters.
|
|
109
|
-
*/
|
|
110
|
-
beginUpdate(
|
|
111
|
-
managementGroupId: string,
|
|
112
|
-
groupQuotaName: string,
|
|
113
|
-
resourceProviderName: string,
|
|
114
|
-
resourceName: string,
|
|
115
|
-
options?: GroupQuotaLimitsRequestUpdateOptionalParams,
|
|
116
|
-
): Promise<
|
|
117
|
-
SimplePollerLike<
|
|
118
|
-
OperationState<GroupQuotaLimitsRequestUpdateResponse>,
|
|
119
|
-
GroupQuotaLimitsRequestUpdateResponse
|
|
120
|
-
>
|
|
121
|
-
>;
|
|
122
|
-
/**
|
|
123
|
-
* Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. the location and
|
|
124
|
-
* resourceName properties are specified in the request body. Only 1 resource quota can be requested.
|
|
125
|
-
* Please note that patch request creates a new groupQuota request.
|
|
126
|
-
* Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
|
|
127
|
-
* retry-after duration in seconds to check the intermediate status. This API provides the finals
|
|
128
|
-
* status with the request details and status.
|
|
129
|
-
* @param managementGroupId Management Group Id.
|
|
130
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
131
|
-
* tenantId/MgId.
|
|
132
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
133
|
-
* Microsoft.Compute resource provider supports this API.
|
|
134
|
-
* @param resourceName Resource name.
|
|
135
|
-
* @param options The options parameters.
|
|
136
|
-
*/
|
|
137
|
-
beginUpdateAndWait(
|
|
138
|
-
managementGroupId: string,
|
|
139
|
-
groupQuotaName: string,
|
|
140
|
-
resourceProviderName: string,
|
|
141
|
-
resourceName: string,
|
|
142
|
-
options?: GroupQuotaLimitsRequestUpdateOptionalParams,
|
|
143
|
-
): Promise<GroupQuotaLimitsRequestUpdateResponse>;
|
|
144
|
-
/**
|
|
145
|
-
* Get API to check the status of a GroupQuota request by requestId.
|
|
146
|
-
* @param managementGroupId Management Group Id.
|
|
147
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
148
|
-
* tenantId/MgId.
|
|
149
|
-
* @param requestId Request Id.
|
|
150
|
-
* @param options The options parameters.
|
|
151
|
-
*/
|
|
152
|
-
get(
|
|
153
|
-
managementGroupId: string,
|
|
154
|
-
groupQuotaName: string,
|
|
155
|
-
requestId: string,
|
|
156
|
-
options?: GroupQuotaLimitsRequestGetOptionalParams,
|
|
157
|
-
): Promise<GroupQuotaLimitsRequestGetResponse>;
|
|
158
|
-
}
|