@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,74 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
/** Known values of {@link RequestState} that the service accepts. */
|
|
9
|
-
export var KnownRequestState;
|
|
10
|
-
(function (KnownRequestState) {
|
|
11
|
-
/** Accepted */
|
|
12
|
-
KnownRequestState["Accepted"] = "Accepted";
|
|
13
|
-
/** Created */
|
|
14
|
-
KnownRequestState["Created"] = "Created";
|
|
15
|
-
/** Invalid */
|
|
16
|
-
KnownRequestState["Invalid"] = "Invalid";
|
|
17
|
-
/** Succeeded */
|
|
18
|
-
KnownRequestState["Succeeded"] = "Succeeded";
|
|
19
|
-
/** Failed */
|
|
20
|
-
KnownRequestState["Failed"] = "Failed";
|
|
21
|
-
/** InProgress */
|
|
22
|
-
KnownRequestState["InProgress"] = "InProgress";
|
|
23
|
-
/** Canceled */
|
|
24
|
-
KnownRequestState["Canceled"] = "Canceled";
|
|
25
|
-
})(KnownRequestState || (KnownRequestState = {}));
|
|
26
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
27
|
-
export var KnownCreatedByType;
|
|
28
|
-
(function (KnownCreatedByType) {
|
|
29
|
-
/** User */
|
|
30
|
-
KnownCreatedByType["User"] = "User";
|
|
31
|
-
/** Application */
|
|
32
|
-
KnownCreatedByType["Application"] = "Application";
|
|
33
|
-
/** ManagedIdentity */
|
|
34
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
35
|
-
/** Key */
|
|
36
|
-
KnownCreatedByType["Key"] = "Key";
|
|
37
|
-
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
38
|
-
/** Known values of {@link UsagesTypes} that the service accepts. */
|
|
39
|
-
export var KnownUsagesTypes;
|
|
40
|
-
(function (KnownUsagesTypes) {
|
|
41
|
-
/** Individual */
|
|
42
|
-
KnownUsagesTypes["Individual"] = "Individual";
|
|
43
|
-
/** Combined */
|
|
44
|
-
KnownUsagesTypes["Combined"] = "Combined";
|
|
45
|
-
})(KnownUsagesTypes || (KnownUsagesTypes = {}));
|
|
46
|
-
/** Known values of {@link LimitType} that the service accepts. */
|
|
47
|
-
export var KnownLimitType;
|
|
48
|
-
(function (KnownLimitType) {
|
|
49
|
-
/** LimitValue */
|
|
50
|
-
KnownLimitType["LimitValue"] = "LimitValue";
|
|
51
|
-
})(KnownLimitType || (KnownLimitType = {}));
|
|
52
|
-
/** Known values of {@link QuotaRequestState} that the service accepts. */
|
|
53
|
-
export var KnownQuotaRequestState;
|
|
54
|
-
(function (KnownQuotaRequestState) {
|
|
55
|
-
/** Accepted */
|
|
56
|
-
KnownQuotaRequestState["Accepted"] = "Accepted";
|
|
57
|
-
/** Invalid */
|
|
58
|
-
KnownQuotaRequestState["Invalid"] = "Invalid";
|
|
59
|
-
/** Succeeded */
|
|
60
|
-
KnownQuotaRequestState["Succeeded"] = "Succeeded";
|
|
61
|
-
/** Failed */
|
|
62
|
-
KnownQuotaRequestState["Failed"] = "Failed";
|
|
63
|
-
/** InProgress */
|
|
64
|
-
KnownQuotaRequestState["InProgress"] = "InProgress";
|
|
65
|
-
})(KnownQuotaRequestState || (KnownQuotaRequestState = {}));
|
|
66
|
-
/** Known values of {@link QuotaLimitTypes} that the service accepts. */
|
|
67
|
-
export var KnownQuotaLimitTypes;
|
|
68
|
-
(function (KnownQuotaLimitTypes) {
|
|
69
|
-
/** Independent */
|
|
70
|
-
KnownQuotaLimitTypes["Independent"] = "Independent";
|
|
71
|
-
/** Shared */
|
|
72
|
-
KnownQuotaLimitTypes["Shared"] = "Shared";
|
|
73
|
-
})(KnownQuotaLimitTypes || (KnownQuotaLimitTypes = {}));
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { KnownQuotaRequestState, KnownLimitType, KnownQuotaLimitTypes, KnownCreatedByType, KnownGroupType, KnownRequestState, KnownEnforcementState, KnownUsagesTypes, KnownVersions, } from "./models.js";
|
|
74
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2uCH,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAeX;AAfD,WAAY,iBAAiB;IAC3B,eAAe;IACf,0CAAqB,CAAA;IACrB,cAAc;IACd,wCAAmB,CAAA;IACnB,cAAc;IACd,wCAAmB,CAAA;IACnB,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,aAAa;IACb,sCAAiB,CAAA;IACjB,iBAAiB;IACjB,8CAAyB,CAAA;IACzB,eAAe;IACf,0CAAqB,CAAA;AACvB,CAAC,EAfW,iBAAiB,KAAjB,iBAAiB,QAe5B;AAiBD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,iBAAiB;IACjB,6CAAyB,CAAA;IACzB,eAAe;IACf,yCAAqB,CAAA;AACvB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B;AAYD,kEAAkE;AAClE,MAAM,CAAN,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,iBAAiB;IACjB,2CAAyB,CAAA;AAC3B,CAAC,EAHW,cAAc,KAAd,cAAc,QAGzB;AAWD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAWX;AAXD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,iBAAiB;IACjB,mDAAyB,CAAA;AAC3B,CAAC,EAXW,sBAAsB,KAAtB,sBAAsB,QAWjC;AAeD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,kBAAkB;IAClB,mDAA2B,CAAA;IAC3B,aAAa;IACb,yCAAiB,CAAA;AACnB,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B","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 * as coreClient from \"@azure/core-client\";\n\nexport type LimitJsonObjectUnion = LimitJsonObject | LimitObject;\n\n/** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */\nexport interface GroupQuotasEntityBase {\n /** Display name of the GroupQuota entity. */\n displayName?: string;\n /**\n * Provisioning state of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport interface LROResponseProperties {\n /**\n * Request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */\nexport interface GroupQuotasEntityBasePatch {\n /** Display name of the GroupQuota entity. */\n displayName?: string;\n /**\n * Provisioning state of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n}\n\n/** List of Group Quotas at MG level. */\nexport interface GroupQuotaList {\n /** List of Group Quotas at MG level. */\n value?: GroupQuotasEntity[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface GroupQuotaSubscriptionIdProperties {\n /** An Azure subscriptionId. */\n subscriptionId?: string;\n /**\n * Status of this subscriptionId being associated with the GroupQuotasEntity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n}\n\n/** List of GroupQuotaSubscriptionIds */\nexport interface GroupQuotaSubscriptionIdList {\n /** List of GroupQuotaSubscriptionIds */\n value?: GroupQuotaSubscriptionId[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** List of GroupQuotaSubscriptionRequests Status */\nexport interface GroupQuotaSubscriptionRequestStatusList {\n /** List of GroupQuotaSubscriptionRequests Status */\n value?: GroupQuotaSubscriptionRequestStatus[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface GroupQuotaSubscriptionRequestStatusProperties {\n /** The subscription Id */\n subscriptionId?: string;\n /** The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ */\n requestSubmitTime?: Date;\n /**\n * Status of this subscriptionId being associated with the GroupQuotasEntity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n}\n\nexport interface GroupQuotaLimitListProperties {\n /**\n * Request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n /** List of Group Quota Limit details. */\n value?: GroupQuotaLimit[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Group Quota limit. */\nexport interface GroupQuotaLimit {\n /** Group Quota properties for the specified resource. */\n properties?: GroupQuotaLimitProperties;\n}\n\n/** Group Quota details. */\nexport interface GroupQuotaDetails {\n /** The resource name, such as SKU name. */\n resourceName?: string;\n /** The current Group Quota Limit at the parentId level. */\n limit?: number;\n /** Any comment related to quota request. */\n comment?: string;\n /**\n * The usages units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: GroupQuotaDetailsName;\n /**\n * The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableLimit?: number;\n /**\n * Quota allocated to subscriptions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList;\n}\n\n/** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */\nexport interface GroupQuotaDetailsName {\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Resource display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localizedValue?: string;\n}\n\n/** Quota allocated to subscriptions */\nexport interface AllocatedQuotaToSubscriptionList {\n /** List of Group Quota Limit allocated to subscriptions. */\n value?: AllocatedToSubscription[];\n}\n\n/** SubscriptionIds and quota allocated to subscriptions from the GroupQuota. */\nexport interface AllocatedToSubscription {\n /** An Azure subscriptionId. */\n subscriptionId?: string;\n /** The amount of quota allocated to this subscriptionId from the GroupQuotasEntity. */\n quotaAllocated?: number;\n}\n\nexport interface SubmittedResourceRequestStatusProperties {\n /** Requested Resource. */\n requestedResource?: GroupQuotaRequestBase;\n /**\n * The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestSubmitTime?: Date;\n /**\n * Request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n /**\n * Details of the failure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly faultCode?: string;\n}\n\n/** The new GroupQuota limit requested. */\nexport interface GroupQuotaRequestBase {\n properties?: GroupQuotaRequestBaseProperties;\n}\n\nexport interface GroupQuotaRequestBaseProperties {\n /** The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota. */\n limit?: number;\n /**\n * Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: GroupQuotaRequestBasePropertiesName;\n /** Location/Azure region for the quota requested for resource. */\n region?: string;\n /** GroupQuota Request comments and details for request. This is optional paramter to provide more details related to the requested resource. */\n comments?: string;\n}\n\n/** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */\nexport interface GroupQuotaRequestBasePropertiesName {\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Resource display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localizedValue?: string;\n}\n\n/** Share Quota Entity list. */\nexport interface SubmittedResourceRequestStatusList {\n /** Subscription groupQuotaRequests list. */\n value?: SubmittedResourceRequestStatus[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\nexport interface SubscriptionQuotaAllocationsListProperties {\n /**\n * Request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n /** Subscription quota list. */\n value?: SubscriptionQuotaAllocations[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Quota allocated to a subscription for the specific Resource Provider, Location, ResourceName. This will include the GroupQuota and total quota allocated to the subscription. Only the Group quota allocated to the subscription can be allocated back to the MG Group Quota. */\nexport interface SubscriptionQuotaAllocations {\n /** Quota properties for the specified resource. */\n properties?: SubscriptionQuotaAllocationsProperties;\n}\n\n/** Subscription Quota details. */\nexport interface SubscriptionQuotaDetails {\n /** The resource name, such as SKU name. */\n resourceName?: string;\n /** The total quota limit for the subscription. */\n limit?: number;\n /**\n * The shareable quota for the subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly shareableQuota?: number;\n /**\n * Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: SubscriptionQuotaDetailsName;\n}\n\n/** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */\nexport interface SubscriptionQuotaDetailsName {\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Resource display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localizedValue?: string;\n}\n\nexport interface QuotaAllocationRequestStatusProperties {\n /** The new quota request allocated to subscription. */\n requestedResource?: QuotaAllocationRequestBase;\n /**\n * The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestSubmitTime?: Date;\n /**\n * Request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: RequestState;\n /**\n * Details of the failure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly faultCode?: string;\n}\n\n/** The new quota request allocated to subscription. */\nexport interface QuotaAllocationRequestBase {\n properties?: QuotaAllocationRequestBaseProperties;\n}\n\nexport interface QuotaAllocationRequestBaseProperties {\n /** The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota. */\n limit?: number;\n /**\n * Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: QuotaAllocationRequestBasePropertiesName;\n /** The location for which the subscription is allocated */\n region?: string;\n}\n\n/** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */\nexport interface QuotaAllocationRequestBasePropertiesName {\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n /**\n * Resource display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localizedValue?: string;\n}\n\n/** List of QuotaAllocation Request Status */\nexport interface QuotaAllocationRequestStatusList {\n /** List of QuotaAllocation Request Status */\n value?: QuotaAllocationRequestStatus[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Resource usage. */\nexport interface CurrentUsagesBase {\n /**\n * The resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Usage properties for the specified resource. */\n properties?: UsagesProperties;\n}\n\n/** Usage properties for the specified resource. */\nexport interface UsagesProperties {\n /** The quota limit properties for this resource. */\n usages?: UsagesObject;\n /**\n * The units for the quota usage, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /** Resource name provided by the resource provider. Use this property name when requesting quota. */\n name?: ResourceName;\n /** The name of the resource type. Optional field. */\n resourceType?: string;\n /**\n * The time period for the summary of the quota usage values. For example:\n * *P1D (per one day)\n * *PT1M (per one minute)\n * *PT1S (per one second).\n * This parameter is optional because it is not relevant for all resources such as compute.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaPeriod?: string;\n /**\n * States if quota can be requested for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isQuotaApplicable?: boolean;\n /** Additional properties for the specific resource provider. */\n properties?: Record<string, unknown>;\n}\n\n/** The resource usages value. */\nexport interface UsagesObject {\n /** The usages value. */\n value: number;\n /** The quota or usages limit types. */\n usagesType?: UsagesTypes;\n}\n\n/** Name of the resource provided by the resource Provider. When requesting quota, use this property name. */\nexport interface ResourceName {\n /** Resource name. */\n value?: string;\n /**\n * Resource display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localizedValue?: string;\n}\n\n/** Error. */\nexport interface ExceptionResponse {\n /** API error details. */\n error?: ServiceError;\n}\n\n/** API error details. */\nexport interface ServiceError {\n /** Error code. */\n code?: string;\n /** Error message. */\n message?: string;\n /**\n * List of error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ServiceErrorDetail[];\n}\n\n/** Error details. */\nexport interface ServiceErrorDetail {\n /**\n * Error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** Quota limits. */\nexport interface UsagesLimits {\n /** List of quota limits. */\n value?: CurrentUsagesBase[];\n /** The URI used to fetch the next page of quota limits. When there are no more pages, this is null. */\n nextLink?: string;\n}\n\n/** Quota limit. */\nexport interface CurrentQuotaLimitBase {\n /**\n * The resource ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Quota properties for the specified resource, based on the API called, Quotas or Usages. */\n properties?: QuotaProperties;\n}\n\n/** Quota properties for the specified resource. */\nexport interface QuotaProperties {\n /** Resource quota limit properties. */\n limit?: LimitJsonObjectUnion;\n /**\n * The quota units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /** Resource name provided by the resource provider. Use this property name when requesting quota. */\n name?: ResourceName;\n /** The name of the resource type. Optional field. */\n resourceType?: string;\n /**\n * The time period over which the quota usage values are summarized. For example:\n * *P1D (per one day)\n * *PT1M (per one minute)\n * *PT1S (per one second).\n * This parameter is optional because, for some resources like compute, the period is irrelevant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaPeriod?: string;\n /**\n * States if quota can be requested for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isQuotaApplicable?: boolean;\n /** Additional properties for the specific resource provider. */\n properties?: Record<string, unknown>;\n}\n\n/** LimitJson abstract class. */\nexport interface LimitJsonObject {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n limitObjectType: \"LimitValue\";\n}\n\n/** Quota limits. */\nexport interface QuotaLimits {\n /** List of quota limits. */\n value?: CurrentQuotaLimitBase[];\n /** The URI used to fetch the next page of quota limits. When there are no more pages, this string is null. */\n nextLink?: string;\n}\n\n/** List of quota requests with details. */\nexport interface QuotaRequestDetails {\n /**\n * Quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Quota request name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type. \"Microsoft.Quota/quotas\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Quota request details. */\n properties?: QuotaRequestProperties;\n}\n\n/** Quota request properties. */\nexport interface QuotaRequestProperties {\n /**\n * The quota request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: QuotaRequestState;\n /**\n * User-friendly status message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Error details of the quota request. */\n error?: ServiceErrorDetail;\n /**\n * The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestSubmitTime?: Date;\n /** Quota request details. */\n value?: SubRequest[];\n}\n\n/** Request property. */\nexport interface SubRequest {\n /** Resource name. */\n name?: ResourceName;\n /**\n * Resource type for which the quota properties were requested.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /** Quota limit units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. */\n unit?: string;\n /**\n * The quota request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: QuotaRequestState;\n /**\n * User-friendly status message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subRequestId?: string;\n /** Resource quota limit properties. */\n limit?: LimitJsonObjectUnion;\n}\n\n/** Quota request information. */\nexport interface QuotaRequestDetailsList {\n /** Quota request details. */\n value?: QuotaRequestDetails[];\n /** The URI for fetching the next page of quota limits. When there are no more pages, this string is null. */\n nextLink?: string;\n}\n\nexport interface OperationList {\n value?: OperationResponse[];\n /** URL to get the next page of items. */\n nextLink?: string;\n}\n\nexport interface OperationResponse {\n name?: string;\n display?: OperationDisplay;\n origin?: string;\n}\n\nexport interface OperationDisplay {\n /** Provider name. */\n provider?: string;\n /** Resource name. */\n resource?: string;\n /** Operation name. */\n operation?: string;\n /** Operation description. */\n description?: string;\n}\n\n/** List of Allocated Group Quota to the subscriptions. */\nexport interface SubscriptionQuotaAllocationRequestList {\n /** Allocated Group Quota to subscriptions. */\n value?: QuotaAllocationRequestStatus[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** MGId the source of group quota. */\nexport interface SubscriptionGroupQuotaAssignment {\n /** The group quota id of the quota source. */\n groupQuotaId?: string;\n /** The amount of quota allocated to this subscriptionId from the quota source. */\n quotaAllocated?: number;\n}\n\n/** Subscription quota allocation requests status list. */\nexport interface SubscriptionQuotaAllocationsStatusList {\n /** Subscription quota allocation status list. */\n value?: SubmittedResourceRequestStatus[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Resource definition with the requested quota. */\nexport interface ResourceBaseRequest {\n /**\n * The resource name, such as SKU name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceName?: string;\n /** Quota requested for the resource. */\n limit?: number;\n /**\n * Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. Based on - https://armwiki.azurewebsites.net/api_contracts/UsagesAPIContract.html?q=usages . Different RPs may have different units, Count, type as int64 should work for most of the integer values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n}\n\n/** List of resource usages and quotas for GroupQuota. */\nexport interface ResourceUsageList {\n /** List of resource usages at Group Quotas. */\n value?: ResourceUsages[];\n /**\n * The URL to use for getting the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Resource details with usages and GroupQuota. */\nexport interface GroupQuotaUsagesBase {\n /** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */\n name?: GroupQuotaUsagesBaseName;\n /** Quota/limits for the resource. */\n limit?: number;\n /** Usages for the resource. */\n usages?: number;\n /**\n * Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. Based on - https://armwiki.azurewebsites.net/api_contracts/UsagesAPIContract.html?q=usages . Different RPs may have different units, Count, type as int64 should work for most of the integer values.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n}\n\n/** Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response. */\nexport interface GroupQuotaUsagesBaseName {\n /** Resource name. */\n value?: string;\n /**\n * Resource display name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localizedValue?: string;\n}\n\n/** Resource properties. */\nexport interface CommonResourceProperties {\n /**\n * Resource ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type. Example: \"Microsoft.Quota/quotas\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Quota limits request response. */\nexport interface QuotaLimitsResponse {\n /** List of quota limits with the quota request status. */\n value?: CurrentQuotaLimitBase[];\n /** The URI used to fetch the next page of quota limits. When there are no more pages, this is null. */\n nextLink?: string;\n}\n\n/** Quota change requests information. */\nexport interface CreateGenericQuotaRequestParameters {\n /** Quota change requests. */\n value?: CurrentQuotaLimitBase[];\n}\n\n/** Quota request response. */\nexport interface QuotaRequestOneResourceSubmitResponse {\n /**\n * Quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the quota request.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type. \"Microsoft.Quota/ServiceLimitRequests\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Quota request details. */\n properties?: QuotaRequestOneResourceProperties;\n}\n\n/** Quota request. */\nexport interface QuotaRequestOneResourceProperties {\n /**\n * Quota request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: QuotaRequestState;\n /**\n * User-friendly status message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Quota request submission time. The date conforms to the following ISO 8601 standard format: yyyy-MM-ddTHH:mm:ssZ.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requestSubmitTime?: Date;\n /** Resource quota limit properties. */\n limit?: LimitObject;\n /**\n * Usage information for the current resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentValue?: number;\n /** The quota limit units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. */\n unit?: string;\n /** Resource name provided by the resource provider. Use this property name when requesting quota. */\n name?: ResourceName;\n /** The name of the resource type. Optional field. */\n resourceType?: string;\n /**\n * The time period over which the quota usage values are summarized. For example:\n * *P1D (per one day)\n * *PT1M (per one minute)\n * *PT1S (per one second).\n * This parameter is optional because, for some resources like compute, the period is irrelevant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaPeriod?: string;\n /**\n * States if quota can be requested for this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isQuotaApplicable?: boolean;\n /** Error details of the quota request. */\n error?: ServiceErrorDetail;\n /** Additional properties for the specific resource provider. */\n properties?: Record<string, unknown>;\n}\n\n/** Quota request response. */\nexport interface QuotaRequestSubmitResponse {\n /**\n * Quota request ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Quota request name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Quota request details. */\n properties?: QuotaRequestProperties;\n /**\n * Resource type. \"Microsoft.Quota/quotas\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The quota request response with the quota request ID. */\nexport interface QuotaRequestSubmitResponse202 {\n /**\n * The quota request ID. To check the request status, use the **id** value in a [Quota Request Status](https://docs.microsoft.com/en-us/rest/api/reserved-vm-instances/quotarequeststatus/get) GET operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Operation ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** Quota request status. */\n properties?: QuotaRequestStatusDetails;\n}\n\n/** Quota request status details. */\nexport interface QuotaRequestStatusDetails {\n /**\n * Quota request status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: QuotaRequestState;\n /**\n * User-friendly message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Resource quota limit properties. */\n limit?: LimitObject;\n /** The quota limit units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation. */\n unit?: string;\n /** Resource name provided by the resource provider. Use this property name when requesting quota. */\n name?: ResourceName;\n /** The name of the resource type. Optional field. */\n resourceType?: string;\n /**\n * The time period over which the quota usage values are summarized. For example:\n * *P1D (per one day)\n * *PT1M (per one minute)\n * *PT1S (per one second).\n * This parameter is optional because, for some resources like compute, the period is irrelevant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quotaPeriod?: string;\n /** Additional properties for the specific resource provider. */\n properties?: Record<string, unknown>;\n}\n\n/** Properties */\nexport interface GroupQuotasEntityProperties extends GroupQuotasEntityBase {}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Properties */\nexport interface GroupQuotasEntityPatchProperties\n extends GroupQuotasEntityBasePatch {}\n\n/** Group Quota properties for the specified resource. */\nexport interface GroupQuotaLimitProperties extends GroupQuotaDetails {}\n\n/** Quota properties for the specified resource. */\nexport interface SubscriptionQuotaAllocationsProperties\n extends SubscriptionQuotaDetails {}\n\n/** The resource quota limit value. */\nexport interface LimitObject extends LimitJsonObject {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n limitObjectType: \"LimitValue\";\n /** The quota/limit value */\n value: number;\n /** The quota or usages limit types. */\n limitType?: QuotaLimitTypes;\n}\n\n/** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */\nexport interface GroupQuotasEntity extends ProxyResource {\n /** Properties */\n properties?: GroupQuotasEntityProperties;\n}\n\n/** The provisioning state for the operation. */\nexport interface LROResponse extends ProxyResource {\n properties?: LROResponseProperties;\n}\n\n/** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */\nexport interface GroupQuotasEntityPatch extends ProxyResource {\n /** Properties */\n properties?: GroupQuotasEntityPatchProperties;\n}\n\n/** This represents a Azure subscriptionId that is associated with a GroupQuotasEntity. */\nexport interface GroupQuotaSubscriptionId extends ProxyResource {\n properties?: GroupQuotaSubscriptionIdProperties;\n}\n\n/** The new quota limit request status. */\nexport interface GroupQuotaSubscriptionRequestStatus extends ProxyResource {\n properties?: GroupQuotaSubscriptionRequestStatusProperties;\n}\n\n/** List of Group Quota Limit details. */\nexport interface GroupQuotaLimitList extends ProxyResource {\n properties?: GroupQuotaLimitListProperties;\n}\n\n/** Status of a single GroupQuota request. */\nexport interface SubmittedResourceRequestStatus extends ProxyResource {\n properties?: SubmittedResourceRequestStatusProperties;\n}\n\n/** Subscription quota list. */\nexport interface SubscriptionQuotaAllocationsList extends ProxyResource {\n properties?: SubscriptionQuotaAllocationsListProperties;\n}\n\n/** The subscription quota allocation status. */\nexport interface QuotaAllocationRequestStatus extends ProxyResource {\n properties?: QuotaAllocationRequestStatusProperties;\n}\n\n/** Resource details with usages and GroupQuota. */\nexport interface ResourceUsages extends ProxyResource {\n /** Resource details with usages and GroupQuota. */\n properties?: GroupQuotaUsagesBase;\n}\n\n/** Defines headers for GroupQuotas_createOrUpdate operation. */\nexport interface GroupQuotasCreateOrUpdateHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /**\n * URL for determining when an operation has completed. Send a GET request to the URL in Location header.\n * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo\n */\n location?: string;\n /**\n * URL for checking the ongoing status of the operation.\n * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations\n */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for GroupQuotas_update operation. */\nexport interface GroupQuotasUpdateHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /**\n * URL for determining when an operation has completed. Send a GET request to the URL in Location header.\n * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers\n */\n location?: string;\n /**\n * URL for checking the ongoing status of the operation.\n * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations\n */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for GroupQuotas_delete operation. */\nexport interface GroupQuotasDeleteHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /**\n * URL for determining when an operation has completed. Send a GET request to the URL in Location header.\n * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers\n */\n location?: string;\n /**\n * URL for checking the ongoing status of the operation.\n * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations\n */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for GroupQuotaSubscriptions_createOrUpdate operation. */\nexport interface GroupQuotaSubscriptionsCreateOrUpdateHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /**\n * URL for determining when an operation has completed. Send a GET request to the URL in Location header.\n * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo\n */\n location?: string;\n /**\n * URL for checking the ongoing status of the operation.\n * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations\n */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for GroupQuotaSubscriptions_update operation. */\nexport interface GroupQuotaSubscriptionsUpdateHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /**\n * URL for determining when an operation has completed. Send a GET request to the URL in Location header.\n * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers\n */\n location?: string;\n /**\n * URL for checking the ongoing status of the operation.\n * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations\n */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for GroupQuotaSubscriptions_delete operation. */\nexport interface GroupQuotaSubscriptionsDeleteHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /**\n * URL for determining when an operation has completed. Send a GET request to the URL in Location header.\n * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers\n */\n location?: string;\n /**\n * URL for checking the ongoing status of the operation.\n * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations\n */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for GroupQuotaLimitsRequest_update operation. */\nexport interface GroupQuotaLimitsRequestUpdateHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /**\n * URL for determining when an operation has completed. Send a GET request to the URL in Location header.\n * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers. New guidelines - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo\n */\n location?: string;\n /**\n * URL for checking the ongoing status of the operation.\n * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations\n */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for GroupQuotaSubscriptionAllocationRequest_update operation. */\nexport interface GroupQuotaSubscriptionAllocationRequestUpdateHeaders {\n /** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */\n retryAfter?: number;\n /**\n * URL for determining when an operation has completed. Send a GET request to the URL in Location header.\n * The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers\n */\n location?: string;\n /**\n * URL for checking the ongoing status of the operation.\n * To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.\n *\n * For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations\n */\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Usages_get operation. */\nexport interface UsagesGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Usages_list operation. */\nexport interface UsagesListHeaders {\n /** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Usages_listNext operation. */\nexport interface UsagesListNextHeaders {\n /** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Quota_get operation. */\nexport interface QuotaGetHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Quota_list operation. */\nexport interface QuotaListHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Defines headers for Quota_listNext operation. */\nexport interface QuotaListNextHeaders {\n /** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */\n eTag?: string;\n}\n\n/** Known values of {@link RequestState} that the service accepts. */\nexport enum KnownRequestState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Created */\n Created = \"Created\",\n /** Invalid */\n Invalid = \"Invalid\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for RequestState. \\\n * {@link KnownRequestState} can be used interchangeably with RequestState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Created** \\\n * **Invalid** \\\n * **Succeeded** \\\n * **Failed** \\\n * **InProgress** \\\n * **Canceled**\n */\nexport type RequestState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link UsagesTypes} that the service accepts. */\nexport enum KnownUsagesTypes {\n /** Individual */\n Individual = \"Individual\",\n /** Combined */\n Combined = \"Combined\",\n}\n\n/**\n * Defines values for UsagesTypes. \\\n * {@link KnownUsagesTypes} can be used interchangeably with UsagesTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Individual** \\\n * **Combined**\n */\nexport type UsagesTypes = string;\n\n/** Known values of {@link LimitType} that the service accepts. */\nexport enum KnownLimitType {\n /** LimitValue */\n LimitValue = \"LimitValue\",\n}\n\n/**\n * Defines values for LimitType. \\\n * {@link KnownLimitType} can be used interchangeably with LimitType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LimitValue**\n */\nexport type LimitType = string;\n\n/** Known values of {@link QuotaRequestState} that the service accepts. */\nexport enum KnownQuotaRequestState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Invalid */\n Invalid = \"Invalid\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** InProgress */\n InProgress = \"InProgress\",\n}\n\n/**\n * Defines values for QuotaRequestState. \\\n * {@link KnownQuotaRequestState} can be used interchangeably with QuotaRequestState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Invalid** \\\n * **Succeeded** \\\n * **Failed** \\\n * **InProgress**\n */\nexport type QuotaRequestState = string;\n\n/** Known values of {@link QuotaLimitTypes} that the service accepts. */\nexport enum KnownQuotaLimitTypes {\n /** Independent */\n Independent = \"Independent\",\n /** Shared */\n Shared = \"Shared\",\n}\n\n/**\n * Defines values for QuotaLimitTypes. \\\n * {@link KnownQuotaLimitTypes} can be used interchangeably with QuotaLimitTypes,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Independent** \\\n * **Shared**\n */\nexport type QuotaLimitTypes = string;\n\n/** Optional parameters. */\nexport interface GroupQuotasCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The GroupQuota body details for creation or update of a GroupQuota entity. */\n groupQuotaPutRequestBody?: GroupQuotasEntity;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GroupQuotasCreateOrUpdateResponse = GroupQuotasEntity;\n\n/** Optional parameters. */\nexport interface GroupQuotasUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The GroupQuotas Patch Request. */\n groupQuotasPatchRequestBody?: GroupQuotasEntityPatch;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type GroupQuotasUpdateResponse = GroupQuotasEntity;\n\n/** Optional parameters. */\nexport interface GroupQuotasGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GroupQuotasGetResponse = GroupQuotasEntity;\n\n/** Optional parameters. */\nexport interface GroupQuotasDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type GroupQuotasDeleteResponse = GroupQuotasDeleteHeaders;\n\n/** Optional parameters. */\nexport interface GroupQuotasListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GroupQuotasListResponse = GroupQuotaList;\n\n/** Optional parameters. */\nexport interface GroupQuotasListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GroupQuotasListNextResponse = GroupQuotaList;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type GroupQuotaSubscriptionsCreateOrUpdateResponse =\n GroupQuotaSubscriptionId;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type GroupQuotaSubscriptionsUpdateResponse = GroupQuotaSubscriptionId;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type GroupQuotaSubscriptionsDeleteResponse =\n GroupQuotaSubscriptionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GroupQuotaSubscriptionsGetResponse = GroupQuotaSubscriptionId;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GroupQuotaSubscriptionsListResponse = GroupQuotaSubscriptionIdList;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GroupQuotaSubscriptionsListNextResponse =\n GroupQuotaSubscriptionIdList;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionRequestsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GroupQuotaSubscriptionRequestsListResponse =\n GroupQuotaSubscriptionRequestStatusList;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionRequestsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GroupQuotaSubscriptionRequestsGetResponse =\n GroupQuotaSubscriptionRequestStatus;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionRequestsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GroupQuotaSubscriptionRequestsListNextResponse =\n GroupQuotaSubscriptionRequestStatusList;\n\n/** Optional parameters. */\nexport interface GroupQuotaLimitsRequestUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The GroupQuotaRequest body details for specific resourceProvider/location/resources. */\n groupQuotaRequest?: GroupQuotaLimitList;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type GroupQuotaLimitsRequestUpdateResponse = GroupQuotaLimitList;\n\n/** Optional parameters. */\nexport interface GroupQuotaLimitsRequestGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GroupQuotaLimitsRequestGetResponse = SubmittedResourceRequestStatus;\n\n/** Optional parameters. */\nexport interface GroupQuotaLimitsRequestListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GroupQuotaLimitsRequestListResponse =\n SubmittedResourceRequestStatusList;\n\n/** Optional parameters. */\nexport interface GroupQuotaLimitsRequestListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GroupQuotaLimitsRequestListNextResponse =\n SubmittedResourceRequestStatusList;\n\n/** Optional parameters. */\nexport interface GroupQuotaLimitsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GroupQuotaLimitsListResponse = GroupQuotaLimitList;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type GroupQuotaSubscriptionAllocationRequestUpdateResponse =\n SubscriptionQuotaAllocationsList;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionAllocationRequestGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GroupQuotaSubscriptionAllocationRequestGetResponse =\n QuotaAllocationRequestStatus;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionAllocationRequestListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GroupQuotaSubscriptionAllocationRequestListResponse =\n QuotaAllocationRequestStatusList;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionAllocationRequestListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type GroupQuotaSubscriptionAllocationRequestListNextResponse =\n QuotaAllocationRequestStatusList;\n\n/** Optional parameters. */\nexport interface GroupQuotaSubscriptionAllocationListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type GroupQuotaSubscriptionAllocationListResponse =\n SubscriptionQuotaAllocationsList;\n\n/** Optional parameters. */\nexport interface UsagesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type UsagesGetResponse = UsagesGetHeaders & CurrentUsagesBase;\n\n/** Optional parameters. */\nexport interface UsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type UsagesListResponse = UsagesListHeaders & UsagesLimits;\n\n/** Optional parameters. */\nexport interface UsagesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type UsagesListNextResponse = UsagesListNextHeaders & UsagesLimits;\n\n/** Optional parameters. */\nexport interface QuotaGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QuotaGetResponse = QuotaGetHeaders & CurrentQuotaLimitBase;\n\n/** Optional parameters. */\nexport interface QuotaCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase;\n\n/** Optional parameters. */\nexport interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type QuotaUpdateResponse = CurrentQuotaLimitBase;\n\n/** Optional parameters. */\nexport interface QuotaListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type QuotaListResponse = QuotaListHeaders & QuotaLimits;\n\n/** Optional parameters. */\nexport interface QuotaListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotaListNextResponse = QuotaListNextHeaders & QuotaLimits;\n\n/** Optional parameters. */\nexport interface QuotaRequestStatusGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QuotaRequestStatusGetResponse = QuotaRequestDetails;\n\n/** Optional parameters. */\nexport interface QuotaRequestStatusListOptionalParams\n extends coreClient.OperationOptions {\n /**\n * | Field | Supported operators\n * |---------------------|------------------------\n *\n * |requestSubmitTime | ge, le, eq, gt, lt\n * |provisioningState eq {QuotaRequestState}\n * |resourceName eq {resourceName}\n *\n */\n filter?: string;\n /** Number of records to return. */\n top?: number;\n /** The **Skiptoken** parameter is used only if a previous operation returned a partial result. If a previous response contains a **nextLink** element, its value includes a **skiptoken** parameter that specifies a starting point to use for subsequent calls. */\n skiptoken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type QuotaRequestStatusListResponse = QuotaRequestDetailsList;\n\n/** Optional parameters. */\nexport interface QuotaRequestStatusListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotaRequestStatusListNextResponse = QuotaRequestDetailsList;\n\n/** Optional parameters. */\nexport interface QuotaOperationListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type QuotaOperationListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface QuotaOperationListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotaOperationListNextResponse = OperationList;\n\n/** Optional parameters. */\nexport interface AzureQuotaExtensionAPIOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAQL,sBAAsB,EAMtB,cAAc,EAGd,oBAAoB,EAKpB,kBAAkB,EAKlB,cAAc,EAEd,iBAAiB,EA0CjB,qBAAqB,EAKrB,gBAAgB,EAIhB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n OperationResponse,\n OperationDisplay,\n ExceptionResponse,\n ServiceError,\n ServiceErrorDetail,\n QuotaRequestDetails,\n QuotaRequestProperties,\n KnownQuotaRequestState,\n QuotaRequestState,\n SubRequest,\n ResourceName,\n LimitJsonObject,\n LimitJsonObjectUnion,\n KnownLimitType,\n LimitType,\n LimitObject,\n KnownQuotaLimitTypes,\n QuotaLimitTypes,\n ExtensionResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n GroupQuotasEntity,\n GroupQuotasEntityProperties,\n GroupQuotasEntityBase,\n KnownGroupType,\n GroupType,\n KnownRequestState,\n RequestState,\n ProxyResource,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n GroupQuotasEntityPatch,\n GroupQuotasEntityPatchProperties,\n GroupQuotasEntityBasePatch,\n SubmittedResourceRequestStatus,\n SubmittedResourceRequestStatusProperties,\n GroupQuotaRequestBase,\n GroupQuotaRequestBaseProperties,\n GroupQuotaRequestBasePropertiesName,\n GroupQuotaLimitList,\n GroupQuotaLimitListProperties,\n GroupQuotaLimit,\n GroupQuotaLimitProperties,\n GroupQuotaDetails,\n GroupQuotaDetailsName,\n AllocatedQuotaToSubscriptionList,\n AllocatedToSubscription,\n ResourceUsages,\n GroupQuotaUsagesBase,\n GroupQuotaUsagesBaseName,\n GroupQuotaSubscriptionId,\n GroupQuotaSubscriptionIdProperties,\n GroupQuotaSubscriptionRequestStatus,\n GroupQuotaSubscriptionRequestStatusProperties,\n SubscriptionQuotaAllocationsList,\n SubscriptionQuotaAllocationsListProperties,\n SubscriptionQuotaAllocations,\n SubscriptionQuotaAllocationsProperties,\n SubscriptionQuotaDetails,\n SubscriptionQuotaDetailsName,\n QuotaAllocationRequestStatus,\n QuotaAllocationRequestStatusProperties,\n QuotaAllocationRequestBase,\n QuotaAllocationRequestBaseProperties,\n QuotaAllocationRequestBasePropertiesName,\n GroupQuotasEnforcementStatus,\n GroupQuotasEnforcementStatusProperties,\n KnownEnforcementState,\n EnforcementState,\n CurrentUsagesBase,\n UsagesProperties,\n UsagesObject,\n KnownUsagesTypes,\n UsagesTypes,\n CurrentQuotaLimitBase,\n QuotaProperties,\n KnownVersions,\n} from \"./models.js\";\n"]}
|