@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,1544 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export type LimitJsonObjectUnion = LimitJsonObject | LimitObject;
|
|
3
|
-
/** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
|
|
4
|
-
export interface GroupQuotasEntityBase {
|
|
5
|
-
/** Display name of the GroupQuota entity. */
|
|
6
|
-
displayName?: string;
|
|
7
|
-
/**
|
|
8
|
-
* Provisioning state of the operation.
|
|
9
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
10
|
-
*/
|
|
11
|
-
readonly provisioningState?: RequestState;
|
|
12
|
-
}
|
|
13
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
14
|
-
export interface Resource {
|
|
15
|
-
/**
|
|
16
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
17
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
18
|
-
*/
|
|
19
|
-
readonly id?: string;
|
|
20
|
-
/**
|
|
21
|
-
* The name of the resource
|
|
22
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
23
|
-
*/
|
|
24
|
-
readonly name?: string;
|
|
25
|
-
/**
|
|
26
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
27
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
28
|
-
*/
|
|
29
|
-
readonly type?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
32
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
33
|
-
*/
|
|
34
|
-
readonly systemData?: SystemData;
|
|
35
|
-
}
|
|
36
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
37
|
-
export interface SystemData {
|
|
38
|
-
/** The identity that created the resource. */
|
|
39
|
-
createdBy?: string;
|
|
40
|
-
/** The type of identity that created the resource. */
|
|
41
|
-
createdByType?: CreatedByType;
|
|
42
|
-
/** The timestamp of resource creation (UTC). */
|
|
43
|
-
createdAt?: Date;
|
|
44
|
-
/** The identity that last modified the resource. */
|
|
45
|
-
lastModifiedBy?: string;
|
|
46
|
-
/** The type of identity that last modified the resource. */
|
|
47
|
-
lastModifiedByType?: CreatedByType;
|
|
48
|
-
/** The timestamp of resource last modification (UTC) */
|
|
49
|
-
lastModifiedAt?: Date;
|
|
50
|
-
}
|
|
51
|
-
export interface LROResponseProperties {
|
|
52
|
-
/**
|
|
53
|
-
* Request status.
|
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
-
*/
|
|
56
|
-
readonly provisioningState?: RequestState;
|
|
57
|
-
}
|
|
58
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
59
|
-
export interface ErrorResponse {
|
|
60
|
-
/** The error object. */
|
|
61
|
-
error?: ErrorDetail;
|
|
62
|
-
}
|
|
63
|
-
/** The error detail. */
|
|
64
|
-
export interface ErrorDetail {
|
|
65
|
-
/**
|
|
66
|
-
* The error code.
|
|
67
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
-
*/
|
|
69
|
-
readonly code?: string;
|
|
70
|
-
/**
|
|
71
|
-
* The error message.
|
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
-
*/
|
|
74
|
-
readonly message?: string;
|
|
75
|
-
/**
|
|
76
|
-
* The error target.
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
79
|
-
readonly target?: string;
|
|
80
|
-
/**
|
|
81
|
-
* The error details.
|
|
82
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
-
*/
|
|
84
|
-
readonly details?: ErrorDetail[];
|
|
85
|
-
/**
|
|
86
|
-
* The error additional info.
|
|
87
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
-
*/
|
|
89
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
90
|
-
}
|
|
91
|
-
/** The resource management error additional info. */
|
|
92
|
-
export interface ErrorAdditionalInfo {
|
|
93
|
-
/**
|
|
94
|
-
* The additional info type.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly type?: string;
|
|
98
|
-
/**
|
|
99
|
-
* The additional info.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly info?: Record<string, unknown>;
|
|
103
|
-
}
|
|
104
|
-
/** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
|
|
105
|
-
export interface GroupQuotasEntityBasePatch {
|
|
106
|
-
/** Display name of the GroupQuota entity. */
|
|
107
|
-
displayName?: string;
|
|
108
|
-
/**
|
|
109
|
-
* Provisioning state of the operation.
|
|
110
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
111
|
-
*/
|
|
112
|
-
readonly provisioningState?: RequestState;
|
|
113
|
-
}
|
|
114
|
-
/** List of Group Quotas at MG level. */
|
|
115
|
-
export interface GroupQuotaList {
|
|
116
|
-
/** List of Group Quotas at MG level. */
|
|
117
|
-
value?: GroupQuotasEntity[];
|
|
118
|
-
/**
|
|
119
|
-
* The URL to use for getting the next set of results.
|
|
120
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
121
|
-
*/
|
|
122
|
-
readonly nextLink?: string;
|
|
123
|
-
}
|
|
124
|
-
export interface GroupQuotaSubscriptionIdProperties {
|
|
125
|
-
/** An Azure subscriptionId. */
|
|
126
|
-
subscriptionId?: string;
|
|
127
|
-
/**
|
|
128
|
-
* Status of this subscriptionId being associated with the GroupQuotasEntity.
|
|
129
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
|
-
*/
|
|
131
|
-
readonly provisioningState?: RequestState;
|
|
132
|
-
}
|
|
133
|
-
/** List of GroupQuotaSubscriptionIds */
|
|
134
|
-
export interface GroupQuotaSubscriptionIdList {
|
|
135
|
-
/** List of GroupQuotaSubscriptionIds */
|
|
136
|
-
value?: GroupQuotaSubscriptionId[];
|
|
137
|
-
/**
|
|
138
|
-
* The URL to use for getting the next set of results.
|
|
139
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
|
-
*/
|
|
141
|
-
readonly nextLink?: string;
|
|
142
|
-
}
|
|
143
|
-
/** List of GroupQuotaSubscriptionRequests Status */
|
|
144
|
-
export interface GroupQuotaSubscriptionRequestStatusList {
|
|
145
|
-
/** List of GroupQuotaSubscriptionRequests Status */
|
|
146
|
-
value?: GroupQuotaSubscriptionRequestStatus[];
|
|
147
|
-
/**
|
|
148
|
-
* The URL to use for getting the next set of results.
|
|
149
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
-
*/
|
|
151
|
-
readonly nextLink?: string;
|
|
152
|
-
}
|
|
153
|
-
export interface GroupQuotaSubscriptionRequestStatusProperties {
|
|
154
|
-
/** The subscription Id */
|
|
155
|
-
subscriptionId?: string;
|
|
156
|
-
/** The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ */
|
|
157
|
-
requestSubmitTime?: Date;
|
|
158
|
-
/**
|
|
159
|
-
* Status of this subscriptionId being associated with the GroupQuotasEntity.
|
|
160
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
-
*/
|
|
162
|
-
readonly provisioningState?: RequestState;
|
|
163
|
-
}
|
|
164
|
-
export interface GroupQuotaLimitListProperties {
|
|
165
|
-
/**
|
|
166
|
-
* Request status.
|
|
167
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
-
*/
|
|
169
|
-
readonly provisioningState?: RequestState;
|
|
170
|
-
/** List of Group Quota Limit details. */
|
|
171
|
-
value?: GroupQuotaLimit[];
|
|
172
|
-
/**
|
|
173
|
-
* The URL to use for getting the next set of results.
|
|
174
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
|
-
*/
|
|
176
|
-
readonly nextLink?: string;
|
|
177
|
-
}
|
|
178
|
-
/** Group Quota limit. */
|
|
179
|
-
export interface GroupQuotaLimit {
|
|
180
|
-
/** Group Quota properties for the specified resource. */
|
|
181
|
-
properties?: GroupQuotaLimitProperties;
|
|
182
|
-
}
|
|
183
|
-
/** Group Quota details. */
|
|
184
|
-
export interface GroupQuotaDetails {
|
|
185
|
-
/** The resource name, such as SKU name. */
|
|
186
|
-
resourceName?: string;
|
|
187
|
-
/** The current Group Quota Limit at the parentId level. */
|
|
188
|
-
limit?: number;
|
|
189
|
-
/** Any comment related to quota request. */
|
|
190
|
-
comment?: string;
|
|
191
|
-
/**
|
|
192
|
-
* 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.
|
|
193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
-
*/
|
|
195
|
-
readonly unit?: string;
|
|
196
|
-
/**
|
|
197
|
-
* 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.
|
|
198
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
-
*/
|
|
200
|
-
readonly name?: GroupQuotaDetailsName;
|
|
201
|
-
/**
|
|
202
|
-
* The available Group Quota Limit at the MG level. This Group quota can be allocated to subscription(s).
|
|
203
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
204
|
-
*/
|
|
205
|
-
readonly availableLimit?: number;
|
|
206
|
-
/**
|
|
207
|
-
* Quota allocated to subscriptions
|
|
208
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
209
|
-
*/
|
|
210
|
-
readonly allocatedToSubscriptions?: AllocatedQuotaToSubscriptionList;
|
|
211
|
-
}
|
|
212
|
-
/** 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. */
|
|
213
|
-
export interface GroupQuotaDetailsName {
|
|
214
|
-
/**
|
|
215
|
-
* Resource name.
|
|
216
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
217
|
-
*/
|
|
218
|
-
readonly value?: string;
|
|
219
|
-
/**
|
|
220
|
-
* Resource display name.
|
|
221
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
222
|
-
*/
|
|
223
|
-
readonly localizedValue?: string;
|
|
224
|
-
}
|
|
225
|
-
/** Quota allocated to subscriptions */
|
|
226
|
-
export interface AllocatedQuotaToSubscriptionList {
|
|
227
|
-
/** List of Group Quota Limit allocated to subscriptions. */
|
|
228
|
-
value?: AllocatedToSubscription[];
|
|
229
|
-
}
|
|
230
|
-
/** SubscriptionIds and quota allocated to subscriptions from the GroupQuota. */
|
|
231
|
-
export interface AllocatedToSubscription {
|
|
232
|
-
/** An Azure subscriptionId. */
|
|
233
|
-
subscriptionId?: string;
|
|
234
|
-
/** The amount of quota allocated to this subscriptionId from the GroupQuotasEntity. */
|
|
235
|
-
quotaAllocated?: number;
|
|
236
|
-
}
|
|
237
|
-
export interface SubmittedResourceRequestStatusProperties {
|
|
238
|
-
/** Requested Resource. */
|
|
239
|
-
requestedResource?: GroupQuotaRequestBase;
|
|
240
|
-
/**
|
|
241
|
-
* The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
|
|
242
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
243
|
-
*/
|
|
244
|
-
readonly requestSubmitTime?: Date;
|
|
245
|
-
/**
|
|
246
|
-
* Request status.
|
|
247
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
248
|
-
*/
|
|
249
|
-
readonly provisioningState?: RequestState;
|
|
250
|
-
/**
|
|
251
|
-
* Details of the failure.
|
|
252
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
-
*/
|
|
254
|
-
readonly faultCode?: string;
|
|
255
|
-
}
|
|
256
|
-
/** The new GroupQuota limit requested. */
|
|
257
|
-
export interface GroupQuotaRequestBase {
|
|
258
|
-
properties?: GroupQuotaRequestBaseProperties;
|
|
259
|
-
}
|
|
260
|
-
export interface GroupQuotaRequestBaseProperties {
|
|
261
|
-
/** The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota. */
|
|
262
|
-
limit?: number;
|
|
263
|
-
/**
|
|
264
|
-
* 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.
|
|
265
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
|
-
*/
|
|
267
|
-
readonly name?: GroupQuotaRequestBasePropertiesName;
|
|
268
|
-
/** Location/Azure region for the quota requested for resource. */
|
|
269
|
-
region?: string;
|
|
270
|
-
/** GroupQuota Request comments and details for request. This is optional paramter to provide more details related to the requested resource. */
|
|
271
|
-
comments?: string;
|
|
272
|
-
}
|
|
273
|
-
/** 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. */
|
|
274
|
-
export interface GroupQuotaRequestBasePropertiesName {
|
|
275
|
-
/**
|
|
276
|
-
* Resource name.
|
|
277
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
278
|
-
*/
|
|
279
|
-
readonly value?: string;
|
|
280
|
-
/**
|
|
281
|
-
* Resource display name.
|
|
282
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
283
|
-
*/
|
|
284
|
-
readonly localizedValue?: string;
|
|
285
|
-
}
|
|
286
|
-
/** Share Quota Entity list. */
|
|
287
|
-
export interface SubmittedResourceRequestStatusList {
|
|
288
|
-
/** Subscription groupQuotaRequests list. */
|
|
289
|
-
value?: SubmittedResourceRequestStatus[];
|
|
290
|
-
/**
|
|
291
|
-
* The URL to use for getting the next set of results.
|
|
292
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
-
*/
|
|
294
|
-
readonly nextLink?: string;
|
|
295
|
-
}
|
|
296
|
-
export interface SubscriptionQuotaAllocationsListProperties {
|
|
297
|
-
/**
|
|
298
|
-
* Request status.
|
|
299
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
-
*/
|
|
301
|
-
readonly provisioningState?: RequestState;
|
|
302
|
-
/** Subscription quota list. */
|
|
303
|
-
value?: SubscriptionQuotaAllocations[];
|
|
304
|
-
/**
|
|
305
|
-
* The URL to use for getting the next set of results.
|
|
306
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
307
|
-
*/
|
|
308
|
-
readonly nextLink?: string;
|
|
309
|
-
}
|
|
310
|
-
/** 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. */
|
|
311
|
-
export interface SubscriptionQuotaAllocations {
|
|
312
|
-
/** Quota properties for the specified resource. */
|
|
313
|
-
properties?: SubscriptionQuotaAllocationsProperties;
|
|
314
|
-
}
|
|
315
|
-
/** Subscription Quota details. */
|
|
316
|
-
export interface SubscriptionQuotaDetails {
|
|
317
|
-
/** The resource name, such as SKU name. */
|
|
318
|
-
resourceName?: string;
|
|
319
|
-
/** The total quota limit for the subscription. */
|
|
320
|
-
limit?: number;
|
|
321
|
-
/**
|
|
322
|
-
* The shareable quota for the subscription.
|
|
323
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
324
|
-
*/
|
|
325
|
-
readonly shareableQuota?: number;
|
|
326
|
-
/**
|
|
327
|
-
* 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.
|
|
328
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
329
|
-
*/
|
|
330
|
-
readonly name?: SubscriptionQuotaDetailsName;
|
|
331
|
-
}
|
|
332
|
-
/** 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. */
|
|
333
|
-
export interface SubscriptionQuotaDetailsName {
|
|
334
|
-
/**
|
|
335
|
-
* Resource name.
|
|
336
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
337
|
-
*/
|
|
338
|
-
readonly value?: string;
|
|
339
|
-
/**
|
|
340
|
-
* Resource display name.
|
|
341
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
342
|
-
*/
|
|
343
|
-
readonly localizedValue?: string;
|
|
344
|
-
}
|
|
345
|
-
export interface QuotaAllocationRequestStatusProperties {
|
|
346
|
-
/** The new quota request allocated to subscription. */
|
|
347
|
-
requestedResource?: QuotaAllocationRequestBase;
|
|
348
|
-
/**
|
|
349
|
-
* The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
|
|
350
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
351
|
-
*/
|
|
352
|
-
readonly requestSubmitTime?: Date;
|
|
353
|
-
/**
|
|
354
|
-
* Request status.
|
|
355
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
356
|
-
*/
|
|
357
|
-
readonly provisioningState?: RequestState;
|
|
358
|
-
/**
|
|
359
|
-
* Details of the failure.
|
|
360
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
361
|
-
*/
|
|
362
|
-
readonly faultCode?: string;
|
|
363
|
-
}
|
|
364
|
-
/** The new quota request allocated to subscription. */
|
|
365
|
-
export interface QuotaAllocationRequestBase {
|
|
366
|
-
properties?: QuotaAllocationRequestBaseProperties;
|
|
367
|
-
}
|
|
368
|
-
export interface QuotaAllocationRequestBaseProperties {
|
|
369
|
-
/** The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota. */
|
|
370
|
-
limit?: number;
|
|
371
|
-
/**
|
|
372
|
-
* 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.
|
|
373
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
374
|
-
*/
|
|
375
|
-
readonly name?: QuotaAllocationRequestBasePropertiesName;
|
|
376
|
-
/** The location for which the subscription is allocated */
|
|
377
|
-
region?: string;
|
|
378
|
-
}
|
|
379
|
-
/** 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. */
|
|
380
|
-
export interface QuotaAllocationRequestBasePropertiesName {
|
|
381
|
-
/**
|
|
382
|
-
* Resource name.
|
|
383
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
-
*/
|
|
385
|
-
readonly value?: string;
|
|
386
|
-
/**
|
|
387
|
-
* Resource display name.
|
|
388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
-
*/
|
|
390
|
-
readonly localizedValue?: string;
|
|
391
|
-
}
|
|
392
|
-
/** List of QuotaAllocation Request Status */
|
|
393
|
-
export interface QuotaAllocationRequestStatusList {
|
|
394
|
-
/** List of QuotaAllocation Request Status */
|
|
395
|
-
value?: QuotaAllocationRequestStatus[];
|
|
396
|
-
/**
|
|
397
|
-
* The URL to use for getting the next set of results.
|
|
398
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
-
*/
|
|
400
|
-
readonly nextLink?: string;
|
|
401
|
-
}
|
|
402
|
-
/** Resource usage. */
|
|
403
|
-
export interface CurrentUsagesBase {
|
|
404
|
-
/**
|
|
405
|
-
* The resource ID.
|
|
406
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
407
|
-
*/
|
|
408
|
-
readonly id?: string;
|
|
409
|
-
/**
|
|
410
|
-
* The resource type.
|
|
411
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
412
|
-
*/
|
|
413
|
-
readonly type?: string;
|
|
414
|
-
/**
|
|
415
|
-
* The resource name.
|
|
416
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
417
|
-
*/
|
|
418
|
-
readonly name?: string;
|
|
419
|
-
/** Usage properties for the specified resource. */
|
|
420
|
-
properties?: UsagesProperties;
|
|
421
|
-
}
|
|
422
|
-
/** Usage properties for the specified resource. */
|
|
423
|
-
export interface UsagesProperties {
|
|
424
|
-
/** The quota limit properties for this resource. */
|
|
425
|
-
usages?: UsagesObject;
|
|
426
|
-
/**
|
|
427
|
-
* 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.
|
|
428
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
429
|
-
*/
|
|
430
|
-
readonly unit?: string;
|
|
431
|
-
/** Resource name provided by the resource provider. Use this property name when requesting quota. */
|
|
432
|
-
name?: ResourceName;
|
|
433
|
-
/** The name of the resource type. Optional field. */
|
|
434
|
-
resourceType?: string;
|
|
435
|
-
/**
|
|
436
|
-
* The time period for the summary of the quota usage values. For example:
|
|
437
|
-
* *P1D (per one day)
|
|
438
|
-
* *PT1M (per one minute)
|
|
439
|
-
* *PT1S (per one second).
|
|
440
|
-
* This parameter is optional because it is not relevant for all resources such as compute.
|
|
441
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
442
|
-
*/
|
|
443
|
-
readonly quotaPeriod?: string;
|
|
444
|
-
/**
|
|
445
|
-
* States if quota can be requested for this resource.
|
|
446
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
447
|
-
*/
|
|
448
|
-
readonly isQuotaApplicable?: boolean;
|
|
449
|
-
/** Additional properties for the specific resource provider. */
|
|
450
|
-
properties?: Record<string, unknown>;
|
|
451
|
-
}
|
|
452
|
-
/** The resource usages value. */
|
|
453
|
-
export interface UsagesObject {
|
|
454
|
-
/** The usages value. */
|
|
455
|
-
value: number;
|
|
456
|
-
/** The quota or usages limit types. */
|
|
457
|
-
usagesType?: UsagesTypes;
|
|
458
|
-
}
|
|
459
|
-
/** Name of the resource provided by the resource Provider. When requesting quota, use this property name. */
|
|
460
|
-
export interface ResourceName {
|
|
461
|
-
/** Resource name. */
|
|
462
|
-
value?: string;
|
|
463
|
-
/**
|
|
464
|
-
* Resource display name.
|
|
465
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
-
*/
|
|
467
|
-
readonly localizedValue?: string;
|
|
468
|
-
}
|
|
469
|
-
/** Error. */
|
|
470
|
-
export interface ExceptionResponse {
|
|
471
|
-
/** API error details. */
|
|
472
|
-
error?: ServiceError;
|
|
473
|
-
}
|
|
474
|
-
/** API error details. */
|
|
475
|
-
export interface ServiceError {
|
|
476
|
-
/** Error code. */
|
|
477
|
-
code?: string;
|
|
478
|
-
/** Error message. */
|
|
479
|
-
message?: string;
|
|
480
|
-
/**
|
|
481
|
-
* List of error details.
|
|
482
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
483
|
-
*/
|
|
484
|
-
readonly details?: ServiceErrorDetail[];
|
|
485
|
-
}
|
|
486
|
-
/** Error details. */
|
|
487
|
-
export interface ServiceErrorDetail {
|
|
488
|
-
/**
|
|
489
|
-
* Error code.
|
|
490
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
491
|
-
*/
|
|
492
|
-
readonly code?: string;
|
|
493
|
-
/**
|
|
494
|
-
* Error message.
|
|
495
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
496
|
-
*/
|
|
497
|
-
readonly message?: string;
|
|
498
|
-
}
|
|
499
|
-
/** Quota limits. */
|
|
500
|
-
export interface UsagesLimits {
|
|
501
|
-
/** List of quota limits. */
|
|
502
|
-
value?: CurrentUsagesBase[];
|
|
503
|
-
/** The URI used to fetch the next page of quota limits. When there are no more pages, this is null. */
|
|
504
|
-
nextLink?: string;
|
|
505
|
-
}
|
|
506
|
-
/** Quota limit. */
|
|
507
|
-
export interface CurrentQuotaLimitBase {
|
|
508
|
-
/**
|
|
509
|
-
* The resource ID.
|
|
510
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
511
|
-
*/
|
|
512
|
-
readonly id?: string;
|
|
513
|
-
/**
|
|
514
|
-
* The resource type.
|
|
515
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
516
|
-
*/
|
|
517
|
-
readonly type?: string;
|
|
518
|
-
/**
|
|
519
|
-
* The resource name.
|
|
520
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
521
|
-
*/
|
|
522
|
-
readonly name?: string;
|
|
523
|
-
/** Quota properties for the specified resource, based on the API called, Quotas or Usages. */
|
|
524
|
-
properties?: QuotaProperties;
|
|
525
|
-
}
|
|
526
|
-
/** Quota properties for the specified resource. */
|
|
527
|
-
export interface QuotaProperties {
|
|
528
|
-
/** Resource quota limit properties. */
|
|
529
|
-
limit?: LimitJsonObjectUnion;
|
|
530
|
-
/**
|
|
531
|
-
* 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.
|
|
532
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
-
*/
|
|
534
|
-
readonly unit?: string;
|
|
535
|
-
/** Resource name provided by the resource provider. Use this property name when requesting quota. */
|
|
536
|
-
name?: ResourceName;
|
|
537
|
-
/** The name of the resource type. Optional field. */
|
|
538
|
-
resourceType?: string;
|
|
539
|
-
/**
|
|
540
|
-
* The time period over which the quota usage values are summarized. For example:
|
|
541
|
-
* *P1D (per one day)
|
|
542
|
-
* *PT1M (per one minute)
|
|
543
|
-
* *PT1S (per one second).
|
|
544
|
-
* This parameter is optional because, for some resources like compute, the period is irrelevant.
|
|
545
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
546
|
-
*/
|
|
547
|
-
readonly quotaPeriod?: string;
|
|
548
|
-
/**
|
|
549
|
-
* States if quota can be requested for this resource.
|
|
550
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
551
|
-
*/
|
|
552
|
-
readonly isQuotaApplicable?: boolean;
|
|
553
|
-
/** Additional properties for the specific resource provider. */
|
|
554
|
-
properties?: Record<string, unknown>;
|
|
555
|
-
}
|
|
556
|
-
/** LimitJson abstract class. */
|
|
557
|
-
export interface LimitJsonObject {
|
|
558
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
559
|
-
limitObjectType: "LimitValue";
|
|
560
|
-
}
|
|
561
|
-
/** Quota limits. */
|
|
562
|
-
export interface QuotaLimits {
|
|
563
|
-
/** List of quota limits. */
|
|
564
|
-
value?: CurrentQuotaLimitBase[];
|
|
565
|
-
/** The URI used to fetch the next page of quota limits. When there are no more pages, this string is null. */
|
|
566
|
-
nextLink?: string;
|
|
567
|
-
}
|
|
568
|
-
/** List of quota requests with details. */
|
|
569
|
-
export interface QuotaRequestDetails {
|
|
570
|
-
/**
|
|
571
|
-
* Quota request ID.
|
|
572
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
573
|
-
*/
|
|
574
|
-
readonly id?: string;
|
|
575
|
-
/**
|
|
576
|
-
* Quota request name.
|
|
577
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
578
|
-
*/
|
|
579
|
-
readonly name?: string;
|
|
580
|
-
/**
|
|
581
|
-
* Resource type. "Microsoft.Quota/quotas".
|
|
582
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
583
|
-
*/
|
|
584
|
-
readonly type?: string;
|
|
585
|
-
/** Quota request details. */
|
|
586
|
-
properties?: QuotaRequestProperties;
|
|
587
|
-
}
|
|
588
|
-
/** Quota request properties. */
|
|
589
|
-
export interface QuotaRequestProperties {
|
|
590
|
-
/**
|
|
591
|
-
* The quota request status.
|
|
592
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
593
|
-
*/
|
|
594
|
-
readonly provisioningState?: QuotaRequestState;
|
|
595
|
-
/**
|
|
596
|
-
* User-friendly status message.
|
|
597
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
598
|
-
*/
|
|
599
|
-
readonly message?: string;
|
|
600
|
-
/** Error details of the quota request. */
|
|
601
|
-
error?: ServiceErrorDetail;
|
|
602
|
-
/**
|
|
603
|
-
* The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ
|
|
604
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
|
-
*/
|
|
606
|
-
readonly requestSubmitTime?: Date;
|
|
607
|
-
/** Quota request details. */
|
|
608
|
-
value?: SubRequest[];
|
|
609
|
-
}
|
|
610
|
-
/** Request property. */
|
|
611
|
-
export interface SubRequest {
|
|
612
|
-
/** Resource name. */
|
|
613
|
-
name?: ResourceName;
|
|
614
|
-
/**
|
|
615
|
-
* Resource type for which the quota properties were requested.
|
|
616
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
617
|
-
*/
|
|
618
|
-
readonly resourceType?: string;
|
|
619
|
-
/** 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. */
|
|
620
|
-
unit?: string;
|
|
621
|
-
/**
|
|
622
|
-
* The quota request status.
|
|
623
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
624
|
-
*/
|
|
625
|
-
readonly provisioningState?: QuotaRequestState;
|
|
626
|
-
/**
|
|
627
|
-
* User-friendly status message.
|
|
628
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
629
|
-
*/
|
|
630
|
-
readonly message?: string;
|
|
631
|
-
/**
|
|
632
|
-
* Quota request ID.
|
|
633
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
634
|
-
*/
|
|
635
|
-
readonly subRequestId?: string;
|
|
636
|
-
/** Resource quota limit properties. */
|
|
637
|
-
limit?: LimitJsonObjectUnion;
|
|
638
|
-
}
|
|
639
|
-
/** Quota request information. */
|
|
640
|
-
export interface QuotaRequestDetailsList {
|
|
641
|
-
/** Quota request details. */
|
|
642
|
-
value?: QuotaRequestDetails[];
|
|
643
|
-
/** The URI for fetching the next page of quota limits. When there are no more pages, this string is null. */
|
|
644
|
-
nextLink?: string;
|
|
645
|
-
}
|
|
646
|
-
export interface OperationList {
|
|
647
|
-
value?: OperationResponse[];
|
|
648
|
-
/** URL to get the next page of items. */
|
|
649
|
-
nextLink?: string;
|
|
650
|
-
}
|
|
651
|
-
export interface OperationResponse {
|
|
652
|
-
name?: string;
|
|
653
|
-
display?: OperationDisplay;
|
|
654
|
-
origin?: string;
|
|
655
|
-
}
|
|
656
|
-
export interface OperationDisplay {
|
|
657
|
-
/** Provider name. */
|
|
658
|
-
provider?: string;
|
|
659
|
-
/** Resource name. */
|
|
660
|
-
resource?: string;
|
|
661
|
-
/** Operation name. */
|
|
662
|
-
operation?: string;
|
|
663
|
-
/** Operation description. */
|
|
664
|
-
description?: string;
|
|
665
|
-
}
|
|
666
|
-
/** List of Allocated Group Quota to the subscriptions. */
|
|
667
|
-
export interface SubscriptionQuotaAllocationRequestList {
|
|
668
|
-
/** Allocated Group Quota to subscriptions. */
|
|
669
|
-
value?: QuotaAllocationRequestStatus[];
|
|
670
|
-
/**
|
|
671
|
-
* The URL to use for getting the next set of results.
|
|
672
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
673
|
-
*/
|
|
674
|
-
readonly nextLink?: string;
|
|
675
|
-
}
|
|
676
|
-
/** MGId the source of group quota. */
|
|
677
|
-
export interface SubscriptionGroupQuotaAssignment {
|
|
678
|
-
/** The group quota id of the quota source. */
|
|
679
|
-
groupQuotaId?: string;
|
|
680
|
-
/** The amount of quota allocated to this subscriptionId from the quota source. */
|
|
681
|
-
quotaAllocated?: number;
|
|
682
|
-
}
|
|
683
|
-
/** Subscription quota allocation requests status list. */
|
|
684
|
-
export interface SubscriptionQuotaAllocationsStatusList {
|
|
685
|
-
/** Subscription quota allocation status list. */
|
|
686
|
-
value?: SubmittedResourceRequestStatus[];
|
|
687
|
-
/**
|
|
688
|
-
* The URL to use for getting the next set of results.
|
|
689
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
690
|
-
*/
|
|
691
|
-
readonly nextLink?: string;
|
|
692
|
-
}
|
|
693
|
-
/** Resource definition with the requested quota. */
|
|
694
|
-
export interface ResourceBaseRequest {
|
|
695
|
-
/**
|
|
696
|
-
* The resource name, such as SKU name.
|
|
697
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
698
|
-
*/
|
|
699
|
-
readonly resourceName?: string;
|
|
700
|
-
/** Quota requested for the resource. */
|
|
701
|
-
limit?: number;
|
|
702
|
-
/**
|
|
703
|
-
* 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.
|
|
704
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
705
|
-
*/
|
|
706
|
-
readonly unit?: string;
|
|
707
|
-
}
|
|
708
|
-
/** List of resource usages and quotas for GroupQuota. */
|
|
709
|
-
export interface ResourceUsageList {
|
|
710
|
-
/** List of resource usages at Group Quotas. */
|
|
711
|
-
value?: ResourceUsages[];
|
|
712
|
-
/**
|
|
713
|
-
* The URL to use for getting the next set of results.
|
|
714
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
715
|
-
*/
|
|
716
|
-
readonly nextLink?: string;
|
|
717
|
-
}
|
|
718
|
-
/** Resource details with usages and GroupQuota. */
|
|
719
|
-
export interface GroupQuotaUsagesBase {
|
|
720
|
-
/** 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. */
|
|
721
|
-
name?: GroupQuotaUsagesBaseName;
|
|
722
|
-
/** Quota/limits for the resource. */
|
|
723
|
-
limit?: number;
|
|
724
|
-
/** Usages for the resource. */
|
|
725
|
-
usages?: number;
|
|
726
|
-
/**
|
|
727
|
-
* 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.
|
|
728
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
729
|
-
*/
|
|
730
|
-
readonly unit?: string;
|
|
731
|
-
}
|
|
732
|
-
/** 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. */
|
|
733
|
-
export interface GroupQuotaUsagesBaseName {
|
|
734
|
-
/** Resource name. */
|
|
735
|
-
value?: string;
|
|
736
|
-
/**
|
|
737
|
-
* Resource display name.
|
|
738
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
739
|
-
*/
|
|
740
|
-
readonly localizedValue?: string;
|
|
741
|
-
}
|
|
742
|
-
/** Resource properties. */
|
|
743
|
-
export interface CommonResourceProperties {
|
|
744
|
-
/**
|
|
745
|
-
* Resource ID
|
|
746
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
747
|
-
*/
|
|
748
|
-
readonly id?: string;
|
|
749
|
-
/**
|
|
750
|
-
* Resource name.
|
|
751
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
752
|
-
*/
|
|
753
|
-
readonly name?: string;
|
|
754
|
-
/**
|
|
755
|
-
* Resource type. Example: "Microsoft.Quota/quotas"
|
|
756
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
757
|
-
*/
|
|
758
|
-
readonly type?: string;
|
|
759
|
-
}
|
|
760
|
-
/** Quota limits request response. */
|
|
761
|
-
export interface QuotaLimitsResponse {
|
|
762
|
-
/** List of quota limits with the quota request status. */
|
|
763
|
-
value?: CurrentQuotaLimitBase[];
|
|
764
|
-
/** The URI used to fetch the next page of quota limits. When there are no more pages, this is null. */
|
|
765
|
-
nextLink?: string;
|
|
766
|
-
}
|
|
767
|
-
/** Quota change requests information. */
|
|
768
|
-
export interface CreateGenericQuotaRequestParameters {
|
|
769
|
-
/** Quota change requests. */
|
|
770
|
-
value?: CurrentQuotaLimitBase[];
|
|
771
|
-
}
|
|
772
|
-
/** Quota request response. */
|
|
773
|
-
export interface QuotaRequestOneResourceSubmitResponse {
|
|
774
|
-
/**
|
|
775
|
-
* Quota request ID.
|
|
776
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
777
|
-
*/
|
|
778
|
-
readonly id?: string;
|
|
779
|
-
/**
|
|
780
|
-
* The name of the quota request.
|
|
781
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
782
|
-
*/
|
|
783
|
-
readonly name?: string;
|
|
784
|
-
/**
|
|
785
|
-
* Resource type. "Microsoft.Quota/ServiceLimitRequests"
|
|
786
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
787
|
-
*/
|
|
788
|
-
readonly type?: string;
|
|
789
|
-
/** Quota request details. */
|
|
790
|
-
properties?: QuotaRequestOneResourceProperties;
|
|
791
|
-
}
|
|
792
|
-
/** Quota request. */
|
|
793
|
-
export interface QuotaRequestOneResourceProperties {
|
|
794
|
-
/**
|
|
795
|
-
* Quota request status.
|
|
796
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
797
|
-
*/
|
|
798
|
-
readonly provisioningState?: QuotaRequestState;
|
|
799
|
-
/**
|
|
800
|
-
* User-friendly status message.
|
|
801
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
802
|
-
*/
|
|
803
|
-
readonly message?: string;
|
|
804
|
-
/**
|
|
805
|
-
* Quota request submission time. The date conforms to the following ISO 8601 standard format: yyyy-MM-ddTHH:mm:ssZ.
|
|
806
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
807
|
-
*/
|
|
808
|
-
readonly requestSubmitTime?: Date;
|
|
809
|
-
/** Resource quota limit properties. */
|
|
810
|
-
limit?: LimitObject;
|
|
811
|
-
/**
|
|
812
|
-
* Usage information for the current resource.
|
|
813
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
814
|
-
*/
|
|
815
|
-
readonly currentValue?: number;
|
|
816
|
-
/** 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. */
|
|
817
|
-
unit?: string;
|
|
818
|
-
/** Resource name provided by the resource provider. Use this property name when requesting quota. */
|
|
819
|
-
name?: ResourceName;
|
|
820
|
-
/** The name of the resource type. Optional field. */
|
|
821
|
-
resourceType?: string;
|
|
822
|
-
/**
|
|
823
|
-
* The time period over which the quota usage values are summarized. For example:
|
|
824
|
-
* *P1D (per one day)
|
|
825
|
-
* *PT1M (per one minute)
|
|
826
|
-
* *PT1S (per one second).
|
|
827
|
-
* This parameter is optional because, for some resources like compute, the period is irrelevant.
|
|
828
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
829
|
-
*/
|
|
830
|
-
readonly quotaPeriod?: string;
|
|
831
|
-
/**
|
|
832
|
-
* States if quota can be requested for this resource.
|
|
833
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
834
|
-
*/
|
|
835
|
-
readonly isQuotaApplicable?: boolean;
|
|
836
|
-
/** Error details of the quota request. */
|
|
837
|
-
error?: ServiceErrorDetail;
|
|
838
|
-
/** Additional properties for the specific resource provider. */
|
|
839
|
-
properties?: Record<string, unknown>;
|
|
840
|
-
}
|
|
841
|
-
/** Quota request response. */
|
|
842
|
-
export interface QuotaRequestSubmitResponse {
|
|
843
|
-
/**
|
|
844
|
-
* Quota request ID.
|
|
845
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
846
|
-
*/
|
|
847
|
-
readonly id?: string;
|
|
848
|
-
/**
|
|
849
|
-
* Quota request name.
|
|
850
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
851
|
-
*/
|
|
852
|
-
readonly name?: string;
|
|
853
|
-
/** Quota request details. */
|
|
854
|
-
properties?: QuotaRequestProperties;
|
|
855
|
-
/**
|
|
856
|
-
* Resource type. "Microsoft.Quota/quotas".
|
|
857
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
858
|
-
*/
|
|
859
|
-
readonly type?: string;
|
|
860
|
-
}
|
|
861
|
-
/** The quota request response with the quota request ID. */
|
|
862
|
-
export interface QuotaRequestSubmitResponse202 {
|
|
863
|
-
/**
|
|
864
|
-
* 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.
|
|
865
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
866
|
-
*/
|
|
867
|
-
readonly id?: string;
|
|
868
|
-
/**
|
|
869
|
-
* Operation ID.
|
|
870
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
871
|
-
*/
|
|
872
|
-
readonly name?: string;
|
|
873
|
-
/**
|
|
874
|
-
* Resource type.
|
|
875
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
876
|
-
*/
|
|
877
|
-
readonly type?: string;
|
|
878
|
-
/** Quota request status. */
|
|
879
|
-
properties?: QuotaRequestStatusDetails;
|
|
880
|
-
}
|
|
881
|
-
/** Quota request status details. */
|
|
882
|
-
export interface QuotaRequestStatusDetails {
|
|
883
|
-
/**
|
|
884
|
-
* Quota request status.
|
|
885
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
886
|
-
*/
|
|
887
|
-
readonly provisioningState?: QuotaRequestState;
|
|
888
|
-
/**
|
|
889
|
-
* User-friendly message.
|
|
890
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
891
|
-
*/
|
|
892
|
-
readonly message?: string;
|
|
893
|
-
/** Resource quota limit properties. */
|
|
894
|
-
limit?: LimitObject;
|
|
895
|
-
/** 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. */
|
|
896
|
-
unit?: string;
|
|
897
|
-
/** Resource name provided by the resource provider. Use this property name when requesting quota. */
|
|
898
|
-
name?: ResourceName;
|
|
899
|
-
/** The name of the resource type. Optional field. */
|
|
900
|
-
resourceType?: string;
|
|
901
|
-
/**
|
|
902
|
-
* The time period over which the quota usage values are summarized. For example:
|
|
903
|
-
* *P1D (per one day)
|
|
904
|
-
* *PT1M (per one minute)
|
|
905
|
-
* *PT1S (per one second).
|
|
906
|
-
* This parameter is optional because, for some resources like compute, the period is irrelevant.
|
|
907
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
908
|
-
*/
|
|
909
|
-
readonly quotaPeriod?: string;
|
|
910
|
-
/** Additional properties for the specific resource provider. */
|
|
911
|
-
properties?: Record<string, unknown>;
|
|
912
|
-
}
|
|
913
|
-
/** Properties */
|
|
914
|
-
export interface GroupQuotasEntityProperties extends GroupQuotasEntityBase {
|
|
915
|
-
}
|
|
916
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
917
|
-
export interface ProxyResource extends Resource {
|
|
918
|
-
}
|
|
919
|
-
/** Properties */
|
|
920
|
-
export interface GroupQuotasEntityPatchProperties extends GroupQuotasEntityBasePatch {
|
|
921
|
-
}
|
|
922
|
-
/** Group Quota properties for the specified resource. */
|
|
923
|
-
export interface GroupQuotaLimitProperties extends GroupQuotaDetails {
|
|
924
|
-
}
|
|
925
|
-
/** Quota properties for the specified resource. */
|
|
926
|
-
export interface SubscriptionQuotaAllocationsProperties extends SubscriptionQuotaDetails {
|
|
927
|
-
}
|
|
928
|
-
/** The resource quota limit value. */
|
|
929
|
-
export interface LimitObject extends LimitJsonObject {
|
|
930
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
931
|
-
limitObjectType: "LimitValue";
|
|
932
|
-
/** The quota/limit value */
|
|
933
|
-
value: number;
|
|
934
|
-
/** The quota or usages limit types. */
|
|
935
|
-
limitType?: QuotaLimitTypes;
|
|
936
|
-
}
|
|
937
|
-
/** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
|
|
938
|
-
export interface GroupQuotasEntity extends ProxyResource {
|
|
939
|
-
/** Properties */
|
|
940
|
-
properties?: GroupQuotasEntityProperties;
|
|
941
|
-
}
|
|
942
|
-
/** The provisioning state for the operation. */
|
|
943
|
-
export interface LROResponse extends ProxyResource {
|
|
944
|
-
properties?: LROResponseProperties;
|
|
945
|
-
}
|
|
946
|
-
/** Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. */
|
|
947
|
-
export interface GroupQuotasEntityPatch extends ProxyResource {
|
|
948
|
-
/** Properties */
|
|
949
|
-
properties?: GroupQuotasEntityPatchProperties;
|
|
950
|
-
}
|
|
951
|
-
/** This represents a Azure subscriptionId that is associated with a GroupQuotasEntity. */
|
|
952
|
-
export interface GroupQuotaSubscriptionId extends ProxyResource {
|
|
953
|
-
properties?: GroupQuotaSubscriptionIdProperties;
|
|
954
|
-
}
|
|
955
|
-
/** The new quota limit request status. */
|
|
956
|
-
export interface GroupQuotaSubscriptionRequestStatus extends ProxyResource {
|
|
957
|
-
properties?: GroupQuotaSubscriptionRequestStatusProperties;
|
|
958
|
-
}
|
|
959
|
-
/** List of Group Quota Limit details. */
|
|
960
|
-
export interface GroupQuotaLimitList extends ProxyResource {
|
|
961
|
-
properties?: GroupQuotaLimitListProperties;
|
|
962
|
-
}
|
|
963
|
-
/** Status of a single GroupQuota request. */
|
|
964
|
-
export interface SubmittedResourceRequestStatus extends ProxyResource {
|
|
965
|
-
properties?: SubmittedResourceRequestStatusProperties;
|
|
966
|
-
}
|
|
967
|
-
/** Subscription quota list. */
|
|
968
|
-
export interface SubscriptionQuotaAllocationsList extends ProxyResource {
|
|
969
|
-
properties?: SubscriptionQuotaAllocationsListProperties;
|
|
970
|
-
}
|
|
971
|
-
/** The subscription quota allocation status. */
|
|
972
|
-
export interface QuotaAllocationRequestStatus extends ProxyResource {
|
|
973
|
-
properties?: QuotaAllocationRequestStatusProperties;
|
|
974
|
-
}
|
|
975
|
-
/** Resource details with usages and GroupQuota. */
|
|
976
|
-
export interface ResourceUsages extends ProxyResource {
|
|
977
|
-
/** Resource details with usages and GroupQuota. */
|
|
978
|
-
properties?: GroupQuotaUsagesBase;
|
|
979
|
-
}
|
|
980
|
-
/** Defines headers for GroupQuotas_createOrUpdate operation. */
|
|
981
|
-
export interface GroupQuotasCreateOrUpdateHeaders {
|
|
982
|
-
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
983
|
-
retryAfter?: number;
|
|
984
|
-
/**
|
|
985
|
-
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
986
|
-
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
987
|
-
*
|
|
988
|
-
* 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
|
|
989
|
-
*/
|
|
990
|
-
location?: string;
|
|
991
|
-
/**
|
|
992
|
-
* URL for checking the ongoing status of the operation.
|
|
993
|
-
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
994
|
-
*
|
|
995
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
996
|
-
*/
|
|
997
|
-
azureAsyncOperation?: string;
|
|
998
|
-
}
|
|
999
|
-
/** Defines headers for GroupQuotas_update operation. */
|
|
1000
|
-
export interface GroupQuotasUpdateHeaders {
|
|
1001
|
-
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1002
|
-
retryAfter?: number;
|
|
1003
|
-
/**
|
|
1004
|
-
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
1005
|
-
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
1006
|
-
*
|
|
1007
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
|
|
1008
|
-
*/
|
|
1009
|
-
location?: string;
|
|
1010
|
-
/**
|
|
1011
|
-
* URL for checking the ongoing status of the operation.
|
|
1012
|
-
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
1013
|
-
*
|
|
1014
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
1015
|
-
*/
|
|
1016
|
-
azureAsyncOperation?: string;
|
|
1017
|
-
}
|
|
1018
|
-
/** Defines headers for GroupQuotas_delete operation. */
|
|
1019
|
-
export interface GroupQuotasDeleteHeaders {
|
|
1020
|
-
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1021
|
-
retryAfter?: number;
|
|
1022
|
-
/**
|
|
1023
|
-
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
1024
|
-
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
1025
|
-
*
|
|
1026
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
|
|
1027
|
-
*/
|
|
1028
|
-
location?: string;
|
|
1029
|
-
/**
|
|
1030
|
-
* URL for checking the ongoing status of the operation.
|
|
1031
|
-
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
1032
|
-
*
|
|
1033
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
1034
|
-
*/
|
|
1035
|
-
azureAsyncOperation?: string;
|
|
1036
|
-
}
|
|
1037
|
-
/** Defines headers for GroupQuotaSubscriptions_createOrUpdate operation. */
|
|
1038
|
-
export interface GroupQuotaSubscriptionsCreateOrUpdateHeaders {
|
|
1039
|
-
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1040
|
-
retryAfter?: number;
|
|
1041
|
-
/**
|
|
1042
|
-
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
1043
|
-
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
1044
|
-
*
|
|
1045
|
-
* 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
|
|
1046
|
-
*/
|
|
1047
|
-
location?: string;
|
|
1048
|
-
/**
|
|
1049
|
-
* URL for checking the ongoing status of the operation.
|
|
1050
|
-
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
1051
|
-
*
|
|
1052
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
1053
|
-
*/
|
|
1054
|
-
azureAsyncOperation?: string;
|
|
1055
|
-
}
|
|
1056
|
-
/** Defines headers for GroupQuotaSubscriptions_update operation. */
|
|
1057
|
-
export interface GroupQuotaSubscriptionsUpdateHeaders {
|
|
1058
|
-
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1059
|
-
retryAfter?: number;
|
|
1060
|
-
/**
|
|
1061
|
-
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
1062
|
-
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
1063
|
-
*
|
|
1064
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
|
|
1065
|
-
*/
|
|
1066
|
-
location?: string;
|
|
1067
|
-
/**
|
|
1068
|
-
* URL for checking the ongoing status of the operation.
|
|
1069
|
-
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
1070
|
-
*
|
|
1071
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
1072
|
-
*/
|
|
1073
|
-
azureAsyncOperation?: string;
|
|
1074
|
-
}
|
|
1075
|
-
/** Defines headers for GroupQuotaSubscriptions_delete operation. */
|
|
1076
|
-
export interface GroupQuotaSubscriptionsDeleteHeaders {
|
|
1077
|
-
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1078
|
-
retryAfter?: number;
|
|
1079
|
-
/**
|
|
1080
|
-
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
1081
|
-
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
1082
|
-
*
|
|
1083
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
|
|
1084
|
-
*/
|
|
1085
|
-
location?: string;
|
|
1086
|
-
/**
|
|
1087
|
-
* URL for checking the ongoing status of the operation.
|
|
1088
|
-
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
1089
|
-
*
|
|
1090
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
1091
|
-
*/
|
|
1092
|
-
azureAsyncOperation?: string;
|
|
1093
|
-
}
|
|
1094
|
-
/** Defines headers for GroupQuotaLimitsRequest_update operation. */
|
|
1095
|
-
export interface GroupQuotaLimitsRequestUpdateHeaders {
|
|
1096
|
-
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1097
|
-
retryAfter?: number;
|
|
1098
|
-
/**
|
|
1099
|
-
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
1100
|
-
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
1101
|
-
*
|
|
1102
|
-
* 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
|
|
1103
|
-
*/
|
|
1104
|
-
location?: string;
|
|
1105
|
-
/**
|
|
1106
|
-
* URL for checking the ongoing status of the operation.
|
|
1107
|
-
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
1108
|
-
*
|
|
1109
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
1110
|
-
*/
|
|
1111
|
-
azureAsyncOperation?: string;
|
|
1112
|
-
}
|
|
1113
|
-
/** Defines headers for GroupQuotaSubscriptionAllocationRequest_update operation. */
|
|
1114
|
-
export interface GroupQuotaSubscriptionAllocationRequestUpdateHeaders {
|
|
1115
|
-
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1116
|
-
retryAfter?: number;
|
|
1117
|
-
/**
|
|
1118
|
-
* URL for determining when an operation has completed. Send a GET request to the URL in Location header.
|
|
1119
|
-
* The URI should return a 202 until the operation reaches a terminal state and 200 once it reaches a terminal state.
|
|
1120
|
-
*
|
|
1121
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
|
|
1122
|
-
*/
|
|
1123
|
-
location?: string;
|
|
1124
|
-
/**
|
|
1125
|
-
* URL for checking the ongoing status of the operation.
|
|
1126
|
-
* To get the status of the asynchronous operation, send a GET request to the URL in Azure-AsyncOperation header value.
|
|
1127
|
-
*
|
|
1128
|
-
* For more info: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
|
|
1129
|
-
*/
|
|
1130
|
-
azureAsyncOperation?: string;
|
|
1131
|
-
}
|
|
1132
|
-
/** Defines headers for Usages_get operation. */
|
|
1133
|
-
export interface UsagesGetHeaders {
|
|
1134
|
-
/** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
|
|
1135
|
-
eTag?: string;
|
|
1136
|
-
}
|
|
1137
|
-
/** Defines headers for Usages_list operation. */
|
|
1138
|
-
export interface UsagesListHeaders {
|
|
1139
|
-
/** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */
|
|
1140
|
-
eTag?: string;
|
|
1141
|
-
}
|
|
1142
|
-
/** Defines headers for Usages_listNext operation. */
|
|
1143
|
-
export interface UsagesListNextHeaders {
|
|
1144
|
-
/** Current entity state version. It should be treated as opaque and used to make conditional HTTP requests. */
|
|
1145
|
-
eTag?: string;
|
|
1146
|
-
}
|
|
1147
|
-
/** Defines headers for Quota_get operation. */
|
|
1148
|
-
export interface QuotaGetHeaders {
|
|
1149
|
-
/** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
|
|
1150
|
-
eTag?: string;
|
|
1151
|
-
}
|
|
1152
|
-
/** Defines headers for Quota_list operation. */
|
|
1153
|
-
export interface QuotaListHeaders {
|
|
1154
|
-
/** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
|
|
1155
|
-
eTag?: string;
|
|
1156
|
-
}
|
|
1157
|
-
/** Defines headers for Quota_listNext operation. */
|
|
1158
|
-
export interface QuotaListNextHeaders {
|
|
1159
|
-
/** Current entity state version. Should be treated as opaque and used to make conditional HTTP requests. */
|
|
1160
|
-
eTag?: string;
|
|
1161
|
-
}
|
|
1162
|
-
/** Known values of {@link RequestState} that the service accepts. */
|
|
1163
|
-
export declare enum KnownRequestState {
|
|
1164
|
-
/** Accepted */
|
|
1165
|
-
Accepted = "Accepted",
|
|
1166
|
-
/** Created */
|
|
1167
|
-
Created = "Created",
|
|
1168
|
-
/** Invalid */
|
|
1169
|
-
Invalid = "Invalid",
|
|
1170
|
-
/** Succeeded */
|
|
1171
|
-
Succeeded = "Succeeded",
|
|
1172
|
-
/** Failed */
|
|
1173
|
-
Failed = "Failed",
|
|
1174
|
-
/** InProgress */
|
|
1175
|
-
InProgress = "InProgress",
|
|
1176
|
-
/** Canceled */
|
|
1177
|
-
Canceled = "Canceled"
|
|
1178
|
-
}
|
|
1179
|
-
/**
|
|
1180
|
-
* Defines values for RequestState. \
|
|
1181
|
-
* {@link KnownRequestState} can be used interchangeably with RequestState,
|
|
1182
|
-
* this enum contains the known values that the service supports.
|
|
1183
|
-
* ### Known values supported by the service
|
|
1184
|
-
* **Accepted** \
|
|
1185
|
-
* **Created** \
|
|
1186
|
-
* **Invalid** \
|
|
1187
|
-
* **Succeeded** \
|
|
1188
|
-
* **Failed** \
|
|
1189
|
-
* **InProgress** \
|
|
1190
|
-
* **Canceled**
|
|
1191
|
-
*/
|
|
1192
|
-
export type RequestState = string;
|
|
1193
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1194
|
-
export declare enum KnownCreatedByType {
|
|
1195
|
-
/** User */
|
|
1196
|
-
User = "User",
|
|
1197
|
-
/** Application */
|
|
1198
|
-
Application = "Application",
|
|
1199
|
-
/** ManagedIdentity */
|
|
1200
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1201
|
-
/** Key */
|
|
1202
|
-
Key = "Key"
|
|
1203
|
-
}
|
|
1204
|
-
/**
|
|
1205
|
-
* Defines values for CreatedByType. \
|
|
1206
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1207
|
-
* this enum contains the known values that the service supports.
|
|
1208
|
-
* ### Known values supported by the service
|
|
1209
|
-
* **User** \
|
|
1210
|
-
* **Application** \
|
|
1211
|
-
* **ManagedIdentity** \
|
|
1212
|
-
* **Key**
|
|
1213
|
-
*/
|
|
1214
|
-
export type CreatedByType = string;
|
|
1215
|
-
/** Known values of {@link UsagesTypes} that the service accepts. */
|
|
1216
|
-
export declare enum KnownUsagesTypes {
|
|
1217
|
-
/** Individual */
|
|
1218
|
-
Individual = "Individual",
|
|
1219
|
-
/** Combined */
|
|
1220
|
-
Combined = "Combined"
|
|
1221
|
-
}
|
|
1222
|
-
/**
|
|
1223
|
-
* Defines values for UsagesTypes. \
|
|
1224
|
-
* {@link KnownUsagesTypes} can be used interchangeably with UsagesTypes,
|
|
1225
|
-
* this enum contains the known values that the service supports.
|
|
1226
|
-
* ### Known values supported by the service
|
|
1227
|
-
* **Individual** \
|
|
1228
|
-
* **Combined**
|
|
1229
|
-
*/
|
|
1230
|
-
export type UsagesTypes = string;
|
|
1231
|
-
/** Known values of {@link LimitType} that the service accepts. */
|
|
1232
|
-
export declare enum KnownLimitType {
|
|
1233
|
-
/** LimitValue */
|
|
1234
|
-
LimitValue = "LimitValue"
|
|
1235
|
-
}
|
|
1236
|
-
/**
|
|
1237
|
-
* Defines values for LimitType. \
|
|
1238
|
-
* {@link KnownLimitType} can be used interchangeably with LimitType,
|
|
1239
|
-
* this enum contains the known values that the service supports.
|
|
1240
|
-
* ### Known values supported by the service
|
|
1241
|
-
* **LimitValue**
|
|
1242
|
-
*/
|
|
1243
|
-
export type LimitType = string;
|
|
1244
|
-
/** Known values of {@link QuotaRequestState} that the service accepts. */
|
|
1245
|
-
export declare enum KnownQuotaRequestState {
|
|
1246
|
-
/** Accepted */
|
|
1247
|
-
Accepted = "Accepted",
|
|
1248
|
-
/** Invalid */
|
|
1249
|
-
Invalid = "Invalid",
|
|
1250
|
-
/** Succeeded */
|
|
1251
|
-
Succeeded = "Succeeded",
|
|
1252
|
-
/** Failed */
|
|
1253
|
-
Failed = "Failed",
|
|
1254
|
-
/** InProgress */
|
|
1255
|
-
InProgress = "InProgress"
|
|
1256
|
-
}
|
|
1257
|
-
/**
|
|
1258
|
-
* Defines values for QuotaRequestState. \
|
|
1259
|
-
* {@link KnownQuotaRequestState} can be used interchangeably with QuotaRequestState,
|
|
1260
|
-
* this enum contains the known values that the service supports.
|
|
1261
|
-
* ### Known values supported by the service
|
|
1262
|
-
* **Accepted** \
|
|
1263
|
-
* **Invalid** \
|
|
1264
|
-
* **Succeeded** \
|
|
1265
|
-
* **Failed** \
|
|
1266
|
-
* **InProgress**
|
|
1267
|
-
*/
|
|
1268
|
-
export type QuotaRequestState = string;
|
|
1269
|
-
/** Known values of {@link QuotaLimitTypes} that the service accepts. */
|
|
1270
|
-
export declare enum KnownQuotaLimitTypes {
|
|
1271
|
-
/** Independent */
|
|
1272
|
-
Independent = "Independent",
|
|
1273
|
-
/** Shared */
|
|
1274
|
-
Shared = "Shared"
|
|
1275
|
-
}
|
|
1276
|
-
/**
|
|
1277
|
-
* Defines values for QuotaLimitTypes. \
|
|
1278
|
-
* {@link KnownQuotaLimitTypes} can be used interchangeably with QuotaLimitTypes,
|
|
1279
|
-
* this enum contains the known values that the service supports.
|
|
1280
|
-
* ### Known values supported by the service
|
|
1281
|
-
* **Independent** \
|
|
1282
|
-
* **Shared**
|
|
1283
|
-
*/
|
|
1284
|
-
export type QuotaLimitTypes = string;
|
|
1285
|
-
/** Optional parameters. */
|
|
1286
|
-
export interface GroupQuotasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1287
|
-
/** The GroupQuota body details for creation or update of a GroupQuota entity. */
|
|
1288
|
-
groupQuotaPutRequestBody?: GroupQuotasEntity;
|
|
1289
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1290
|
-
updateIntervalInMs?: number;
|
|
1291
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1292
|
-
resumeFrom?: string;
|
|
1293
|
-
}
|
|
1294
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1295
|
-
export type GroupQuotasCreateOrUpdateResponse = GroupQuotasEntity;
|
|
1296
|
-
/** Optional parameters. */
|
|
1297
|
-
export interface GroupQuotasUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1298
|
-
/** The GroupQuotas Patch Request. */
|
|
1299
|
-
groupQuotasPatchRequestBody?: GroupQuotasEntityPatch;
|
|
1300
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1301
|
-
updateIntervalInMs?: number;
|
|
1302
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1303
|
-
resumeFrom?: string;
|
|
1304
|
-
}
|
|
1305
|
-
/** Contains response data for the update operation. */
|
|
1306
|
-
export type GroupQuotasUpdateResponse = GroupQuotasEntity;
|
|
1307
|
-
/** Optional parameters. */
|
|
1308
|
-
export interface GroupQuotasGetOptionalParams extends coreClient.OperationOptions {
|
|
1309
|
-
}
|
|
1310
|
-
/** Contains response data for the get operation. */
|
|
1311
|
-
export type GroupQuotasGetResponse = GroupQuotasEntity;
|
|
1312
|
-
/** Optional parameters. */
|
|
1313
|
-
export interface GroupQuotasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1314
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1315
|
-
updateIntervalInMs?: number;
|
|
1316
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1317
|
-
resumeFrom?: string;
|
|
1318
|
-
}
|
|
1319
|
-
/** Contains response data for the delete operation. */
|
|
1320
|
-
export type GroupQuotasDeleteResponse = GroupQuotasDeleteHeaders;
|
|
1321
|
-
/** Optional parameters. */
|
|
1322
|
-
export interface GroupQuotasListOptionalParams extends coreClient.OperationOptions {
|
|
1323
|
-
}
|
|
1324
|
-
/** Contains response data for the list operation. */
|
|
1325
|
-
export type GroupQuotasListResponse = GroupQuotaList;
|
|
1326
|
-
/** Optional parameters. */
|
|
1327
|
-
export interface GroupQuotasListNextOptionalParams extends coreClient.OperationOptions {
|
|
1328
|
-
}
|
|
1329
|
-
/** Contains response data for the listNext operation. */
|
|
1330
|
-
export type GroupQuotasListNextResponse = GroupQuotaList;
|
|
1331
|
-
/** Optional parameters. */
|
|
1332
|
-
export interface GroupQuotaSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1333
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1334
|
-
updateIntervalInMs?: number;
|
|
1335
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1336
|
-
resumeFrom?: string;
|
|
1337
|
-
}
|
|
1338
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1339
|
-
export type GroupQuotaSubscriptionsCreateOrUpdateResponse = GroupQuotaSubscriptionId;
|
|
1340
|
-
/** Optional parameters. */
|
|
1341
|
-
export interface GroupQuotaSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1342
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1343
|
-
updateIntervalInMs?: number;
|
|
1344
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1345
|
-
resumeFrom?: string;
|
|
1346
|
-
}
|
|
1347
|
-
/** Contains response data for the update operation. */
|
|
1348
|
-
export type GroupQuotaSubscriptionsUpdateResponse = GroupQuotaSubscriptionId;
|
|
1349
|
-
/** Optional parameters. */
|
|
1350
|
-
export interface GroupQuotaSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1351
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1352
|
-
updateIntervalInMs?: number;
|
|
1353
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1354
|
-
resumeFrom?: string;
|
|
1355
|
-
}
|
|
1356
|
-
/** Contains response data for the delete operation. */
|
|
1357
|
-
export type GroupQuotaSubscriptionsDeleteResponse = GroupQuotaSubscriptionsDeleteHeaders;
|
|
1358
|
-
/** Optional parameters. */
|
|
1359
|
-
export interface GroupQuotaSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1360
|
-
}
|
|
1361
|
-
/** Contains response data for the get operation. */
|
|
1362
|
-
export type GroupQuotaSubscriptionsGetResponse = GroupQuotaSubscriptionId;
|
|
1363
|
-
/** Optional parameters. */
|
|
1364
|
-
export interface GroupQuotaSubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
1365
|
-
}
|
|
1366
|
-
/** Contains response data for the list operation. */
|
|
1367
|
-
export type GroupQuotaSubscriptionsListResponse = GroupQuotaSubscriptionIdList;
|
|
1368
|
-
/** Optional parameters. */
|
|
1369
|
-
export interface GroupQuotaSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1370
|
-
}
|
|
1371
|
-
/** Contains response data for the listNext operation. */
|
|
1372
|
-
export type GroupQuotaSubscriptionsListNextResponse = GroupQuotaSubscriptionIdList;
|
|
1373
|
-
/** Optional parameters. */
|
|
1374
|
-
export interface GroupQuotaSubscriptionRequestsListOptionalParams extends coreClient.OperationOptions {
|
|
1375
|
-
}
|
|
1376
|
-
/** Contains response data for the list operation. */
|
|
1377
|
-
export type GroupQuotaSubscriptionRequestsListResponse = GroupQuotaSubscriptionRequestStatusList;
|
|
1378
|
-
/** Optional parameters. */
|
|
1379
|
-
export interface GroupQuotaSubscriptionRequestsGetOptionalParams extends coreClient.OperationOptions {
|
|
1380
|
-
}
|
|
1381
|
-
/** Contains response data for the get operation. */
|
|
1382
|
-
export type GroupQuotaSubscriptionRequestsGetResponse = GroupQuotaSubscriptionRequestStatus;
|
|
1383
|
-
/** Optional parameters. */
|
|
1384
|
-
export interface GroupQuotaSubscriptionRequestsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1385
|
-
}
|
|
1386
|
-
/** Contains response data for the listNext operation. */
|
|
1387
|
-
export type GroupQuotaSubscriptionRequestsListNextResponse = GroupQuotaSubscriptionRequestStatusList;
|
|
1388
|
-
/** Optional parameters. */
|
|
1389
|
-
export interface GroupQuotaLimitsRequestUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1390
|
-
/** The GroupQuotaRequest body details for specific resourceProvider/location/resources. */
|
|
1391
|
-
groupQuotaRequest?: GroupQuotaLimitList;
|
|
1392
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1393
|
-
updateIntervalInMs?: number;
|
|
1394
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1395
|
-
resumeFrom?: string;
|
|
1396
|
-
}
|
|
1397
|
-
/** Contains response data for the update operation. */
|
|
1398
|
-
export type GroupQuotaLimitsRequestUpdateResponse = GroupQuotaLimitList;
|
|
1399
|
-
/** Optional parameters. */
|
|
1400
|
-
export interface GroupQuotaLimitsRequestGetOptionalParams extends coreClient.OperationOptions {
|
|
1401
|
-
}
|
|
1402
|
-
/** Contains response data for the get operation. */
|
|
1403
|
-
export type GroupQuotaLimitsRequestGetResponse = SubmittedResourceRequestStatus;
|
|
1404
|
-
/** Optional parameters. */
|
|
1405
|
-
export interface GroupQuotaLimitsRequestListOptionalParams extends coreClient.OperationOptions {
|
|
1406
|
-
}
|
|
1407
|
-
/** Contains response data for the list operation. */
|
|
1408
|
-
export type GroupQuotaLimitsRequestListResponse = SubmittedResourceRequestStatusList;
|
|
1409
|
-
/** Optional parameters. */
|
|
1410
|
-
export interface GroupQuotaLimitsRequestListNextOptionalParams extends coreClient.OperationOptions {
|
|
1411
|
-
}
|
|
1412
|
-
/** Contains response data for the listNext operation. */
|
|
1413
|
-
export type GroupQuotaLimitsRequestListNextResponse = SubmittedResourceRequestStatusList;
|
|
1414
|
-
/** Optional parameters. */
|
|
1415
|
-
export interface GroupQuotaLimitsListOptionalParams extends coreClient.OperationOptions {
|
|
1416
|
-
}
|
|
1417
|
-
/** Contains response data for the list operation. */
|
|
1418
|
-
export type GroupQuotaLimitsListResponse = GroupQuotaLimitList;
|
|
1419
|
-
/** Optional parameters. */
|
|
1420
|
-
export interface GroupQuotaSubscriptionAllocationRequestUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1421
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1422
|
-
updateIntervalInMs?: number;
|
|
1423
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1424
|
-
resumeFrom?: string;
|
|
1425
|
-
}
|
|
1426
|
-
/** Contains response data for the update operation. */
|
|
1427
|
-
export type GroupQuotaSubscriptionAllocationRequestUpdateResponse = SubscriptionQuotaAllocationsList;
|
|
1428
|
-
/** Optional parameters. */
|
|
1429
|
-
export interface GroupQuotaSubscriptionAllocationRequestGetOptionalParams extends coreClient.OperationOptions {
|
|
1430
|
-
}
|
|
1431
|
-
/** Contains response data for the get operation. */
|
|
1432
|
-
export type GroupQuotaSubscriptionAllocationRequestGetResponse = QuotaAllocationRequestStatus;
|
|
1433
|
-
/** Optional parameters. */
|
|
1434
|
-
export interface GroupQuotaSubscriptionAllocationRequestListOptionalParams extends coreClient.OperationOptions {
|
|
1435
|
-
}
|
|
1436
|
-
/** Contains response data for the list operation. */
|
|
1437
|
-
export type GroupQuotaSubscriptionAllocationRequestListResponse = QuotaAllocationRequestStatusList;
|
|
1438
|
-
/** Optional parameters. */
|
|
1439
|
-
export interface GroupQuotaSubscriptionAllocationRequestListNextOptionalParams extends coreClient.OperationOptions {
|
|
1440
|
-
}
|
|
1441
|
-
/** Contains response data for the listNext operation. */
|
|
1442
|
-
export type GroupQuotaSubscriptionAllocationRequestListNextResponse = QuotaAllocationRequestStatusList;
|
|
1443
|
-
/** Optional parameters. */
|
|
1444
|
-
export interface GroupQuotaSubscriptionAllocationListOptionalParams extends coreClient.OperationOptions {
|
|
1445
|
-
}
|
|
1446
|
-
/** Contains response data for the list operation. */
|
|
1447
|
-
export type GroupQuotaSubscriptionAllocationListResponse = SubscriptionQuotaAllocationsList;
|
|
1448
|
-
/** Optional parameters. */
|
|
1449
|
-
export interface UsagesGetOptionalParams extends coreClient.OperationOptions {
|
|
1450
|
-
}
|
|
1451
|
-
/** Contains response data for the get operation. */
|
|
1452
|
-
export type UsagesGetResponse = UsagesGetHeaders & CurrentUsagesBase;
|
|
1453
|
-
/** Optional parameters. */
|
|
1454
|
-
export interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
1455
|
-
}
|
|
1456
|
-
/** Contains response data for the list operation. */
|
|
1457
|
-
export type UsagesListResponse = UsagesListHeaders & UsagesLimits;
|
|
1458
|
-
/** Optional parameters. */
|
|
1459
|
-
export interface UsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1460
|
-
}
|
|
1461
|
-
/** Contains response data for the listNext operation. */
|
|
1462
|
-
export type UsagesListNextResponse = UsagesListNextHeaders & UsagesLimits;
|
|
1463
|
-
/** Optional parameters. */
|
|
1464
|
-
export interface QuotaGetOptionalParams extends coreClient.OperationOptions {
|
|
1465
|
-
}
|
|
1466
|
-
/** Contains response data for the get operation. */
|
|
1467
|
-
export type QuotaGetResponse = QuotaGetHeaders & CurrentQuotaLimitBase;
|
|
1468
|
-
/** Optional parameters. */
|
|
1469
|
-
export interface QuotaCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1470
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1471
|
-
updateIntervalInMs?: number;
|
|
1472
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1473
|
-
resumeFrom?: string;
|
|
1474
|
-
}
|
|
1475
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1476
|
-
export type QuotaCreateOrUpdateResponse = CurrentQuotaLimitBase;
|
|
1477
|
-
/** Optional parameters. */
|
|
1478
|
-
export interface QuotaUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1479
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1480
|
-
updateIntervalInMs?: number;
|
|
1481
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1482
|
-
resumeFrom?: string;
|
|
1483
|
-
}
|
|
1484
|
-
/** Contains response data for the update operation. */
|
|
1485
|
-
export type QuotaUpdateResponse = CurrentQuotaLimitBase;
|
|
1486
|
-
/** Optional parameters. */
|
|
1487
|
-
export interface QuotaListOptionalParams extends coreClient.OperationOptions {
|
|
1488
|
-
}
|
|
1489
|
-
/** Contains response data for the list operation. */
|
|
1490
|
-
export type QuotaListResponse = QuotaListHeaders & QuotaLimits;
|
|
1491
|
-
/** Optional parameters. */
|
|
1492
|
-
export interface QuotaListNextOptionalParams extends coreClient.OperationOptions {
|
|
1493
|
-
}
|
|
1494
|
-
/** Contains response data for the listNext operation. */
|
|
1495
|
-
export type QuotaListNextResponse = QuotaListNextHeaders & QuotaLimits;
|
|
1496
|
-
/** Optional parameters. */
|
|
1497
|
-
export interface QuotaRequestStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
1498
|
-
}
|
|
1499
|
-
/** Contains response data for the get operation. */
|
|
1500
|
-
export type QuotaRequestStatusGetResponse = QuotaRequestDetails;
|
|
1501
|
-
/** Optional parameters. */
|
|
1502
|
-
export interface QuotaRequestStatusListOptionalParams extends coreClient.OperationOptions {
|
|
1503
|
-
/**
|
|
1504
|
-
* | Field | Supported operators
|
|
1505
|
-
* |---------------------|------------------------
|
|
1506
|
-
*
|
|
1507
|
-
* |requestSubmitTime | ge, le, eq, gt, lt
|
|
1508
|
-
* |provisioningState eq {QuotaRequestState}
|
|
1509
|
-
* |resourceName eq {resourceName}
|
|
1510
|
-
*
|
|
1511
|
-
*/
|
|
1512
|
-
filter?: string;
|
|
1513
|
-
/** Number of records to return. */
|
|
1514
|
-
top?: number;
|
|
1515
|
-
/** 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. */
|
|
1516
|
-
skiptoken?: string;
|
|
1517
|
-
}
|
|
1518
|
-
/** Contains response data for the list operation. */
|
|
1519
|
-
export type QuotaRequestStatusListResponse = QuotaRequestDetailsList;
|
|
1520
|
-
/** Optional parameters. */
|
|
1521
|
-
export interface QuotaRequestStatusListNextOptionalParams extends coreClient.OperationOptions {
|
|
1522
|
-
}
|
|
1523
|
-
/** Contains response data for the listNext operation. */
|
|
1524
|
-
export type QuotaRequestStatusListNextResponse = QuotaRequestDetailsList;
|
|
1525
|
-
/** Optional parameters. */
|
|
1526
|
-
export interface QuotaOperationListOptionalParams extends coreClient.OperationOptions {
|
|
1527
|
-
}
|
|
1528
|
-
/** Contains response data for the list operation. */
|
|
1529
|
-
export type QuotaOperationListResponse = OperationList;
|
|
1530
|
-
/** Optional parameters. */
|
|
1531
|
-
export interface QuotaOperationListNextOptionalParams extends coreClient.OperationOptions {
|
|
1532
|
-
}
|
|
1533
|
-
/** Contains response data for the listNext operation. */
|
|
1534
|
-
export type QuotaOperationListNextResponse = OperationList;
|
|
1535
|
-
/** Optional parameters. */
|
|
1536
|
-
export interface AzureQuotaExtensionAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
1537
|
-
/** server parameter */
|
|
1538
|
-
$host?: string;
|
|
1539
|
-
/** Api Version */
|
|
1540
|
-
apiVersion?: string;
|
|
1541
|
-
/** Overrides client endpoint. */
|
|
1542
|
-
endpoint?: string;
|
|
1543
|
-
}
|
|
1
|
+
export { OperationResponse, OperationDisplay, ExceptionResponse, ServiceError, ServiceErrorDetail, QuotaRequestDetails, QuotaRequestProperties, KnownQuotaRequestState, QuotaRequestState, SubRequest, ResourceName, LimitJsonObject, LimitJsonObjectUnion, KnownLimitType, LimitType, LimitObject, KnownQuotaLimitTypes, QuotaLimitTypes, ExtensionResource, Resource, SystemData, KnownCreatedByType, CreatedByType, GroupQuotasEntity, GroupQuotasEntityProperties, GroupQuotasEntityBase, KnownGroupType, GroupType, KnownRequestState, RequestState, ProxyResource, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, GroupQuotasEntityPatch, GroupQuotasEntityPatchProperties, GroupQuotasEntityBasePatch, SubmittedResourceRequestStatus, SubmittedResourceRequestStatusProperties, GroupQuotaRequestBase, GroupQuotaRequestBaseProperties, GroupQuotaRequestBasePropertiesName, GroupQuotaLimitList, GroupQuotaLimitListProperties, GroupQuotaLimit, GroupQuotaLimitProperties, GroupQuotaDetails, GroupQuotaDetailsName, AllocatedQuotaToSubscriptionList, AllocatedToSubscription, ResourceUsages, GroupQuotaUsagesBase, GroupQuotaUsagesBaseName, GroupQuotaSubscriptionId, GroupQuotaSubscriptionIdProperties, GroupQuotaSubscriptionRequestStatus, GroupQuotaSubscriptionRequestStatusProperties, SubscriptionQuotaAllocationsList, SubscriptionQuotaAllocationsListProperties, SubscriptionQuotaAllocations, SubscriptionQuotaAllocationsProperties, SubscriptionQuotaDetails, SubscriptionQuotaDetailsName, QuotaAllocationRequestStatus, QuotaAllocationRequestStatusProperties, QuotaAllocationRequestBase, QuotaAllocationRequestBaseProperties, QuotaAllocationRequestBasePropertiesName, GroupQuotasEnforcementStatus, GroupQuotasEnforcementStatusProperties, KnownEnforcementState, EnforcementState, CurrentUsagesBase, UsagesProperties, UsagesObject, KnownUsagesTypes, UsagesTypes, CurrentQuotaLimitBase, QuotaProperties, KnownVersions, } from "./models.js";
|
|
1544
2
|
//# sourceMappingURL=index.d.ts.map
|