@azure/arm-quota 1.1.1 → 2.0.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/LICENSE +1 -1
- package/README.md +20 -20
- package/dist/browser/api/azureQuotaExtensionAPIContext.d.ts +22 -0
- package/dist/browser/api/azureQuotaExtensionAPIContext.js +43 -0
- package/dist/browser/api/azureQuotaExtensionAPIContext.js.map +1 -0
- package/dist/browser/api/groupQuotaLimits/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaLimits/index.js +4 -0
- package/dist/browser/api/groupQuotaLimits/index.js.map +1 -0
- package/dist/browser/api/groupQuotaLimits/operations.d.ts +9 -0
- package/dist/browser/api/groupQuotaLimits/operations.js +38 -0
- package/dist/browser/api/groupQuotaLimits/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaLimits/options.d.ts +5 -0
- package/dist/browser/api/groupQuotaLimits/options.js +4 -0
- package/dist/browser/api/groupQuotaLimits/options.js.map +1 -0
- package/dist/browser/api/groupQuotaLimitsRequest/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaLimitsRequest/index.js +4 -0
- package/dist/browser/api/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/browser/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
- package/dist/browser/api/groupQuotaLimitsRequest/operations.js +113 -0
- package/dist/browser/api/groupQuotaLimitsRequest/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaLimitsRequest/options.d.ts +16 -0
- package/dist/browser/api/groupQuotaLimitsRequest/options.js +4 -0
- package/dist/browser/api/groupQuotaLimitsRequest/options.js.map +1 -0
- package/dist/browser/api/groupQuotaLocationSettings/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaLocationSettings/index.js +4 -0
- package/dist/browser/api/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/browser/api/groupQuotaLocationSettings/operations.d.ts +30 -0
- package/dist/browser/api/groupQuotaLocationSettings/operations.js +139 -0
- package/dist/browser/api/groupQuotaLocationSettings/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaLocationSettings/options.d.ts +20 -0
- package/dist/browser/api/groupQuotaLocationSettings/options.js +4 -0
- package/dist/browser/api/groupQuotaLocationSettings/options.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/index.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/options.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/index.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/operations.js +75 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/options.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptions/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaSubscriptions/index.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptions/operations.d.ts +32 -0
- package/dist/browser/api/groupQuotaSubscriptions/operations.js +176 -0
- package/dist/browser/api/groupQuotaSubscriptions/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaSubscriptions/options.d.ts +23 -0
- package/dist/browser/api/groupQuotaSubscriptions/options.js +4 -0
- package/dist/browser/api/groupQuotaSubscriptions/options.js.map +1 -0
- package/dist/browser/api/groupQuotaUsages/index.d.ts +3 -0
- package/dist/browser/api/groupQuotaUsages/index.js +4 -0
- package/dist/browser/api/groupQuotaUsages/index.js.map +1 -0
- package/dist/browser/api/groupQuotaUsages/operations.d.ts +10 -0
- package/dist/browser/api/groupQuotaUsages/operations.js +38 -0
- package/dist/browser/api/groupQuotaUsages/operations.js.map +1 -0
- package/dist/browser/api/groupQuotaUsages/options.d.ts +5 -0
- package/dist/browser/api/groupQuotaUsages/options.js +4 -0
- package/dist/browser/api/groupQuotaUsages/options.js.map +1 -0
- package/dist/browser/api/groupQuotas/index.d.ts +3 -0
- package/dist/browser/api/groupQuotas/index.js +4 -0
- package/dist/browser/api/groupQuotas/index.js.map +1 -0
- package/dist/browser/api/groupQuotas/operations.d.ts +35 -0
- package/dist/browser/api/groupQuotas/operations.js +178 -0
- package/dist/browser/api/groupQuotas/operations.js.map +1 -0
- package/dist/browser/api/groupQuotas/options.d.ts +28 -0
- package/dist/browser/api/groupQuotas/options.js +4 -0
- package/dist/browser/api/groupQuotas/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/quota/index.d.ts +3 -0
- package/dist/browser/api/quota/index.js +4 -0
- package/dist/browser/api/quota/index.js.map +1 -0
- package/dist/browser/api/quota/operations.d.ts +31 -0
- package/dist/browser/api/quota/operations.js +146 -0
- package/dist/browser/api/quota/operations.js.map +1 -0
- package/dist/browser/api/quota/options.d.ts +18 -0
- package/dist/browser/api/quota/options.js +4 -0
- package/dist/browser/api/quota/options.js.map +1 -0
- package/dist/browser/api/quotaOperation/index.d.ts +3 -0
- package/dist/browser/api/quotaOperation/index.js +4 -0
- package/dist/browser/api/quotaOperation/index.js.map +1 -0
- package/dist/browser/api/quotaOperation/operations.d.ts +10 -0
- package/dist/browser/api/quotaOperation/operations.js +34 -0
- package/dist/browser/api/quotaOperation/operations.js.map +1 -0
- package/dist/browser/api/quotaOperation/options.d.ts +5 -0
- package/dist/browser/api/quotaOperation/options.js +4 -0
- package/dist/browser/api/quotaOperation/options.js.map +1 -0
- package/dist/browser/api/quotaRequestStatus/index.d.ts +3 -0
- package/dist/browser/api/quotaRequestStatus/index.js +4 -0
- package/dist/browser/api/quotaRequestStatus/index.js.map +1 -0
- package/dist/browser/api/quotaRequestStatus/operations.d.ts +14 -0
- package/dist/browser/api/quotaRequestStatus/operations.js +68 -0
- package/dist/browser/api/quotaRequestStatus/operations.js.map +1 -0
- package/dist/browser/api/quotaRequestStatus/options.d.ts +21 -0
- package/dist/browser/api/quotaRequestStatus/options.js +4 -0
- package/dist/browser/api/quotaRequestStatus/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +14 -0
- package/dist/browser/api/usages/operations.js +65 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +8 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/azureQuotaExtensionAPI.d.ts +50 -29
- package/dist/browser/azureQuotaExtensionAPI.js +70 -114
- package/dist/browser/azureQuotaExtensionAPI.js.map +1 -1
- package/dist/browser/classic/groupQuotaLimits/index.d.ts +10 -0
- package/dist/browser/classic/groupQuotaLimits/index.js +14 -0
- package/dist/browser/classic/groupQuotaLimits/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
- package/dist/browser/classic/groupQuotaLimitsRequest/index.js +16 -0
- package/dist/browser/classic/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaLocationSettings/index.d.ts +27 -0
- package/dist/browser/classic/groupQuotaLocationSettings/index.js +16 -0
- package/dist/browser/classic/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
- package/dist/browser/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
- package/dist/browser/classic/groupQuotaSubscriptionRequests/index.js +15 -0
- package/dist/browser/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaSubscriptions/index.d.ts +25 -0
- package/dist/browser/classic/groupQuotaSubscriptions/index.js +18 -0
- package/dist/browser/classic/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/browser/classic/groupQuotaUsages/index.d.ts +11 -0
- package/dist/browser/classic/groupQuotaUsages/index.js +14 -0
- package/dist/browser/classic/groupQuotaUsages/index.js.map +1 -0
- package/dist/browser/classic/groupQuotas/index.d.ts +28 -0
- package/dist/browser/classic/groupQuotas/index.js +18 -0
- package/dist/browser/classic/groupQuotas/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +14 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/quota/index.d.ts +26 -0
- package/dist/browser/classic/quota/index.js +17 -0
- package/dist/browser/classic/quota/index.js.map +1 -0
- package/dist/browser/classic/quotaOperation/index.d.ts +11 -0
- package/dist/browser/classic/quotaOperation/index.js +14 -0
- package/dist/browser/classic/quotaOperation/index.js.map +1 -0
- package/dist/browser/classic/quotaRequestStatus/index.d.ts +13 -0
- package/dist/browser/classic/quotaRequestStatus/index.js +15 -0
- package/dist/browser/classic/quotaRequestStatus/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +13 -0
- package/dist/browser/classic/usages/index.js +15 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/index.d.ts +21 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -1543
- package/dist/browser/models/index.js +3 -73
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +821 -0
- package/dist/browser/models/models.js +934 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +140 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +118 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +79 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +185 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/azureQuotaExtensionAPIContext.d.ts +22 -0
- package/dist/commonjs/api/azureQuotaExtensionAPIContext.js +46 -0
- package/dist/commonjs/api/azureQuotaExtensionAPIContext.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimits/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaLimits/index.js +8 -0
- package/dist/commonjs/api/groupQuotaLimits/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimits/operations.d.ts +9 -0
- package/dist/commonjs/api/groupQuotaLimits/operations.js +43 -0
- package/dist/commonjs/api/groupQuotaLimits/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimits/options.d.ts +5 -0
- package/dist/commonjs/api/groupQuotaLimits/options.js +5 -0
- package/dist/commonjs/api/groupQuotaLimits/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/index.js +10 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/operations.js +124 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/options.d.ts +16 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/options.js +5 -0
- package/dist/commonjs/api/groupQuotaLimitsRequest/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/index.js +10 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/operations.d.ts +30 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/operations.js +150 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/options.d.ts +20 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/options.js +5 -0
- package/dist/commonjs/api/groupQuotaLocationSettings/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.js +8 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.js +48 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.js +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.js +10 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.js +135 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.js +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.js +9 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.js +83 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.js +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/index.js +12 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/operations.d.ts +32 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/operations.js +193 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/options.d.ts +23 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/options.js +5 -0
- package/dist/commonjs/api/groupQuotaSubscriptions/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotaUsages/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotaUsages/index.js +8 -0
- package/dist/commonjs/api/groupQuotaUsages/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotaUsages/operations.d.ts +10 -0
- package/dist/commonjs/api/groupQuotaUsages/operations.js +43 -0
- package/dist/commonjs/api/groupQuotaUsages/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotaUsages/options.d.ts +5 -0
- package/dist/commonjs/api/groupQuotaUsages/options.js +5 -0
- package/dist/commonjs/api/groupQuotaUsages/options.js.map +1 -0
- package/dist/commonjs/api/groupQuotas/index.d.ts +3 -0
- package/dist/commonjs/api/groupQuotas/index.js +12 -0
- package/dist/commonjs/api/groupQuotas/index.js.map +1 -0
- package/dist/commonjs/api/groupQuotas/operations.d.ts +35 -0
- package/dist/commonjs/api/groupQuotas/operations.js +195 -0
- package/dist/commonjs/api/groupQuotas/operations.js.map +1 -0
- package/dist/commonjs/api/groupQuotas/options.d.ts +28 -0
- package/dist/commonjs/api/groupQuotas/options.js +5 -0
- package/dist/commonjs/api/groupQuotas/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/quota/index.d.ts +3 -0
- package/dist/commonjs/api/quota/index.js +11 -0
- package/dist/commonjs/api/quota/index.js.map +1 -0
- package/dist/commonjs/api/quota/operations.d.ts +31 -0
- package/dist/commonjs/api/quota/operations.js +160 -0
- package/dist/commonjs/api/quota/operations.js.map +1 -0
- package/dist/commonjs/api/quota/options.d.ts +18 -0
- package/dist/commonjs/api/quota/options.js +5 -0
- package/dist/commonjs/api/quota/options.js.map +1 -0
- package/dist/commonjs/api/quotaOperation/index.d.ts +3 -0
- package/dist/commonjs/api/quotaOperation/index.js +8 -0
- package/dist/commonjs/api/quotaOperation/index.js.map +1 -0
- package/dist/commonjs/api/quotaOperation/operations.d.ts +10 -0
- package/dist/commonjs/api/quotaOperation/operations.js +39 -0
- package/dist/commonjs/api/quotaOperation/operations.js.map +1 -0
- package/dist/commonjs/api/quotaOperation/options.d.ts +5 -0
- package/dist/commonjs/api/quotaOperation/options.js +5 -0
- package/dist/commonjs/api/quotaOperation/options.js.map +1 -0
- package/dist/commonjs/api/quotaRequestStatus/index.d.ts +3 -0
- package/dist/commonjs/api/quotaRequestStatus/index.js +9 -0
- package/dist/commonjs/api/quotaRequestStatus/index.js.map +1 -0
- package/dist/commonjs/api/quotaRequestStatus/operations.d.ts +14 -0
- package/dist/commonjs/api/quotaRequestStatus/operations.js +76 -0
- package/dist/commonjs/api/quotaRequestStatus/operations.js.map +1 -0
- package/dist/commonjs/api/quotaRequestStatus/options.d.ts +21 -0
- package/dist/commonjs/api/quotaRequestStatus/options.js +5 -0
- package/dist/commonjs/api/quotaRequestStatus/options.js.map +1 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +9 -0
- package/dist/commonjs/api/usages/index.js.map +1 -0
- package/dist/commonjs/api/usages/operations.d.ts +14 -0
- package/dist/commonjs/api/usages/operations.js +73 -0
- package/dist/commonjs/api/usages/operations.js.map +1 -0
- package/dist/commonjs/api/usages/options.d.ts +8 -0
- package/dist/commonjs/api/usages/options.js +5 -0
- package/dist/commonjs/api/usages/options.js.map +1 -0
- package/dist/commonjs/azureQuotaExtensionAPI.d.ts +50 -29
- package/dist/commonjs/azureQuotaExtensionAPI.js +70 -115
- package/dist/commonjs/azureQuotaExtensionAPI.js.map +1 -1
- package/dist/commonjs/classic/groupQuotaLimits/index.d.ts +10 -0
- package/dist/commonjs/classic/groupQuotaLimits/index.js +17 -0
- package/dist/commonjs/classic/groupQuotaLimits/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
- package/dist/commonjs/classic/groupQuotaLimitsRequest/index.js +19 -0
- package/dist/commonjs/classic/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaLocationSettings/index.d.ts +27 -0
- package/dist/commonjs/classic/groupQuotaLocationSettings/index.js +19 -0
- package/dist/commonjs/classic/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.js +17 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.js +19 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.js +18 -0
- package/dist/commonjs/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaSubscriptions/index.d.ts +25 -0
- package/dist/commonjs/classic/groupQuotaSubscriptions/index.js +21 -0
- package/dist/commonjs/classic/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotaUsages/index.d.ts +11 -0
- package/dist/commonjs/classic/groupQuotaUsages/index.js +17 -0
- package/dist/commonjs/classic/groupQuotaUsages/index.js.map +1 -0
- package/dist/commonjs/classic/groupQuotas/index.d.ts +28 -0
- package/dist/commonjs/classic/groupQuotas/index.js +21 -0
- package/dist/commonjs/classic/groupQuotas/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +14 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/quota/index.d.ts +26 -0
- package/dist/commonjs/classic/quota/index.js +20 -0
- package/dist/commonjs/classic/quota/index.js.map +1 -0
- package/dist/commonjs/classic/quotaOperation/index.d.ts +11 -0
- package/dist/commonjs/classic/quotaOperation/index.js +17 -0
- package/dist/commonjs/classic/quotaOperation/index.js.map +1 -0
- package/dist/commonjs/classic/quotaRequestStatus/index.d.ts +13 -0
- package/dist/commonjs/classic/quotaRequestStatus/index.js +18 -0
- package/dist/commonjs/classic/quotaRequestStatus/index.js.map +1 -0
- package/dist/commonjs/classic/usages/index.d.ts +13 -0
- package/dist/commonjs/classic/usages/index.js +18 -0
- package/dist/commonjs/classic/usages/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +21 -3
- package/dist/commonjs/index.js +17 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -1543
- package/dist/commonjs/models/index.js +13 -74
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +821 -0
- package/dist/commonjs/models/models.js +1055 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +143 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +188 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/azureQuotaExtensionAPIContext.d.ts +22 -0
- package/dist/esm/api/azureQuotaExtensionAPIContext.js +43 -0
- package/dist/esm/api/azureQuotaExtensionAPIContext.js.map +1 -0
- package/dist/esm/api/groupQuotaLimits/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaLimits/index.js +4 -0
- package/dist/esm/api/groupQuotaLimits/index.js.map +1 -0
- package/dist/esm/api/groupQuotaLimits/operations.d.ts +9 -0
- package/dist/esm/api/groupQuotaLimits/operations.js +38 -0
- package/dist/esm/api/groupQuotaLimits/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaLimits/options.d.ts +5 -0
- package/dist/esm/api/groupQuotaLimits/options.js +4 -0
- package/dist/esm/api/groupQuotaLimits/options.js.map +1 -0
- package/dist/esm/api/groupQuotaLimitsRequest/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaLimitsRequest/index.js +4 -0
- package/dist/esm/api/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/esm/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
- package/dist/esm/api/groupQuotaLimitsRequest/operations.js +113 -0
- package/dist/esm/api/groupQuotaLimitsRequest/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaLimitsRequest/options.d.ts +16 -0
- package/dist/esm/api/groupQuotaLimitsRequest/options.js +4 -0
- package/dist/esm/api/groupQuotaLimitsRequest/options.js.map +1 -0
- package/dist/esm/api/groupQuotaLocationSettings/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaLocationSettings/index.js +4 -0
- package/dist/esm/api/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/esm/api/groupQuotaLocationSettings/operations.d.ts +30 -0
- package/dist/esm/api/groupQuotaLocationSettings/operations.js +139 -0
- package/dist/esm/api/groupQuotaLocationSettings/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaLocationSettings/options.d.ts +20 -0
- package/dist/esm/api/groupQuotaLocationSettings/options.js +4 -0
- package/dist/esm/api/groupQuotaLocationSettings/options.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/index.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/options.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/index.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/operations.js +75 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/options.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptions/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaSubscriptions/index.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptions/operations.d.ts +32 -0
- package/dist/esm/api/groupQuotaSubscriptions/operations.js +176 -0
- package/dist/esm/api/groupQuotaSubscriptions/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaSubscriptions/options.d.ts +23 -0
- package/dist/esm/api/groupQuotaSubscriptions/options.js +4 -0
- package/dist/esm/api/groupQuotaSubscriptions/options.js.map +1 -0
- package/dist/esm/api/groupQuotaUsages/index.d.ts +3 -0
- package/dist/esm/api/groupQuotaUsages/index.js +4 -0
- package/dist/esm/api/groupQuotaUsages/index.js.map +1 -0
- package/dist/esm/api/groupQuotaUsages/operations.d.ts +10 -0
- package/dist/esm/api/groupQuotaUsages/operations.js +38 -0
- package/dist/esm/api/groupQuotaUsages/operations.js.map +1 -0
- package/dist/esm/api/groupQuotaUsages/options.d.ts +5 -0
- package/dist/esm/api/groupQuotaUsages/options.js +4 -0
- package/dist/esm/api/groupQuotaUsages/options.js.map +1 -0
- package/dist/esm/api/groupQuotas/index.d.ts +3 -0
- package/dist/esm/api/groupQuotas/index.js +4 -0
- package/dist/esm/api/groupQuotas/index.js.map +1 -0
- package/dist/esm/api/groupQuotas/operations.d.ts +35 -0
- package/dist/esm/api/groupQuotas/operations.js +178 -0
- package/dist/esm/api/groupQuotas/operations.js.map +1 -0
- package/dist/esm/api/groupQuotas/options.d.ts +28 -0
- package/dist/esm/api/groupQuotas/options.js +4 -0
- package/dist/esm/api/groupQuotas/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/quota/index.d.ts +3 -0
- package/dist/esm/api/quota/index.js +4 -0
- package/dist/esm/api/quota/index.js.map +1 -0
- package/dist/esm/api/quota/operations.d.ts +31 -0
- package/dist/esm/api/quota/operations.js +146 -0
- package/dist/esm/api/quota/operations.js.map +1 -0
- package/dist/esm/api/quota/options.d.ts +18 -0
- package/dist/esm/api/quota/options.js +4 -0
- package/dist/esm/api/quota/options.js.map +1 -0
- package/dist/esm/api/quotaOperation/index.d.ts +3 -0
- package/dist/esm/api/quotaOperation/index.js +4 -0
- package/dist/esm/api/quotaOperation/index.js.map +1 -0
- package/dist/esm/api/quotaOperation/operations.d.ts +10 -0
- package/dist/esm/api/quotaOperation/operations.js +34 -0
- package/dist/esm/api/quotaOperation/operations.js.map +1 -0
- package/dist/esm/api/quotaOperation/options.d.ts +5 -0
- package/dist/esm/api/quotaOperation/options.js +4 -0
- package/dist/esm/api/quotaOperation/options.js.map +1 -0
- package/dist/esm/api/quotaRequestStatus/index.d.ts +3 -0
- package/dist/esm/api/quotaRequestStatus/index.js +4 -0
- package/dist/esm/api/quotaRequestStatus/index.js.map +1 -0
- package/dist/esm/api/quotaRequestStatus/operations.d.ts +14 -0
- package/dist/esm/api/quotaRequestStatus/operations.js +68 -0
- package/dist/esm/api/quotaRequestStatus/operations.js.map +1 -0
- package/dist/esm/api/quotaRequestStatus/options.d.ts +21 -0
- package/dist/esm/api/quotaRequestStatus/options.js +4 -0
- package/dist/esm/api/quotaRequestStatus/options.js.map +1 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +1 -0
- package/dist/esm/api/usages/operations.d.ts +14 -0
- package/dist/esm/api/usages/operations.js +65 -0
- package/dist/esm/api/usages/operations.js.map +1 -0
- package/dist/esm/api/usages/options.d.ts +8 -0
- package/dist/esm/api/usages/options.js +4 -0
- package/dist/esm/api/usages/options.js.map +1 -0
- package/dist/esm/azureQuotaExtensionAPI.d.ts +50 -29
- package/dist/esm/azureQuotaExtensionAPI.js +70 -114
- package/dist/esm/azureQuotaExtensionAPI.js.map +1 -1
- package/dist/esm/classic/groupQuotaLimits/index.d.ts +10 -0
- package/dist/esm/classic/groupQuotaLimits/index.js +14 -0
- package/dist/esm/classic/groupQuotaLimits/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
- package/dist/esm/classic/groupQuotaLimitsRequest/index.js +16 -0
- package/dist/esm/classic/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaLocationSettings/index.d.ts +27 -0
- package/dist/esm/classic/groupQuotaLocationSettings/index.js +16 -0
- package/dist/esm/classic/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
- package/dist/esm/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
- package/dist/esm/classic/groupQuotaSubscriptionRequests/index.js +15 -0
- package/dist/esm/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaSubscriptions/index.d.ts +25 -0
- package/dist/esm/classic/groupQuotaSubscriptions/index.js +18 -0
- package/dist/esm/classic/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/esm/classic/groupQuotaUsages/index.d.ts +11 -0
- package/dist/esm/classic/groupQuotaUsages/index.js +14 -0
- package/dist/esm/classic/groupQuotaUsages/index.js.map +1 -0
- package/dist/esm/classic/groupQuotas/index.d.ts +28 -0
- package/dist/esm/classic/groupQuotas/index.js +18 -0
- package/dist/esm/classic/groupQuotas/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +14 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/quota/index.d.ts +26 -0
- package/dist/esm/classic/quota/index.js +17 -0
- package/dist/esm/classic/quota/index.js.map +1 -0
- package/dist/esm/classic/quotaOperation/index.d.ts +11 -0
- package/dist/esm/classic/quotaOperation/index.js +14 -0
- package/dist/esm/classic/quotaOperation/index.js.map +1 -0
- package/dist/esm/classic/quotaRequestStatus/index.d.ts +13 -0
- package/dist/esm/classic/quotaRequestStatus/index.js +15 -0
- package/dist/esm/classic/quotaRequestStatus/index.js.map +1 -0
- package/dist/esm/classic/usages/index.d.ts +13 -0
- package/dist/esm/classic/usages/index.js +15 -0
- package/dist/esm/classic/usages/index.js.map +1 -0
- package/dist/esm/index.d.ts +21 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -1543
- package/dist/esm/models/index.js +3 -73
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +821 -0
- package/dist/esm/models/models.js +934 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +140 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +118 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +79 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +185 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/azureQuotaExtensionAPIContext.d.ts +22 -0
- package/dist/react-native/api/azureQuotaExtensionAPIContext.js +43 -0
- package/dist/react-native/api/azureQuotaExtensionAPIContext.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimits/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaLimits/index.js +4 -0
- package/dist/react-native/api/groupQuotaLimits/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimits/operations.d.ts +9 -0
- package/dist/react-native/api/groupQuotaLimits/operations.js +38 -0
- package/dist/react-native/api/groupQuotaLimits/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimits/options.d.ts +5 -0
- package/dist/react-native/api/groupQuotaLimits/options.js +4 -0
- package/dist/react-native/api/groupQuotaLimits/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/index.js +4 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/operations.d.ts +22 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/operations.js +113 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/options.d.ts +16 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/options.js +4 -0
- package/dist/react-native/api/groupQuotaLimitsRequest/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaLocationSettings/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaLocationSettings/index.js +4 -0
- package/dist/react-native/api/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaLocationSettings/operations.d.ts +30 -0
- package/dist/react-native/api/groupQuotaLocationSettings/operations.js +139 -0
- package/dist/react-native/api/groupQuotaLocationSettings/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaLocationSettings/options.d.ts +20 -0
- package/dist/react-native/api/groupQuotaLocationSettings/options.js +4 -0
- package/dist/react-native/api/groupQuotaLocationSettings/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.d.ts +9 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.js +43 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.d.ts +5 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocation/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.d.ts +19 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.js +124 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.d.ts +13 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionAllocationRequest/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/index.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.d.ts +14 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.js +75 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/options.d.ts +8 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/options.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptionRequests/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptions/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaSubscriptions/index.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptions/operations.d.ts +32 -0
- package/dist/react-native/api/groupQuotaSubscriptions/operations.js +176 -0
- package/dist/react-native/api/groupQuotaSubscriptions/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaSubscriptions/options.d.ts +23 -0
- package/dist/react-native/api/groupQuotaSubscriptions/options.js +4 -0
- package/dist/react-native/api/groupQuotaSubscriptions/options.js.map +1 -0
- package/dist/react-native/api/groupQuotaUsages/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotaUsages/index.js +4 -0
- package/dist/react-native/api/groupQuotaUsages/index.js.map +1 -0
- package/dist/react-native/api/groupQuotaUsages/operations.d.ts +10 -0
- package/dist/react-native/api/groupQuotaUsages/operations.js +38 -0
- package/dist/react-native/api/groupQuotaUsages/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotaUsages/options.d.ts +5 -0
- package/dist/react-native/api/groupQuotaUsages/options.js +4 -0
- package/dist/react-native/api/groupQuotaUsages/options.js.map +1 -0
- package/dist/react-native/api/groupQuotas/index.d.ts +3 -0
- package/dist/react-native/api/groupQuotas/index.js +4 -0
- package/dist/react-native/api/groupQuotas/index.js.map +1 -0
- package/dist/react-native/api/groupQuotas/operations.d.ts +35 -0
- package/dist/react-native/api/groupQuotas/operations.js +178 -0
- package/dist/react-native/api/groupQuotas/operations.js.map +1 -0
- package/dist/react-native/api/groupQuotas/options.d.ts +28 -0
- package/dist/react-native/api/groupQuotas/options.js +4 -0
- package/dist/react-native/api/groupQuotas/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/quota/index.d.ts +3 -0
- package/dist/react-native/api/quota/index.js +4 -0
- package/dist/react-native/api/quota/index.js.map +1 -0
- package/dist/react-native/api/quota/operations.d.ts +31 -0
- package/dist/react-native/api/quota/operations.js +146 -0
- package/dist/react-native/api/quota/operations.js.map +1 -0
- package/dist/react-native/api/quota/options.d.ts +18 -0
- package/dist/react-native/api/quota/options.js +4 -0
- package/dist/react-native/api/quota/options.js.map +1 -0
- package/dist/react-native/api/quotaOperation/index.d.ts +3 -0
- package/dist/react-native/api/quotaOperation/index.js +4 -0
- package/dist/react-native/api/quotaOperation/index.js.map +1 -0
- package/dist/react-native/api/quotaOperation/operations.d.ts +10 -0
- package/dist/react-native/api/quotaOperation/operations.js +34 -0
- package/dist/react-native/api/quotaOperation/operations.js.map +1 -0
- package/dist/react-native/api/quotaOperation/options.d.ts +5 -0
- package/dist/react-native/api/quotaOperation/options.js +4 -0
- package/dist/react-native/api/quotaOperation/options.js.map +1 -0
- package/dist/react-native/api/quotaRequestStatus/index.d.ts +3 -0
- package/dist/react-native/api/quotaRequestStatus/index.js +4 -0
- package/dist/react-native/api/quotaRequestStatus/index.js.map +1 -0
- package/dist/react-native/api/quotaRequestStatus/operations.d.ts +14 -0
- package/dist/react-native/api/quotaRequestStatus/operations.js +68 -0
- package/dist/react-native/api/quotaRequestStatus/operations.js.map +1 -0
- package/dist/react-native/api/quotaRequestStatus/options.d.ts +21 -0
- package/dist/react-native/api/quotaRequestStatus/options.js +4 -0
- package/dist/react-native/api/quotaRequestStatus/options.js.map +1 -0
- package/dist/react-native/api/usages/index.d.ts +3 -0
- package/dist/react-native/api/usages/index.js +4 -0
- package/dist/react-native/api/usages/index.js.map +1 -0
- package/dist/react-native/api/usages/operations.d.ts +14 -0
- package/dist/react-native/api/usages/operations.js +65 -0
- package/dist/react-native/api/usages/operations.js.map +1 -0
- package/dist/react-native/api/usages/options.d.ts +8 -0
- package/dist/react-native/api/usages/options.js +4 -0
- package/dist/react-native/api/usages/options.js.map +1 -0
- package/dist/react-native/azureQuotaExtensionAPI.d.ts +50 -29
- package/dist/react-native/azureQuotaExtensionAPI.js +70 -114
- package/dist/react-native/azureQuotaExtensionAPI.js.map +1 -1
- package/dist/react-native/classic/groupQuotaLimits/index.d.ts +10 -0
- package/dist/react-native/classic/groupQuotaLimits/index.js +14 -0
- package/dist/react-native/classic/groupQuotaLimits/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaLimitsRequest/index.d.ts +19 -0
- package/dist/react-native/classic/groupQuotaLimitsRequest/index.js +16 -0
- package/dist/react-native/classic/groupQuotaLimitsRequest/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaLocationSettings/index.d.ts +27 -0
- package/dist/react-native/classic/groupQuotaLocationSettings/index.js +16 -0
- package/dist/react-native/classic/groupQuotaLocationSettings/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.d.ts +10 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.js +14 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocation/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.d.ts +16 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.js +16 -0
- package/dist/react-native/classic/groupQuotaSubscriptionAllocationRequest/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.d.ts +13 -0
- package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.js +15 -0
- package/dist/react-native/classic/groupQuotaSubscriptionRequests/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaSubscriptions/index.d.ts +25 -0
- package/dist/react-native/classic/groupQuotaSubscriptions/index.js +18 -0
- package/dist/react-native/classic/groupQuotaSubscriptions/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotaUsages/index.d.ts +11 -0
- package/dist/react-native/classic/groupQuotaUsages/index.js +14 -0
- package/dist/react-native/classic/groupQuotaUsages/index.js.map +1 -0
- package/dist/react-native/classic/groupQuotas/index.d.ts +28 -0
- package/dist/react-native/classic/groupQuotas/index.js +18 -0
- package/dist/react-native/classic/groupQuotas/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +14 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/quota/index.d.ts +26 -0
- package/dist/react-native/classic/quota/index.js +17 -0
- package/dist/react-native/classic/quota/index.js.map +1 -0
- package/dist/react-native/classic/quotaOperation/index.d.ts +11 -0
- package/dist/react-native/classic/quotaOperation/index.js +14 -0
- package/dist/react-native/classic/quotaOperation/index.js.map +1 -0
- package/dist/react-native/classic/quotaRequestStatus/index.d.ts +13 -0
- package/dist/react-native/classic/quotaRequestStatus/index.js +15 -0
- package/dist/react-native/classic/quotaRequestStatus/index.js.map +1 -0
- package/dist/react-native/classic/usages/index.d.ts +13 -0
- package/dist/react-native/classic/usages/index.js +15 -0
- package/dist/react-native/classic/usages/index.js.map +1 -0
- package/dist/react-native/index.d.ts +21 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -1543
- package/dist/react-native/models/index.js +3 -73
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +821 -0
- package/dist/react-native/models/models.js +934 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +140 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +185 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +368 -80
- package/CHANGELOG.md +0 -446
- package/dist/browser/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -25
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -103
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -2561
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -26
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -243
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/groupQuotaLimits.d.ts +0 -25
- package/dist/browser/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaLimits.js +0 -66
- package/dist/browser/operations/groupQuotaLimits.js.map +0 -1
- package/dist/browser/operations/groupQuotaLimitsRequest.d.ts +0 -99
- package/dist/browser/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaLimitsRequest.js +0 -312
- package/dist/browser/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.js +0 -69
- package/dist/browser/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
- package/dist/browser/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist/browser/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptionRequests.js +0 -171
- package/dist/browser/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist/browser/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotaSubscriptions.js +0 -447
- package/dist/browser/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist/browser/operations/groupQuotas.d.ts +0 -123
- package/dist/browser/operations/groupQuotas.d.ts.map +0 -1
- package/dist/browser/operations/groupQuotas.js +0 -454
- package/dist/browser/operations/groupQuotas.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -12
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -19
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/quota.d.ts +0 -147
- package/dist/browser/operations/quota.d.ts.map +0 -1
- package/dist/browser/operations/quota.js +0 -393
- package/dist/browser/operations/quota.js.map +0 -1
- package/dist/browser/operations/quotaOperation.d.ts +0 -32
- package/dist/browser/operations/quotaOperation.d.ts.map +0 -1
- package/dist/browser/operations/quotaOperation.js +0 -116
- package/dist/browser/operations/quotaOperation.js.map +0 -1
- package/dist/browser/operations/quotaRequestStatus.d.ts +0 -62
- package/dist/browser/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist/browser/operations/quotaRequestStatus.js +0 -169
- package/dist/browser/operations/quotaRequestStatus.js.map +0 -1
- package/dist/browser/operations/usages.d.ts +0 -61
- package/dist/browser/operations/usages.d.ts.map +0 -1
- package/dist/browser/operations/usages.js +0 -166
- package/dist/browser/operations/usages.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
- package/dist/browser/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaLimits.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist/browser/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/groupQuotas.js +0 -9
- package/dist/browser/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -12
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -19
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/quota.d.ts +0 -115
- package/dist/browser/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/quota.js +0 -9
- package/dist/browser/operationsInterfaces/quota.js.map +0 -1
- package/dist/browser/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist/browser/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/quotaOperation.js +0 -9
- package/dist/browser/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist/browser/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/quotaRequestStatus.js +0 -9
- package/dist/browser/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist/browser/operationsInterfaces/usages.d.ts +0 -30
- package/dist/browser/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/usages.js +0 -9
- package/dist/browser/operationsInterfaces/usages.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -28
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -103
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -2565
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -26
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -246
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaLimits.d.ts +0 -25
- package/dist/commonjs/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaLimits.js +0 -71
- package/dist/commonjs/operations/groupQuotaLimits.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts +0 -99
- package/dist/commonjs/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaLimitsRequest.js +0 -317
- package/dist/commonjs/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js +0 -74
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js +0 -335
- package/dist/commonjs/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js +0 -176
- package/dist/commonjs/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist/commonjs/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotaSubscriptions.js +0 -452
- package/dist/commonjs/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist/commonjs/operations/groupQuotas.d.ts +0 -123
- package/dist/commonjs/operations/groupQuotas.d.ts.map +0 -1
- package/dist/commonjs/operations/groupQuotas.js +0 -459
- package/dist/commonjs/operations/groupQuotas.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -12
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -22
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/quota.d.ts +0 -147
- package/dist/commonjs/operations/quota.d.ts.map +0 -1
- package/dist/commonjs/operations/quota.js +0 -398
- package/dist/commonjs/operations/quota.js.map +0 -1
- package/dist/commonjs/operations/quotaOperation.d.ts +0 -32
- package/dist/commonjs/operations/quotaOperation.d.ts.map +0 -1
- package/dist/commonjs/operations/quotaOperation.js +0 -121
- package/dist/commonjs/operations/quotaOperation.js.map +0 -1
- package/dist/commonjs/operations/quotaRequestStatus.d.ts +0 -62
- package/dist/commonjs/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist/commonjs/operations/quotaRequestStatus.js +0 -174
- package/dist/commonjs/operations/quotaRequestStatus.js.map +0 -1
- package/dist/commonjs/operations/usages.d.ts +0 -61
- package/dist/commonjs/operations/usages.d.ts.map +0 -1
- package/dist/commonjs/operations/usages.js +0 -171
- package/dist/commonjs/operations/usages.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist/commonjs/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/groupQuotas.js +0 -10
- package/dist/commonjs/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -22
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/quota.d.ts +0 -115
- package/dist/commonjs/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/quota.js +0 -10
- package/dist/commonjs/operationsInterfaces/quota.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaOperation.js +0 -10
- package/dist/commonjs/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js +0 -10
- package/dist/commonjs/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.d.ts +0 -30
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/usages.js +0 -10
- package/dist/commonjs/operationsInterfaces/usages.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -25
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -103
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -2561
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -26
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -243
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/groupQuotaLimits.d.ts +0 -25
- package/dist/esm/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaLimits.js +0 -66
- package/dist/esm/operations/groupQuotaLimits.js.map +0 -1
- package/dist/esm/operations/groupQuotaLimitsRequest.d.ts +0 -99
- package/dist/esm/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaLimitsRequest.js +0 -312
- package/dist/esm/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.js +0 -69
- package/dist/esm/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
- package/dist/esm/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist/esm/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptionRequests.js +0 -171
- package/dist/esm/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist/esm/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotaSubscriptions.js +0 -447
- package/dist/esm/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist/esm/operations/groupQuotas.d.ts +0 -123
- package/dist/esm/operations/groupQuotas.d.ts.map +0 -1
- package/dist/esm/operations/groupQuotas.js +0 -454
- package/dist/esm/operations/groupQuotas.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -12
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -19
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/quota.d.ts +0 -147
- package/dist/esm/operations/quota.d.ts.map +0 -1
- package/dist/esm/operations/quota.js +0 -393
- package/dist/esm/operations/quota.js.map +0 -1
- package/dist/esm/operations/quotaOperation.d.ts +0 -32
- package/dist/esm/operations/quotaOperation.d.ts.map +0 -1
- package/dist/esm/operations/quotaOperation.js +0 -116
- package/dist/esm/operations/quotaOperation.js.map +0 -1
- package/dist/esm/operations/quotaRequestStatus.d.ts +0 -62
- package/dist/esm/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist/esm/operations/quotaRequestStatus.js +0 -169
- package/dist/esm/operations/quotaRequestStatus.js.map +0 -1
- package/dist/esm/operations/usages.d.ts +0 -61
- package/dist/esm/operations/usages.d.ts.map +0 -1
- package/dist/esm/operations/usages.js +0 -166
- package/dist/esm/operations/usages.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
- package/dist/esm/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaLimits.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist/esm/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/groupQuotas.js +0 -9
- package/dist/esm/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -12
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -19
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/quota.d.ts +0 -115
- package/dist/esm/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/quota.js +0 -9
- package/dist/esm/operationsInterfaces/quota.js.map +0 -1
- package/dist/esm/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist/esm/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/quotaOperation.js +0 -9
- package/dist/esm/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist/esm/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js +0 -9
- package/dist/esm/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist/esm/operationsInterfaces/usages.d.ts +0 -30
- package/dist/esm/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/usages.js +0 -9
- package/dist/esm/operationsInterfaces/usages.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/azureQuotaExtensionAPI.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -25
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -103
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -2561
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -26
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -243
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/groupQuotaLimits.d.ts +0 -25
- package/dist/react-native/operations/groupQuotaLimits.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaLimits.js +0 -66
- package/dist/react-native/operations/groupQuotaLimits.js.map +0 -1
- package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts +0 -99
- package/dist/react-native/operations/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaLimitsRequest.js +0 -312
- package/dist/react-native/operations/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts +0 -27
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js +0 -69
- package/dist/react-native/operations/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts +0 -105
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js +0 -330
- package/dist/react-native/operations/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts +0 -55
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.js +0 -171
- package/dist/react-native/operations/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptions.d.ts +0 -111
- package/dist/react-native/operations/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotaSubscriptions.js +0 -447
- package/dist/react-native/operations/groupQuotaSubscriptions.js.map +0 -1
- package/dist/react-native/operations/groupQuotas.d.ts +0 -123
- package/dist/react-native/operations/groupQuotas.d.ts.map +0 -1
- package/dist/react-native/operations/groupQuotas.js +0 -454
- package/dist/react-native/operations/groupQuotas.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -12
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -19
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/quota.d.ts +0 -147
- package/dist/react-native/operations/quota.d.ts.map +0 -1
- package/dist/react-native/operations/quota.js +0 -393
- package/dist/react-native/operations/quota.js.map +0 -1
- package/dist/react-native/operations/quotaOperation.d.ts +0 -32
- package/dist/react-native/operations/quotaOperation.d.ts.map +0 -1
- package/dist/react-native/operations/quotaOperation.js +0 -116
- package/dist/react-native/operations/quotaOperation.js.map +0 -1
- package/dist/react-native/operations/quotaRequestStatus.d.ts +0 -62
- package/dist/react-native/operations/quotaRequestStatus.d.ts.map +0 -1
- package/dist/react-native/operations/quotaRequestStatus.js +0 -169
- package/dist/react-native/operations/quotaRequestStatus.js.map +0 -1
- package/dist/react-native/operations/usages.d.ts +0 -61
- package/dist/react-native/operations/usages.d.ts.map +0 -1
- package/dist/react-native/operations/usages.js +0 -166
- package/dist/react-native/operations/usages.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaLimits.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts +0 -63
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaLimitsRequest.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts +0 -19
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts +0 -68
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts +0 -27
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptionRequests.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts +0 -84
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotaSubscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotas.d.ts +0 -99
- package/dist/react-native/operationsInterfaces/groupQuotas.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/groupQuotas.js +0 -9
- package/dist/react-native/operationsInterfaces/groupQuotas.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -19
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/quota.d.ts +0 -115
- package/dist/react-native/operationsInterfaces/quota.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/quota.js +0 -9
- package/dist/react-native/operationsInterfaces/quota.js.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaOperation.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/quotaOperation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaOperation.js +0 -9
- package/dist/react-native/operationsInterfaces/quotaOperation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js +0 -9
- package/dist/react-native/operationsInterfaces/quotaRequestStatus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.d.ts +0 -30
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/usages.js +0 -9
- package/dist/react-native/operationsInterfaces/usages.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-quota-node.api.md +0 -1148
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usages.js","sourceRoot":"","sources":["../../../src/operations/usages.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,wDAA0D;AAE1D,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAYtD,4CAA4C;AAC5C,0CAA0C;AAC1C,MAAa,UAAU;IACJ,MAAM,CAAyB;IAEhD;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;OAQG;IACI,IAAI,CACT,KAAa,EACb,OAAkC;QAElC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAChD,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,EAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;YACvD,CAAC;SACF,CAAC;IACJ,CAAC;IAEO,KAAK,CAAC,CAAC,cAAc,CAC3B,KAAa,EACb,OAAkC,EAClC,QAAuB;QAEvB,IAAI,MAA0B,CAAC;QAC/B,IAAI,iBAAiB,GAAG,QAAQ,EAAE,iBAAiB,CAAC;QACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;YACvB,MAAM,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;YAC1C,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;QACD,OAAO,iBAAiB,EAAE,CAAC;YACzB,MAAM,GAAG,MAAM,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAC;YACjE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;YAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;YAC9C,MAAM,IAAI,CAAC;QACb,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,CAAC,aAAa,CAC1B,KAAa,EACb,OAAkC;QAElC,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,EAAE,CAAC;YAC7D,KAAK,CAAC,CAAC,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,YAAoB,EACpB,KAAa,EACb,OAAiC;QAEjC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,EAChC,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACK,KAAK,CACX,KAAa,EACb,OAAkC;QAElC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACK,SAAS,CACf,KAAa,EACb,QAAgB,EAChB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AAxID,gCAwIC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,0DAA0D;IAChE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;YACrC,aAAa,EAAE,OAAO,CAAC,gBAAgB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,YAAY,EAAE,UAAU,CAAC,KAAK,CAAC;IAC5E,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,2CAA2C;IACjD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,YAAY;YAChC,aAAa,EAAE,OAAO,CAAC,iBAAiB;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;IACnD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,YAAY;YAChC,aAAa,EAAE,OAAO,CAAC,qBAAqB;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;KACF;IACD,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC;IACxE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Usages } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AzureQuotaExtensionAPI } from \"../azureQuotaExtensionAPI.js\";\nimport {\n CurrentUsagesBase,\n UsagesListNextOptionalParams,\n UsagesListOptionalParams,\n UsagesListResponse,\n UsagesGetOptionalParams,\n UsagesGetResponse,\n UsagesListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Usages operations. */\nexport class UsagesImpl implements Usages {\n private readonly client: AzureQuotaExtensionAPI;\n\n /**\n * Initialize a new instance of the class Usages class.\n * @param client Reference to the service client\n */\n constructor(client: AzureQuotaExtensionAPI) {\n this.client = client;\n }\n\n /**\n * Get a list of current usage for all resources for the scope specified.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n public list(\n scope: string,\n options?: UsagesListOptionalParams,\n ): PagedAsyncIterableIterator<CurrentUsagesBase> {\n const iter = this.listPagingAll(scope, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(scope, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n scope: string,\n options?: UsagesListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<CurrentUsagesBase[]> {\n let result: UsagesListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(scope, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n scope: string,\n options?: UsagesListOptionalParams,\n ): AsyncIterableIterator<CurrentUsagesBase> {\n for await (const page of this.listPagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * Get the current usage of a resource.\n * @param resourceName Resource name for a given resource provider. For example:\n * - SKU name for Microsoft.Compute\n * - SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices\n * For Microsoft.Network PublicIPAddresses.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n get(\n resourceName: string,\n scope: string,\n options?: UsagesGetOptionalParams,\n ): Promise<UsagesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceName, scope, options },\n getOperationSpec,\n );\n }\n\n /**\n * Get a list of current usage for all resources for the scope specified.\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param options The options parameters.\n */\n private _list(\n scope: string,\n options?: UsagesListOptionalParams,\n ): Promise<UsagesListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param scope The target Azure resource URI. For example,\n * `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/`.\n * This is the target Azure resource URI for the List GET operation. If a `{resourceName}` is added\n * after `/quotas`, then it's the target Azure resource URI in the GET operation for the specific\n * resource.\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n scope: string,\n nextLink: string,\n options?: UsagesListNextOptionalParams,\n ): Promise<UsagesListNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Quota/usages/{resourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CurrentUsagesBase,\n headersMapper: Mappers.UsagesGetHeaders,\n },\n default: {\n bodyMapper: Mappers.ExceptionResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceName, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.Quota/usages\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsagesLimits,\n headersMapper: Mappers.UsagesListHeaders,\n },\n default: {\n bodyMapper: Mappers.ExceptionResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.UsagesLimits,\n headersMapper: Mappers.UsagesListNextHeaders,\n },\n default: {\n bodyMapper: Mappers.ExceptionResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { GroupQuotaLimitsListOptionalParams, GroupQuotaLimitsListResponse } from "../models/index.js";
|
|
2
|
-
/** Interface representing a GroupQuotaLimits. */
|
|
3
|
-
export interface GroupQuotaLimits {
|
|
4
|
-
/**
|
|
5
|
-
* Gets the GroupQuotaLimits for the specified resource provider and location for resource names passed
|
|
6
|
-
* in $filter=resourceName eq {SKU}.
|
|
7
|
-
* @param managementGroupId Management Group Id.
|
|
8
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
9
|
-
* tenantId/MgId.
|
|
10
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
11
|
-
* Microsoft.Compute resource provider supports this API.
|
|
12
|
-
* @param location The name of the Azure region.
|
|
13
|
-
* @param options The options parameters.
|
|
14
|
-
*/
|
|
15
|
-
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsListOptionalParams): Promise<GroupQuotaLimitsListResponse>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=groupQuotaLimits.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaLimits.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaLimits.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;;;;;;OAUG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=groupQuotaLimits.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaLimits.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaLimits.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n GroupQuotaLimitsListOptionalParams,\n GroupQuotaLimitsListResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a GroupQuotaLimits. */\nexport interface GroupQuotaLimits {\n /**\n * Gets the GroupQuotaLimits for the specified resource provider and location for resource names passed\n * in $filter=resourceName eq {SKU}.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n options?: GroupQuotaLimitsListOptionalParams,\n ): Promise<GroupQuotaLimitsListResponse>;\n}\n"]}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { SubmittedResourceRequestStatus, GroupQuotaLimitsRequestListOptionalParams, GroupQuotaLimitsRequestUpdateOptionalParams, GroupQuotaLimitsRequestUpdateResponse, GroupQuotaLimitsRequestGetOptionalParams, GroupQuotaLimitsRequestGetResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a GroupQuotaLimitsRequest. */
|
|
5
|
-
export interface GroupQuotaLimitsRequest {
|
|
6
|
-
/**
|
|
7
|
-
* Get API to check the status of a GroupQuota request by requestId.
|
|
8
|
-
* @param managementGroupId Management Group Id.
|
|
9
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
10
|
-
* tenantId/MgId.
|
|
11
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
12
|
-
* Microsoft.Compute resource provider supports this API.
|
|
13
|
-
* @param filter | Field | Supported operators
|
|
14
|
-
* |---------------------|------------------------
|
|
15
|
-
*
|
|
16
|
-
* location eq {location} and resource eq {resourceName}
|
|
17
|
-
* Example: $filter=location eq eastus and resourceName eq cores
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaLimitsRequestListOptionalParams): PagedAsyncIterableIterator<SubmittedResourceRequestStatus>;
|
|
21
|
-
/**
|
|
22
|
-
* Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName
|
|
23
|
-
* properties are specified in the request body. Only 1 resource quota can be requested. Please note
|
|
24
|
-
* that patch request creates a new groupQuota request.
|
|
25
|
-
* Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
|
|
26
|
-
* retry-after duration in seconds to check the intermediate status. This API provides the finals
|
|
27
|
-
* status with the request details and status.
|
|
28
|
-
* @param managementGroupId Management Group Id.
|
|
29
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
30
|
-
* tenantId/MgId.
|
|
31
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
32
|
-
* Microsoft.Compute resource provider supports this API.
|
|
33
|
-
* @param location The name of the Azure region.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaLimitsRequestUpdateResponse>, GroupQuotaLimitsRequestUpdateResponse>>;
|
|
37
|
-
/**
|
|
38
|
-
* Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName
|
|
39
|
-
* properties are specified in the request body. Only 1 resource quota can be requested. Please note
|
|
40
|
-
* that patch request creates a new groupQuota request.
|
|
41
|
-
* Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with
|
|
42
|
-
* retry-after duration in seconds to check the intermediate status. This API provides the finals
|
|
43
|
-
* status with the request details and status.
|
|
44
|
-
* @param managementGroupId Management Group Id.
|
|
45
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
46
|
-
* tenantId/MgId.
|
|
47
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
48
|
-
* Microsoft.Compute resource provider supports this API.
|
|
49
|
-
* @param location The name of the Azure region.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaLimitsRequestUpdateOptionalParams): Promise<GroupQuotaLimitsRequestUpdateResponse>;
|
|
53
|
-
/**
|
|
54
|
-
* Get API to check the status of a GroupQuota request by requestId.
|
|
55
|
-
* @param managementGroupId Management Group Id.
|
|
56
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
57
|
-
* tenantId/MgId.
|
|
58
|
-
* @param requestId Request Id.
|
|
59
|
-
* @param options The options parameters.
|
|
60
|
-
*/
|
|
61
|
-
get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaLimitsRequestGetOptionalParams): Promise<GroupQuotaLimitsRequestGetResponse>;
|
|
62
|
-
}
|
|
63
|
-
//# sourceMappingURL=groupQuotaLimitsRequest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaLimitsRequest.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaLimitsRequest.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,8BAA8B,EAC9B,yCAAyC,EACzC,2CAA2C,EAC3C,qCAAqC,EACrC,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;;;;;;;;OAaG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,8BAA8B,CAAC,CAAC;IAC9D;;;;;;;;;;;;;;OAcG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=groupQuotaLimitsRequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaLimitsRequest.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaLimitsRequest.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n SubmittedResourceRequestStatus,\n GroupQuotaLimitsRequestListOptionalParams,\n GroupQuotaLimitsRequestUpdateOptionalParams,\n GroupQuotaLimitsRequestUpdateResponse,\n GroupQuotaLimitsRequestGetOptionalParams,\n GroupQuotaLimitsRequestGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a GroupQuotaLimitsRequest. */\nexport interface GroupQuotaLimitsRequest {\n /**\n * Get API to check the status of a GroupQuota request by requestId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param filter | Field | Supported operators\n * |---------------------|------------------------\n *\n * location eq {location} and resource eq {resourceName}\n * Example: $filter=location eq eastus and resourceName eq cores\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n filter: string,\n options?: GroupQuotaLimitsRequestListOptionalParams,\n ): PagedAsyncIterableIterator<SubmittedResourceRequestStatus>;\n /**\n * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName\n * properties are specified in the request body. Only 1 resource quota can be requested. Please note\n * that patch request creates a new groupQuota request.\n * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with\n * retry-after duration in seconds to check the intermediate status. This API provides the finals\n * status with the request details and status.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n beginUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n options?: GroupQuotaLimitsRequestUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaLimitsRequestUpdateResponse>,\n GroupQuotaLimitsRequestUpdateResponse\n >\n >;\n /**\n * Create the GroupQuota requests for a specific ResourceProvider/Location/Resource. The resourceName\n * properties are specified in the request body. Only 1 resource quota can be requested. Please note\n * that patch request creates a new groupQuota request.\n * Use the polling API - OperationsStatus URI specified in Azure-AsyncOperation header field, with\n * retry-after duration in seconds to check the intermediate status. This API provides the finals\n * status with the request details and status.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n options?: GroupQuotaLimitsRequestUpdateOptionalParams,\n ): Promise<GroupQuotaLimitsRequestUpdateResponse>;\n /**\n * Get API to check the status of a GroupQuota request by requestId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param requestId Request Id.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n requestId: string,\n options?: GroupQuotaLimitsRequestGetOptionalParams,\n ): Promise<GroupQuotaLimitsRequestGetResponse>;\n}\n"]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { GroupQuotaSubscriptionAllocationListOptionalParams, GroupQuotaSubscriptionAllocationListResponse } from "../models/index.js";
|
|
2
|
-
/** Interface representing a GroupQuotaSubscriptionAllocation. */
|
|
3
|
-
export interface GroupQuotaSubscriptionAllocation {
|
|
4
|
-
/**
|
|
5
|
-
* Gets all the quota allocated to a subscription for the specified resource provider and location for
|
|
6
|
-
* resource names passed in $filter=resourceName eq {SKU}. This will include the GroupQuota and total
|
|
7
|
-
* quota allocated to the subscription. Only the Group quota allocated to the subscription can be
|
|
8
|
-
* allocated back to the MG Group Quota.
|
|
9
|
-
* @param managementGroupId Management Group Id.
|
|
10
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
11
|
-
* tenantId/MgId.
|
|
12
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
13
|
-
* Microsoft.Compute resource provider supports this API.
|
|
14
|
-
* @param location The name of the Azure region.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, options?: GroupQuotaSubscriptionAllocationListOptionalParams): Promise<GroupQuotaSubscriptionAllocationListResponse>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=groupQuotaSubscriptionAllocation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaSubscriptionAllocation.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptionAllocation.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kDAAkD,EAClD,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAE5B,iEAAiE;AACjE,MAAM,WAAW,gCAAgC;IAC/C;;;;;;;;;;;;OAYG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kDAAkD,GAC3D,OAAO,CAAC,4CAA4C,CAAC,CAAC;CAC1D"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=groupQuotaSubscriptionAllocation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaSubscriptionAllocation.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptionAllocation.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n GroupQuotaSubscriptionAllocationListOptionalParams,\n GroupQuotaSubscriptionAllocationListResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a GroupQuotaSubscriptionAllocation. */\nexport interface GroupQuotaSubscriptionAllocation {\n /**\n * Gets all the quota allocated to a subscription for the specified resource provider and location for\n * resource names passed in $filter=resourceName eq {SKU}. This will include the GroupQuota and total\n * quota allocated to the subscription. Only the Group quota allocated to the subscription can be\n * allocated back to the MG Group Quota.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n options?: GroupQuotaSubscriptionAllocationListOptionalParams,\n ): Promise<GroupQuotaSubscriptionAllocationListResponse>;\n}\n"]}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { QuotaAllocationRequestStatus, GroupQuotaSubscriptionAllocationRequestListOptionalParams, SubscriptionQuotaAllocationsList, GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams, GroupQuotaSubscriptionAllocationRequestUpdateResponse, GroupQuotaSubscriptionAllocationRequestGetOptionalParams, GroupQuotaSubscriptionAllocationRequestGetResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a GroupQuotaSubscriptionAllocationRequest. */
|
|
5
|
-
export interface GroupQuotaSubscriptionAllocationRequest {
|
|
6
|
-
/**
|
|
7
|
-
* Get all the quotaAllocationRequests for a resourceProvider/location. The filter paramter for
|
|
8
|
-
* location is required.
|
|
9
|
-
* @param managementGroupId Management Group Id.
|
|
10
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
11
|
-
* tenantId/MgId.
|
|
12
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
13
|
-
* Microsoft.Compute resource provider supports this API.
|
|
14
|
-
* @param filter | Field | Supported operators
|
|
15
|
-
* |---------------------|------------------------
|
|
16
|
-
*
|
|
17
|
-
* location eq {location}
|
|
18
|
-
* Example: $filter=location eq eastus
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
list(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, filter: string, options?: GroupQuotaSubscriptionAllocationRequestListOptionalParams): PagedAsyncIterableIterator<QuotaAllocationRequestStatus>;
|
|
22
|
-
/**
|
|
23
|
-
* Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to
|
|
24
|
-
* subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >=
|
|
25
|
-
* usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back
|
|
26
|
-
* unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota. User
|
|
27
|
-
* can collect unused quotas from multiple subscriptions within the groupQuota and assign the
|
|
28
|
-
* groupQuota to the subscription, where it's needed.
|
|
29
|
-
* @param managementGroupId Management Group Id.
|
|
30
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
31
|
-
* tenantId/MgId.
|
|
32
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
33
|
-
* Microsoft.Compute resource provider supports this API.
|
|
34
|
-
* @param location The name of the Azure region.
|
|
35
|
-
* @param allocateQuotaRequest Quota requests payload.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
beginUpdate(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, allocateQuotaRequest: SubscriptionQuotaAllocationsList, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionAllocationRequestUpdateResponse>, GroupQuotaSubscriptionAllocationRequestUpdateResponse>>;
|
|
39
|
-
/**
|
|
40
|
-
* Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to
|
|
41
|
-
* subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >=
|
|
42
|
-
* usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back
|
|
43
|
-
* unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota. User
|
|
44
|
-
* can collect unused quotas from multiple subscriptions within the groupQuota and assign the
|
|
45
|
-
* groupQuota to the subscription, where it's needed.
|
|
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 location The name of the Azure region.
|
|
52
|
-
* @param allocateQuotaRequest Quota requests payload.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, location: string, allocateQuotaRequest: SubscriptionQuotaAllocationsList, options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestUpdateResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Get the quota allocation request status for the subscriptionId by allocationId.
|
|
58
|
-
* @param managementGroupId Management Group Id.
|
|
59
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
60
|
-
* tenantId/MgId.
|
|
61
|
-
* @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only
|
|
62
|
-
* Microsoft.Compute resource provider supports this API.
|
|
63
|
-
* @param allocationId Request Id.
|
|
64
|
-
* @param options The options parameters.
|
|
65
|
-
*/
|
|
66
|
-
get(managementGroupId: string, groupQuotaName: string, resourceProviderName: string, allocationId: string, options?: GroupQuotaSubscriptionAllocationRequestGetOptionalParams): Promise<GroupQuotaSubscriptionAllocationRequestGetResponse>;
|
|
67
|
-
}
|
|
68
|
-
//# sourceMappingURL=groupQuotaSubscriptionAllocationRequest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaSubscriptionAllocationRequest.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,4BAA4B,EAC5B,yDAAyD,EACzD,gCAAgC,EAChC,2DAA2D,EAC3D,qDAAqD,EACrD,wDAAwD,EACxD,kDAAkD,EACnD,MAAM,oBAAoB,CAAC;AAG5B,wEAAwE;AACxE,MAAM,WAAW,uCAAuC;IACtD;;;;;;;;;;;;;;OAcG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,4BAA4B,CAAC,CAAC;IAC5D;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,oBAAoB,EAAE,gCAAgC,EACtD,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qDAAqD,CAAC,EACrE,qDAAqD,CACtD,CACF,CAAC;IACF;;;;;;;;;;;;;;;OAeG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,QAAQ,EAAE,MAAM,EAChB,oBAAoB,EAAE,gCAAgC,EACtD,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC,CAAC;IAClE;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,oBAAoB,EAAE,MAAM,EAC5B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC,CAAC;CAChE"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=groupQuotaSubscriptionAllocationRequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaSubscriptionAllocationRequest.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptionAllocationRequest.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n QuotaAllocationRequestStatus,\n GroupQuotaSubscriptionAllocationRequestListOptionalParams,\n SubscriptionQuotaAllocationsList,\n GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams,\n GroupQuotaSubscriptionAllocationRequestUpdateResponse,\n GroupQuotaSubscriptionAllocationRequestGetOptionalParams,\n GroupQuotaSubscriptionAllocationRequestGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a GroupQuotaSubscriptionAllocationRequest. */\nexport interface GroupQuotaSubscriptionAllocationRequest {\n /**\n * Get all the quotaAllocationRequests for a resourceProvider/location. The filter paramter for\n * location is required.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param filter | Field | Supported operators\n * |---------------------|------------------------\n *\n * location eq {location}\n * Example: $filter=location eq eastus\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n filter: string,\n options?: GroupQuotaSubscriptionAllocationRequestListOptionalParams,\n ): PagedAsyncIterableIterator<QuotaAllocationRequestStatus>;\n /**\n * Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to\n * subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >=\n * usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back\n * unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota. User\n * can collect unused quotas from multiple subscriptions within the groupQuota and assign the\n * groupQuota to the subscription, where it's needed.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param allocateQuotaRequest Quota requests payload.\n * @param options The options parameters.\n */\n beginUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n allocateQuotaRequest: SubscriptionQuotaAllocationsList,\n options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionAllocationRequestUpdateResponse>,\n GroupQuotaSubscriptionAllocationRequestUpdateResponse\n >\n >;\n /**\n * Request to assign quota from group quota to a specific Subscription. The assign GroupQuota to\n * subscriptions or reduce the quota allocated to subscription to give back the unused quota ( quota >=\n * usages) to the groupQuota. So, this API can be used to assign Quota to subscriptions and assign back\n * unused quota to group quota, which can be assigned to another subscriptions in the GroupQuota. User\n * can collect unused quotas from multiple subscriptions within the groupQuota and assign the\n * groupQuota to the subscription, where it's needed.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param location The name of the Azure region.\n * @param allocateQuotaRequest Quota requests payload.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n location: string,\n allocateQuotaRequest: SubscriptionQuotaAllocationsList,\n options?: GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams,\n ): Promise<GroupQuotaSubscriptionAllocationRequestUpdateResponse>;\n /**\n * Get the quota allocation request status for the subscriptionId by allocationId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param resourceProviderName The resource provider name, such as - Microsoft.Compute. Currently only\n * Microsoft.Compute resource provider supports this API.\n * @param allocationId Request Id.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n resourceProviderName: string,\n allocationId: string,\n options?: GroupQuotaSubscriptionAllocationRequestGetOptionalParams,\n ): Promise<GroupQuotaSubscriptionAllocationRequestGetResponse>;\n}\n"]}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { GroupQuotaSubscriptionRequestStatus, GroupQuotaSubscriptionRequestsListOptionalParams, GroupQuotaSubscriptionRequestsGetOptionalParams, GroupQuotaSubscriptionRequestsGetResponse } from "../models/index.js";
|
|
3
|
-
/** Interface representing a GroupQuotaSubscriptionRequests. */
|
|
4
|
-
export interface GroupQuotaSubscriptionRequests {
|
|
5
|
-
/**
|
|
6
|
-
* List API to check the status of a subscriptionId requests by requestId. Request history is
|
|
7
|
-
* maintained for 1 year.
|
|
8
|
-
* @param managementGroupId Management Group Id.
|
|
9
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
10
|
-
* tenantId/MgId.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionRequestsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus>;
|
|
14
|
-
/**
|
|
15
|
-
* Get API to check the status of a subscriptionIds request by requestId. Use the polling API -
|
|
16
|
-
* OperationsStatus URI specified in Azure-AsyncOperation header field, with retry-after duration in
|
|
17
|
-
* seconds to check the intermediate status. This API provides the finals status with the request
|
|
18
|
-
* details and status.
|
|
19
|
-
* @param managementGroupId Management Group Id.
|
|
20
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
21
|
-
* tenantId/MgId.
|
|
22
|
-
* @param requestId Request Id.
|
|
23
|
-
* @param options The options parameters.
|
|
24
|
-
*/
|
|
25
|
-
get(managementGroupId: string, groupQuotaName: string, requestId: string, options?: GroupQuotaSubscriptionRequestsGetOptionalParams): Promise<GroupQuotaSubscriptionRequestsGetResponse>;
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=groupQuotaSubscriptionRequests.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaSubscriptionRequests.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptionRequests.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mCAAmC,EACnC,gDAAgD,EAChD,+CAA+C,EAC/C,yCAAyC,EAC1C,MAAM,oBAAoB,CAAC;AAG5B,+DAA+D;AAC/D,MAAM,WAAW,8BAA8B;IAC7C;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,mCAAmC,CAAC,CAAC;IACnE;;;;;;;;;;OAUG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;CACvD"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=groupQuotaSubscriptionRequests.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaSubscriptionRequests.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptionRequests.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n GroupQuotaSubscriptionRequestStatus,\n GroupQuotaSubscriptionRequestsListOptionalParams,\n GroupQuotaSubscriptionRequestsGetOptionalParams,\n GroupQuotaSubscriptionRequestsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a GroupQuotaSubscriptionRequests. */\nexport interface GroupQuotaSubscriptionRequests {\n /**\n * List API to check the status of a subscriptionId requests by requestId. Request history is\n * maintained for 1 year.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionRequestsListOptionalParams,\n ): PagedAsyncIterableIterator<GroupQuotaSubscriptionRequestStatus>;\n /**\n * Get API to check the status of a subscriptionIds request by requestId. Use the polling API -\n * OperationsStatus URI specified in Azure-AsyncOperation header field, with retry-after duration in\n * seconds to check the intermediate status. This API provides the finals status with the request\n * details and status.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param requestId Request Id.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n requestId: string,\n options?: GroupQuotaSubscriptionRequestsGetOptionalParams,\n ): Promise<GroupQuotaSubscriptionRequestsGetResponse>;\n}\n"]}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { GroupQuotaSubscriptionId, GroupQuotaSubscriptionsListOptionalParams, GroupQuotaSubscriptionsCreateOrUpdateOptionalParams, GroupQuotaSubscriptionsCreateOrUpdateResponse, GroupQuotaSubscriptionsUpdateOptionalParams, GroupQuotaSubscriptionsUpdateResponse, GroupQuotaSubscriptionsDeleteOptionalParams, GroupQuotaSubscriptionsDeleteResponse, GroupQuotaSubscriptionsGetOptionalParams, GroupQuotaSubscriptionsGetResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a GroupQuotaSubscriptions. */
|
|
5
|
-
export interface GroupQuotaSubscriptions {
|
|
6
|
-
/**
|
|
7
|
-
* Returns a list of the subscriptionIds associated with the GroupQuotas.
|
|
8
|
-
* @param managementGroupId Management Group Id.
|
|
9
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
10
|
-
* tenantId/MgId.
|
|
11
|
-
* @param options The options parameters.
|
|
12
|
-
*/
|
|
13
|
-
list(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsListOptionalParams): PagedAsyncIterableIterator<GroupQuotaSubscriptionId>;
|
|
14
|
-
/**
|
|
15
|
-
* Adds a subscription to GroupQuotas. The subscriptions will be validated based on the
|
|
16
|
-
* additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the
|
|
17
|
-
* subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against
|
|
18
|
-
* the subscription's TenantId.
|
|
19
|
-
* @param managementGroupId Management Group Id.
|
|
20
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
21
|
-
* tenantId/MgId.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>, GroupQuotaSubscriptionsCreateOrUpdateResponse>>;
|
|
25
|
-
/**
|
|
26
|
-
* Adds a subscription to GroupQuotas. The subscriptions will be validated based on the
|
|
27
|
-
* additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the
|
|
28
|
-
* subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against
|
|
29
|
-
* the subscription's TenantId.
|
|
30
|
-
* @param managementGroupId Management Group Id.
|
|
31
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
32
|
-
* tenantId/MgId.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse>;
|
|
36
|
-
/**
|
|
37
|
-
* Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions
|
|
38
|
-
* will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is
|
|
39
|
-
* validated against the subscription's TenantId.
|
|
40
|
-
* @param managementGroupId Management Group Id.
|
|
41
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
42
|
-
* tenantId/MgId.
|
|
43
|
-
* @param options The options parameters.
|
|
44
|
-
*/
|
|
45
|
-
beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsUpdateResponse>, GroupQuotaSubscriptionsUpdateResponse>>;
|
|
46
|
-
/**
|
|
47
|
-
* Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions
|
|
48
|
-
* will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is
|
|
49
|
-
* validated against the subscription's TenantId.
|
|
50
|
-
* @param managementGroupId Management Group Id.
|
|
51
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
52
|
-
* tenantId/MgId.
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsUpdateOptionalParams): Promise<GroupQuotaSubscriptionsUpdateResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Removes the subscription from GroupQuotas. The request's TenantId is validated against the
|
|
58
|
-
* subscription's TenantId.
|
|
59
|
-
* @param managementGroupId Management Group Id.
|
|
60
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
61
|
-
* tenantId/MgId.
|
|
62
|
-
* @param options The options parameters.
|
|
63
|
-
*/
|
|
64
|
-
beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotaSubscriptionsDeleteResponse>, GroupQuotaSubscriptionsDeleteResponse>>;
|
|
65
|
-
/**
|
|
66
|
-
* Removes the subscription from GroupQuotas. The request's TenantId is validated against the
|
|
67
|
-
* subscription's TenantId.
|
|
68
|
-
* @param managementGroupId Management Group Id.
|
|
69
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
70
|
-
* tenantId/MgId.
|
|
71
|
-
* @param options The options parameters.
|
|
72
|
-
*/
|
|
73
|
-
beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsDeleteOptionalParams): Promise<GroupQuotaSubscriptionsDeleteResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* Returns the subscriptionIds along with its provisioning state for being associated with the
|
|
76
|
-
* GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
|
|
77
|
-
* @param managementGroupId Management Group Id.
|
|
78
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
79
|
-
* tenantId/MgId.
|
|
80
|
-
* @param options The options parameters.
|
|
81
|
-
*/
|
|
82
|
-
get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotaSubscriptionsGetOptionalParams): Promise<GroupQuotaSubscriptionsGetResponse>;
|
|
83
|
-
}
|
|
84
|
-
//# sourceMappingURL=groupQuotaSubscriptions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,wBAAwB,EACxB,yCAAyC,EACzC,mDAAmD,EACnD,6CAA6C,EAC7C,2CAA2C,EAC3C,qCAAqC,EACrC,2CAA2C,EAC3C,qCAAqC,EACrC,wCAAwC,EACxC,kCAAkC,EACnC,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;IACxD;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6CAA6C,CAAC,EAC7D,6CAA6C,CAC9C,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC,CAAC;IAC1D;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC,CAAC;CAChD"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) Microsoft Corporation.
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
//# sourceMappingURL=groupQuotaSubscriptions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotaSubscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotaSubscriptions.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n GroupQuotaSubscriptionId,\n GroupQuotaSubscriptionsListOptionalParams,\n GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n GroupQuotaSubscriptionsCreateOrUpdateResponse,\n GroupQuotaSubscriptionsUpdateOptionalParams,\n GroupQuotaSubscriptionsUpdateResponse,\n GroupQuotaSubscriptionsDeleteOptionalParams,\n GroupQuotaSubscriptionsDeleteResponse,\n GroupQuotaSubscriptionsGetOptionalParams,\n GroupQuotaSubscriptionsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a GroupQuotaSubscriptions. */\nexport interface GroupQuotaSubscriptions {\n /**\n * Returns a list of the subscriptionIds associated with the GroupQuotas.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n list(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsListOptionalParams,\n ): PagedAsyncIterableIterator<GroupQuotaSubscriptionId>;\n /**\n * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the\n * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the\n * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against\n * the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsCreateOrUpdateResponse>,\n GroupQuotaSubscriptionsCreateOrUpdateResponse\n >\n >;\n /**\n * Adds a subscription to GroupQuotas. The subscriptions will be validated based on the\n * additionalAttributes defined in the GroupQuota. The additionalAttributes works as filter for the\n * subscriptions, which can be included in the GroupQuotas. The request's TenantId is validated against\n * the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<GroupQuotaSubscriptionsCreateOrUpdateResponse>;\n /**\n * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions\n * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is\n * validated against the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginUpdate(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsUpdateResponse>,\n GroupQuotaSubscriptionsUpdateResponse\n >\n >;\n /**\n * Updates the GroupQuotas with the subscription to add to the subscriptions list. The subscriptions\n * will be validated if additionalAttributes are defined in the GroupQuota. The request's TenantId is\n * validated against the subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsUpdateOptionalParams,\n ): Promise<GroupQuotaSubscriptionsUpdateResponse>;\n /**\n * Removes the subscription from GroupQuotas. The request's TenantId is validated against the\n * subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginDelete(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<GroupQuotaSubscriptionsDeleteResponse>,\n GroupQuotaSubscriptionsDeleteResponse\n >\n >;\n /**\n * Removes the subscription from GroupQuotas. The request's TenantId is validated against the\n * subscription's TenantId.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsDeleteOptionalParams,\n ): Promise<GroupQuotaSubscriptionsDeleteResponse>;\n /**\n * Returns the subscriptionIds along with its provisioning state for being associated with the\n * GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.\n * @param managementGroupId Management Group Id.\n * @param groupQuotaName The GroupQuota name. The name should be unique for the provided context\n * tenantId/MgId.\n * @param options The options parameters.\n */\n get(\n managementGroupId: string,\n groupQuotaName: string,\n options?: GroupQuotaSubscriptionsGetOptionalParams,\n ): Promise<GroupQuotaSubscriptionsGetResponse>;\n}\n"]}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { GroupQuotasEntity, GroupQuotasListOptionalParams, GroupQuotasCreateOrUpdateOptionalParams, GroupQuotasCreateOrUpdateResponse, GroupQuotasUpdateOptionalParams, GroupQuotasUpdateResponse, GroupQuotasGetOptionalParams, GroupQuotasGetResponse, GroupQuotasDeleteOptionalParams, GroupQuotasDeleteResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a GroupQuotas. */
|
|
5
|
-
export interface GroupQuotas {
|
|
6
|
-
/**
|
|
7
|
-
* Lists GroupQuotas for the scope passed. It will return the GroupQuotas QuotaEntity properties
|
|
8
|
-
* only.The details on group quota can be access from the group quota APIs.
|
|
9
|
-
* @param managementGroupId Management Group Id.
|
|
10
|
-
* @param options The options parameters.
|
|
11
|
-
*/
|
|
12
|
-
list(managementGroupId: string, options?: GroupQuotasListOptionalParams): PagedAsyncIterableIterator<GroupQuotasEntity>;
|
|
13
|
-
/**
|
|
14
|
-
* Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
|
|
15
|
-
* status can be polled periodically. The status Async polling is using standards defined at -
|
|
16
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
|
|
17
|
-
* Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
|
|
18
|
-
* in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
|
|
19
|
-
* will change to Get URI and full details can be checked.
|
|
20
|
-
* @param managementGroupId Management Group Id.
|
|
21
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
22
|
-
* tenantId/MgId.
|
|
23
|
-
* @param options The options parameters.
|
|
24
|
-
*/
|
|
25
|
-
beginCreateOrUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasCreateOrUpdateResponse>, GroupQuotasCreateOrUpdateResponse>>;
|
|
26
|
-
/**
|
|
27
|
-
* Creates a new GroupQuota for the name passed. A RequestId will be returned by the Service. The
|
|
28
|
-
* status can be polled periodically. The status Async polling is using standards defined at -
|
|
29
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
|
|
30
|
-
* Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
|
|
31
|
-
* in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
|
|
32
|
-
* will change to Get URI and full details can be checked.
|
|
33
|
-
* @param managementGroupId Management Group Id.
|
|
34
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
35
|
-
* tenantId/MgId.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
beginCreateOrUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasCreateOrUpdateOptionalParams): Promise<GroupQuotasCreateOrUpdateResponse>;
|
|
39
|
-
/**
|
|
40
|
-
* Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
|
|
41
|
-
* Service. The status can be polled periodically. The status Async polling is using standards defined
|
|
42
|
-
* at -
|
|
43
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
|
|
44
|
-
* Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
|
|
45
|
-
* in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
|
|
46
|
-
* will change to Get URI and full details can be checked.
|
|
47
|
-
* Any change in the filters will be applicable to the future quota assignments, existing quota
|
|
48
|
-
* allocated to subscriptions from the GroupQuotas remains unchanged.
|
|
49
|
-
* @param managementGroupId Management Group Id.
|
|
50
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
51
|
-
* tenantId/MgId.
|
|
52
|
-
* @param options The options parameters.
|
|
53
|
-
*/
|
|
54
|
-
beginUpdate(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasUpdateResponse>, GroupQuotasUpdateResponse>>;
|
|
55
|
-
/**
|
|
56
|
-
* Updates the GroupQuotas for the name passed. A GroupQuotas RequestId will be returned by the
|
|
57
|
-
* Service. The status can be polled periodically. The status Async polling is using standards defined
|
|
58
|
-
* at -
|
|
59
|
-
* https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#asynchronous-operations.
|
|
60
|
-
* Use the OperationsStatus URI provided in Azure-AsyncOperation header, the duration will be specified
|
|
61
|
-
* in retry-after header. Once the operation gets to terminal state - Succeeded | Failed, then the URI
|
|
62
|
-
* will change to Get URI and full details can be checked.
|
|
63
|
-
* Any change in the filters will be applicable to the future quota assignments, existing quota
|
|
64
|
-
* allocated to subscriptions from the GroupQuotas remains unchanged.
|
|
65
|
-
* @param managementGroupId Management Group Id.
|
|
66
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
67
|
-
* tenantId/MgId.
|
|
68
|
-
* @param options The options parameters.
|
|
69
|
-
*/
|
|
70
|
-
beginUpdateAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasUpdateOptionalParams): Promise<GroupQuotasUpdateResponse>;
|
|
71
|
-
/**
|
|
72
|
-
* Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The
|
|
73
|
-
* details on group quota can be access from the group quota APIs.
|
|
74
|
-
* @param managementGroupId Management Group Id.
|
|
75
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
76
|
-
* tenantId/MgId.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
get(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasGetOptionalParams): Promise<GroupQuotasGetResponse>;
|
|
80
|
-
/**
|
|
81
|
-
* Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
|
|
82
|
-
* lost.
|
|
83
|
-
* @param managementGroupId Management Group Id.
|
|
84
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
85
|
-
* tenantId/MgId.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
beginDelete(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GroupQuotasDeleteResponse>, GroupQuotasDeleteResponse>>;
|
|
89
|
-
/**
|
|
90
|
-
* Deletes the GroupQuotas for the name passed. All the remaining shareQuota in the GroupQuotas will be
|
|
91
|
-
* lost.
|
|
92
|
-
* @param managementGroupId Management Group Id.
|
|
93
|
-
* @param groupQuotaName The GroupQuota name. The name should be unique for the provided context
|
|
94
|
-
* tenantId/MgId.
|
|
95
|
-
* @param options The options parameters.
|
|
96
|
-
*/
|
|
97
|
-
beginDeleteAndWait(managementGroupId: string, groupQuotaName: string, options?: GroupQuotasDeleteOptionalParams): Promise<GroupQuotasDeleteResponse>;
|
|
98
|
-
}
|
|
99
|
-
//# sourceMappingURL=groupQuotas.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"groupQuotas.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/groupQuotas.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,iBAAiB,EACjB,6BAA6B,EAC7B,uCAAuC,EACvC,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,EACzB,4BAA4B,EAC5B,sBAAsB,EACtB,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6BAA6B,GACtC,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IACjD;;;;;;;;;;;OAWG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,iCAAiC,CAAC,EACjD,iCAAiC,CAClC,CACF,CAAC;IACF;;;;;;;;;;;OAWG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;;;;;;;OAcG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yBAAyB,CAAC,EACzC,yBAAyB,CAC1B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvC"}
|