@azure/arm-quota 1.1.0-beta.1 → 1.1.0
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 +262 -1
- package/LICENSE +4 -4
- package/README.md +25 -19
- 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.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 +24 -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 +21 -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 +21 -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 +83 -58
- 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.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}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +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,133 +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
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing QuotaOperation operations. */
|
|
15
|
-
export class QuotaOperationImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class QuotaOperation class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* List all the operations supported by the Microsoft.Quota resource provider.
|
|
25
|
-
* @param options The options parameters.
|
|
26
|
-
*/
|
|
27
|
-
list(options) {
|
|
28
|
-
const iter = this.listPagingAll(options);
|
|
29
|
-
return {
|
|
30
|
-
next() {
|
|
31
|
-
return iter.next();
|
|
32
|
-
},
|
|
33
|
-
[Symbol.asyncIterator]() {
|
|
34
|
-
return this;
|
|
35
|
-
},
|
|
36
|
-
byPage: (settings) => {
|
|
37
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
38
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
39
|
-
}
|
|
40
|
-
return this.listPagingPage(options, settings);
|
|
41
|
-
},
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
listPagingPage(options, settings) {
|
|
45
|
-
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
46
|
-
let result;
|
|
47
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
48
|
-
if (!continuationToken) {
|
|
49
|
-
result = yield __await(this._list(options));
|
|
50
|
-
let page = result.value || [];
|
|
51
|
-
continuationToken = result.nextLink;
|
|
52
|
-
setContinuationToken(page, continuationToken);
|
|
53
|
-
yield yield __await(page);
|
|
54
|
-
}
|
|
55
|
-
while (continuationToken) {
|
|
56
|
-
result = yield __await(this._listNext(continuationToken, options));
|
|
57
|
-
continuationToken = result.nextLink;
|
|
58
|
-
let page = result.value || [];
|
|
59
|
-
setContinuationToken(page, continuationToken);
|
|
60
|
-
yield yield __await(page);
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
listPagingAll(options) {
|
|
65
|
-
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
66
|
-
var _a, e_1, _b, _c;
|
|
67
|
-
try {
|
|
68
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
69
|
-
_c = _f.value;
|
|
70
|
-
_d = false;
|
|
71
|
-
const page = _c;
|
|
72
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
76
|
-
finally {
|
|
77
|
-
try {
|
|
78
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
79
|
-
}
|
|
80
|
-
finally { if (e_1) throw e_1.error; }
|
|
81
|
-
}
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* List all the operations supported by the Microsoft.Quota resource provider.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
_list(options) {
|
|
89
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* ListNext
|
|
93
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
94
|
-
* @param options The options parameters.
|
|
95
|
-
*/
|
|
96
|
-
_listNext(nextLink, options) {
|
|
97
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
// Operation Specifications
|
|
101
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
102
|
-
const listOperationSpec = {
|
|
103
|
-
path: "/providers/Microsoft.Quota/operations",
|
|
104
|
-
httpMethod: "GET",
|
|
105
|
-
responses: {
|
|
106
|
-
200: {
|
|
107
|
-
bodyMapper: Mappers.OperationList,
|
|
108
|
-
},
|
|
109
|
-
default: {
|
|
110
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
111
|
-
},
|
|
112
|
-
},
|
|
113
|
-
queryParameters: [Parameters.apiVersion],
|
|
114
|
-
urlParameters: [Parameters.$host],
|
|
115
|
-
headerParameters: [Parameters.accept],
|
|
116
|
-
serializer,
|
|
117
|
-
};
|
|
118
|
-
const listNextOperationSpec = {
|
|
119
|
-
path: "{nextLink}",
|
|
120
|
-
httpMethod: "GET",
|
|
121
|
-
responses: {
|
|
122
|
-
200: {
|
|
123
|
-
bodyMapper: Mappers.OperationList,
|
|
124
|
-
},
|
|
125
|
-
default: {
|
|
126
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
127
|
-
},
|
|
128
|
-
},
|
|
129
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
130
|
-
headerParameters: [Parameters.accept],
|
|
131
|
-
serializer,
|
|
132
|
-
};
|
|
133
|
-
//# sourceMappingURL=quotaOperation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quotaOperation.js","sourceRoot":"","sources":["../../../src/operations/quotaOperation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { QuotaRequestStatus } from "../operationsInterfaces";
|
|
3
|
-
import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI";
|
|
4
|
-
import { QuotaRequestDetails, QuotaRequestStatusListOptionalParams, QuotaRequestStatusGetOptionalParams, QuotaRequestStatusGetResponse } from "../models";
|
|
5
|
-
/** Class containing QuotaRequestStatus operations. */
|
|
6
|
-
export declare class QuotaRequestStatusImpl implements QuotaRequestStatus {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class QuotaRequestStatus class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: AzureQuotaExtensionAPI);
|
|
13
|
-
/**
|
|
14
|
-
* For the specified scope, get the current quota requests for a one year period ending at the time is
|
|
15
|
-
* made. Use the **oData** filter to select quota requests.
|
|
16
|
-
* @param scope The target Azure resource URI. For example,
|
|
17
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
18
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
19
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
20
|
-
* resource.
|
|
21
|
-
* @param options The options parameters.
|
|
22
|
-
*/
|
|
23
|
-
list(scope: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator<QuotaRequestDetails>;
|
|
24
|
-
private listPagingPage;
|
|
25
|
-
private listPagingAll;
|
|
26
|
-
/**
|
|
27
|
-
* Get the quota request details and status by quota request ID for the resources of the resource
|
|
28
|
-
* provider at a specific location. The quota request ID **id** is returned in the response of the PUT
|
|
29
|
-
* operation.
|
|
30
|
-
* @param id Quota request ID.
|
|
31
|
-
* @param scope The target Azure resource URI. For example,
|
|
32
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
33
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
34
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
35
|
-
* resource.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
get(id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestStatusGetResponse>;
|
|
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
|
-
private _list;
|
|
50
|
-
/**
|
|
51
|
-
* ListNext
|
|
52
|
-
* @param scope The target Azure resource URI. For example,
|
|
53
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
54
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
55
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
56
|
-
* resource.
|
|
57
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
58
|
-
* @param options The options parameters.
|
|
59
|
-
*/
|
|
60
|
-
private _listNext;
|
|
61
|
-
}
|
|
62
|
-
//# sourceMappingURL=quotaRequestStatus.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quotaRequestStatus.d.ts","sourceRoot":"","sources":["../../../src/operations/quotaRequestStatus.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAI7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EACL,mBAAmB,EAEnB,oCAAoC,EAEpC,mCAAmC,EACnC,6BAA6B,EAE9B,MAAM,WAAW,CAAC;AAGnB,sDAAsD;AACtD,qBAAa,sBAAuB,YAAW,kBAAkB;IAC/D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;;;OASG;IACI,IAAI,CACT,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,mBAAmB,CAAC;YAkBnC,cAAc;YAuBd,aAAa;IAS5B;;;;;;;;;;;OAWG;IACH,GAAG,CACD,EAAE,EAAE,MAAM,EACV,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAOzC;;;;;;;;;OASG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;;;;;OASG;IACH,OAAO,CAAC,SAAS;CAUlB"}
|
|
@@ -1,186 +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
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing QuotaRequestStatus operations. */
|
|
15
|
-
export class QuotaRequestStatusImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class QuotaRequestStatus class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* For the specified scope, get the current quota requests for a one year period ending at the time is
|
|
25
|
-
* made. Use the **oData** filter to select quota requests.
|
|
26
|
-
* @param scope The target Azure resource URI. For example,
|
|
27
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
28
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
29
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
30
|
-
* resource.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
list(scope, options) {
|
|
34
|
-
const iter = this.listPagingAll(scope, options);
|
|
35
|
-
return {
|
|
36
|
-
next() {
|
|
37
|
-
return iter.next();
|
|
38
|
-
},
|
|
39
|
-
[Symbol.asyncIterator]() {
|
|
40
|
-
return this;
|
|
41
|
-
},
|
|
42
|
-
byPage: (settings) => {
|
|
43
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
44
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
|
-
}
|
|
46
|
-
return this.listPagingPage(scope, options, settings);
|
|
47
|
-
},
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
listPagingPage(scope, options, settings) {
|
|
51
|
-
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
52
|
-
let result;
|
|
53
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
54
|
-
if (!continuationToken) {
|
|
55
|
-
result = yield __await(this._list(scope, options));
|
|
56
|
-
let page = result.value || [];
|
|
57
|
-
continuationToken = result.nextLink;
|
|
58
|
-
setContinuationToken(page, continuationToken);
|
|
59
|
-
yield yield __await(page);
|
|
60
|
-
}
|
|
61
|
-
while (continuationToken) {
|
|
62
|
-
result = yield __await(this._listNext(scope, continuationToken, options));
|
|
63
|
-
continuationToken = result.nextLink;
|
|
64
|
-
let page = result.value || [];
|
|
65
|
-
setContinuationToken(page, continuationToken);
|
|
66
|
-
yield yield __await(page);
|
|
67
|
-
}
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
listPagingAll(scope, options) {
|
|
71
|
-
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
72
|
-
var _a, e_1, _b, _c;
|
|
73
|
-
try {
|
|
74
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(scope, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
75
|
-
_c = _f.value;
|
|
76
|
-
_d = false;
|
|
77
|
-
const page = _c;
|
|
78
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
82
|
-
finally {
|
|
83
|
-
try {
|
|
84
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
85
|
-
}
|
|
86
|
-
finally { if (e_1) throw e_1.error; }
|
|
87
|
-
}
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* Get the quota request details and status by quota request ID for the resources of the resource
|
|
92
|
-
* provider at a specific location. The quota request ID **id** is returned in the response of the PUT
|
|
93
|
-
* operation.
|
|
94
|
-
* @param id Quota request ID.
|
|
95
|
-
* @param scope The target Azure resource URI. For example,
|
|
96
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
97
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
98
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
99
|
-
* resource.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
get(id, scope, options) {
|
|
103
|
-
return this.client.sendOperationRequest({ id, scope, options }, getOperationSpec);
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* For the specified scope, get the current quota requests for a one year period ending at the time is
|
|
107
|
-
* made. Use the **oData** filter to select quota requests.
|
|
108
|
-
* @param scope The target Azure resource URI. For example,
|
|
109
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
110
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
111
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
112
|
-
* resource.
|
|
113
|
-
* @param options The options parameters.
|
|
114
|
-
*/
|
|
115
|
-
_list(scope, options) {
|
|
116
|
-
return this.client.sendOperationRequest({ scope, options }, listOperationSpec);
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* ListNext
|
|
120
|
-
* @param scope The target Azure resource URI. For example,
|
|
121
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
122
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
123
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
124
|
-
* resource.
|
|
125
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
126
|
-
* @param options The options parameters.
|
|
127
|
-
*/
|
|
128
|
-
_listNext(scope, nextLink, options) {
|
|
129
|
-
return this.client.sendOperationRequest({ scope, nextLink, options }, listNextOperationSpec);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
// Operation Specifications
|
|
133
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
134
|
-
const getOperationSpec = {
|
|
135
|
-
path: "/{scope}/providers/Microsoft.Quota/quotaRequests/{id}",
|
|
136
|
-
httpMethod: "GET",
|
|
137
|
-
responses: {
|
|
138
|
-
200: {
|
|
139
|
-
bodyMapper: Mappers.QuotaRequestDetails,
|
|
140
|
-
},
|
|
141
|
-
default: {
|
|
142
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
queryParameters: [Parameters.apiVersion],
|
|
146
|
-
urlParameters: [Parameters.$host, Parameters.scope, Parameters.id],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer,
|
|
149
|
-
};
|
|
150
|
-
const listOperationSpec = {
|
|
151
|
-
path: "/{scope}/providers/Microsoft.Quota/quotaRequests",
|
|
152
|
-
httpMethod: "GET",
|
|
153
|
-
responses: {
|
|
154
|
-
200: {
|
|
155
|
-
bodyMapper: Mappers.QuotaRequestDetailsList,
|
|
156
|
-
},
|
|
157
|
-
default: {
|
|
158
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
159
|
-
},
|
|
160
|
-
},
|
|
161
|
-
queryParameters: [
|
|
162
|
-
Parameters.apiVersion,
|
|
163
|
-
Parameters.filter1,
|
|
164
|
-
Parameters.top,
|
|
165
|
-
Parameters.skiptoken,
|
|
166
|
-
],
|
|
167
|
-
urlParameters: [Parameters.$host, Parameters.scope],
|
|
168
|
-
headerParameters: [Parameters.accept],
|
|
169
|
-
serializer,
|
|
170
|
-
};
|
|
171
|
-
const listNextOperationSpec = {
|
|
172
|
-
path: "{nextLink}",
|
|
173
|
-
httpMethod: "GET",
|
|
174
|
-
responses: {
|
|
175
|
-
200: {
|
|
176
|
-
bodyMapper: Mappers.QuotaRequestDetailsList,
|
|
177
|
-
},
|
|
178
|
-
default: {
|
|
179
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
180
|
-
},
|
|
181
|
-
},
|
|
182
|
-
urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],
|
|
183
|
-
headerParameters: [Parameters.accept],
|
|
184
|
-
serializer,
|
|
185
|
-
};
|
|
186
|
-
//# sourceMappingURL=quotaRequestStatus.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"quotaRequestStatus.js","sourceRoot":"","sources":["../../../src/operations/quotaRequestStatus.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Usages } from "../operationsInterfaces";
|
|
3
|
-
import { AzureQuotaExtensionAPI } from "../azureQuotaExtensionAPI";
|
|
4
|
-
import { CurrentUsagesBase, UsagesListOptionalParams, UsagesGetOptionalParams, UsagesGetResponse } from "../models";
|
|
5
|
-
/** Class containing Usages operations. */
|
|
6
|
-
export declare class UsagesImpl implements Usages {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Usages class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: AzureQuotaExtensionAPI);
|
|
13
|
-
/**
|
|
14
|
-
* Get a list of current usage for all resources for the scope specified.
|
|
15
|
-
* @param scope The target Azure resource URI. For example,
|
|
16
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
17
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
18
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
19
|
-
* resource.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
list(scope: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<CurrentUsagesBase>;
|
|
23
|
-
private listPagingPage;
|
|
24
|
-
private listPagingAll;
|
|
25
|
-
/**
|
|
26
|
-
* Get the current usage of a resource.
|
|
27
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
28
|
-
* - SKU name for Microsoft.Compute
|
|
29
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
30
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
31
|
-
* @param scope The target Azure resource URI. For example,
|
|
32
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
33
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
34
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
35
|
-
* resource.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
get(resourceName: string, scope: string, options?: UsagesGetOptionalParams): Promise<UsagesGetResponse>;
|
|
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
|
-
private _list;
|
|
49
|
-
/**
|
|
50
|
-
* ListNext
|
|
51
|
-
* @param scope The target Azure resource URI. For example,
|
|
52
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
53
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
54
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
55
|
-
* resource.
|
|
56
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
private _listNext;
|
|
60
|
-
}
|
|
61
|
-
//# sourceMappingURL=usages.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usages.d.ts","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAIjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EACL,iBAAiB,EAEjB,wBAAwB,EAExB,uBAAuB,EACvB,iBAAiB,EAElB,MAAM,WAAW,CAAC;AAGnB,0CAA0C;AAC1C,qBAAa,UAAW,YAAW,MAAM;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyB;IAEhD;;;OAGG;gBACS,MAAM,EAAE,sBAAsB;IAI1C;;;;;;;;OAQG;IACI,IAAI,CACT,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,0BAA0B,CAAC,iBAAiB,CAAC;YAkBjC,cAAc;YAuBd,aAAa;IAS5B;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC;IAO7B;;;;;;;;OAQG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;;;;;OASG;IACH,OAAO,CAAC,SAAS;CAUlB"}
|
|
@@ -1,183 +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
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing Usages operations. */
|
|
15
|
-
export class UsagesImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class Usages class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Get a list of current usage for all resources for the scope specified.
|
|
25
|
-
* @param scope The target Azure resource URI. For example,
|
|
26
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
27
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
28
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
29
|
-
* resource.
|
|
30
|
-
* @param options The options parameters.
|
|
31
|
-
*/
|
|
32
|
-
list(scope, options) {
|
|
33
|
-
const iter = this.listPagingAll(scope, options);
|
|
34
|
-
return {
|
|
35
|
-
next() {
|
|
36
|
-
return iter.next();
|
|
37
|
-
},
|
|
38
|
-
[Symbol.asyncIterator]() {
|
|
39
|
-
return this;
|
|
40
|
-
},
|
|
41
|
-
byPage: (settings) => {
|
|
42
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
43
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
|
-
}
|
|
45
|
-
return this.listPagingPage(scope, options, settings);
|
|
46
|
-
},
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
listPagingPage(scope, options, settings) {
|
|
50
|
-
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
51
|
-
let result;
|
|
52
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
53
|
-
if (!continuationToken) {
|
|
54
|
-
result = yield __await(this._list(scope, options));
|
|
55
|
-
let page = result.value || [];
|
|
56
|
-
continuationToken = result.nextLink;
|
|
57
|
-
setContinuationToken(page, continuationToken);
|
|
58
|
-
yield yield __await(page);
|
|
59
|
-
}
|
|
60
|
-
while (continuationToken) {
|
|
61
|
-
result = yield __await(this._listNext(scope, continuationToken, options));
|
|
62
|
-
continuationToken = result.nextLink;
|
|
63
|
-
let page = result.value || [];
|
|
64
|
-
setContinuationToken(page, continuationToken);
|
|
65
|
-
yield yield __await(page);
|
|
66
|
-
}
|
|
67
|
-
});
|
|
68
|
-
}
|
|
69
|
-
listPagingAll(scope, options) {
|
|
70
|
-
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
71
|
-
var _a, e_1, _b, _c;
|
|
72
|
-
try {
|
|
73
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(scope, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
74
|
-
_c = _f.value;
|
|
75
|
-
_d = false;
|
|
76
|
-
const page = _c;
|
|
77
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
-
finally {
|
|
82
|
-
try {
|
|
83
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
84
|
-
}
|
|
85
|
-
finally { if (e_1) throw e_1.error; }
|
|
86
|
-
}
|
|
87
|
-
});
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Get the current usage of a resource.
|
|
91
|
-
* @param resourceName Resource name for a given resource provider. For example:
|
|
92
|
-
* - SKU name for Microsoft.Compute
|
|
93
|
-
* - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices
|
|
94
|
-
* For Microsoft.Network PublicIPAddresses.
|
|
95
|
-
* @param scope The target Azure resource URI. For example,
|
|
96
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
97
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
98
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
99
|
-
* resource.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
get(resourceName, scope, options) {
|
|
103
|
-
return this.client.sendOperationRequest({ resourceName, scope, options }, getOperationSpec);
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* Get a list of current usage for all resources for the scope specified.
|
|
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
|
-
_list(scope, options) {
|
|
115
|
-
return this.client.sendOperationRequest({ scope, options }, listOperationSpec);
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* ListNext
|
|
119
|
-
* @param scope The target Azure resource URI. For example,
|
|
120
|
-
* `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.
|
|
121
|
-
* This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added
|
|
122
|
-
* after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific
|
|
123
|
-
* resource.
|
|
124
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
125
|
-
* @param options The options parameters.
|
|
126
|
-
*/
|
|
127
|
-
_listNext(scope, nextLink, options) {
|
|
128
|
-
return this.client.sendOperationRequest({ scope, nextLink, options }, listNextOperationSpec);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
// Operation Specifications
|
|
132
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
133
|
-
const getOperationSpec = {
|
|
134
|
-
path: "/{scope}/providers/Microsoft.Quota/usages/{resourceName}",
|
|
135
|
-
httpMethod: "GET",
|
|
136
|
-
responses: {
|
|
137
|
-
200: {
|
|
138
|
-
bodyMapper: Mappers.CurrentUsagesBase,
|
|
139
|
-
headersMapper: Mappers.UsagesGetHeaders,
|
|
140
|
-
},
|
|
141
|
-
default: {
|
|
142
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
queryParameters: [Parameters.apiVersion],
|
|
146
|
-
urlParameters: [Parameters.$host, Parameters.resourceName1, Parameters.scope],
|
|
147
|
-
headerParameters: [Parameters.accept],
|
|
148
|
-
serializer,
|
|
149
|
-
};
|
|
150
|
-
const listOperationSpec = {
|
|
151
|
-
path: "/{scope}/providers/Microsoft.Quota/usages",
|
|
152
|
-
httpMethod: "GET",
|
|
153
|
-
responses: {
|
|
154
|
-
200: {
|
|
155
|
-
bodyMapper: Mappers.UsagesLimits,
|
|
156
|
-
headersMapper: Mappers.UsagesListHeaders,
|
|
157
|
-
},
|
|
158
|
-
default: {
|
|
159
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
160
|
-
},
|
|
161
|
-
},
|
|
162
|
-
queryParameters: [Parameters.apiVersion],
|
|
163
|
-
urlParameters: [Parameters.$host, Parameters.scope],
|
|
164
|
-
headerParameters: [Parameters.accept],
|
|
165
|
-
serializer,
|
|
166
|
-
};
|
|
167
|
-
const listNextOperationSpec = {
|
|
168
|
-
path: "{nextLink}",
|
|
169
|
-
httpMethod: "GET",
|
|
170
|
-
responses: {
|
|
171
|
-
200: {
|
|
172
|
-
bodyMapper: Mappers.UsagesLimits,
|
|
173
|
-
headersMapper: Mappers.UsagesListNextHeaders,
|
|
174
|
-
},
|
|
175
|
-
default: {
|
|
176
|
-
bodyMapper: Mappers.ExceptionResponse,
|
|
177
|
-
},
|
|
178
|
-
},
|
|
179
|
-
urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],
|
|
180
|
-
headerParameters: [Parameters.accept],
|
|
181
|
-
serializer,
|
|
182
|
-
};
|
|
183
|
-
//# sourceMappingURL=usages.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":"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"}
|