@azure/arm-commitmentplans 2.0.0-beta.2 → 2.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -4
- package/LICENSE +4 -4
- package/README.md +30 -20
- package/{dist-esm/src → dist/browser}/azureMLCommitmentPlansManagementClient.d.ts +4 -2
- package/dist/browser/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
- package/dist/browser/azureMLCommitmentPlansManagementClient.js +114 -0
- package/dist/browser/azureMLCommitmentPlansManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +29 -22
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/models/index.js +7 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +16 -7
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/commitmentAssociations.d.ts +3 -3
- package/dist/browser/operations/commitmentAssociations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/commitmentAssociations.js +30 -33
- package/dist/browser/operations/commitmentAssociations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/commitmentPlans.d.ts +3 -3
- package/dist/browser/operations/commitmentPlans.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/commitmentPlans.js +56 -63
- package/dist/browser/operations/commitmentPlans.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +16 -27
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skus.d.ts +3 -3
- package/dist/browser/operations/skus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/skus.js +16 -27
- package/dist/browser/operations/skus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usageHistory.d.ts +3 -3
- package/dist/browser/operations/usageHistory.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/usageHistory.js +30 -33
- package/dist/browser/operations/usageHistory.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentAssociations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentAssociations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.d.ts +1 -1
- package/dist/browser/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/skus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/usageHistory.d.ts +1 -1
- package/dist/browser/operationsInterfaces/usageHistory.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usageHistory.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureMLCommitmentPlansManagementClient.d.ts +24 -0
- package/dist/commonjs/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
- package/dist/commonjs/azureMLCommitmentPlansManagementClient.js +119 -0
- package/dist/commonjs/azureMLCommitmentPlansManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-commitmentplans.d.ts → dist/commonjs/models/index.d.ts} +529 -706
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +37 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +24 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +753 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +15 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +128 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/commitmentAssociations.d.ts +55 -0
- package/dist/commonjs/operations/commitmentAssociations.d.ts.map +1 -0
- package/dist/commonjs/operations/commitmentAssociations.js +205 -0
- package/dist/commonjs/operations/commitmentAssociations.js.map +1 -0
- package/dist/commonjs/operations/commitmentPlans.d.ts +84 -0
- package/dist/commonjs/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/commonjs/operations/commitmentPlans.js +330 -0
- package/dist/commonjs/operations/commitmentPlans.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +81 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/skus.d.ts +26 -0
- package/dist/commonjs/operations/skus.d.ts.map +1 -0
- package/dist/commonjs/operations/skus.js +81 -0
- package/dist/commonjs/operations/skus.js.map +1 -0
- package/dist/commonjs/operations/usageHistory.d.ts +38 -0
- package/dist/commonjs/operations/usageHistory.d.ts.map +1 -0
- package/dist/commonjs/operations/usageHistory.js +133 -0
- package/dist/commonjs/operations/usageHistory.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentAssociations.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentAssociations.js +10 -0
- package/dist/commonjs/operationsInterfaces/commitmentAssociations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js +10 -0
- package/dist/commonjs/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skus.js +10 -0
- package/dist/commonjs/operationsInterfaces/skus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usageHistory.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usageHistory.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usageHistory.js +10 -0
- package/dist/commonjs/operationsInterfaces/usageHistory.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/azureMLCommitmentPlansManagementClient.d.ts +24 -0
- package/dist/esm/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
- package/dist/esm/azureMLCommitmentPlansManagementClient.js +114 -0
- package/dist/esm/azureMLCommitmentPlansManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +529 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +34 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +24 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +750 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +15 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +125 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/commitmentAssociations.d.ts +55 -0
- package/dist/esm/operations/commitmentAssociations.d.ts.map +1 -0
- package/dist/esm/operations/commitmentAssociations.js +200 -0
- package/dist/esm/operations/commitmentAssociations.js.map +1 -0
- package/dist/esm/operations/commitmentPlans.d.ts +84 -0
- package/dist/esm/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/esm/operations/commitmentPlans.js +325 -0
- package/dist/esm/operations/commitmentPlans.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +76 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/skus.d.ts +26 -0
- package/dist/esm/operations/skus.d.ts.map +1 -0
- package/dist/esm/operations/skus.js +76 -0
- package/dist/esm/operations/skus.js.map +1 -0
- package/dist/esm/operations/usageHistory.d.ts +38 -0
- package/dist/esm/operations/usageHistory.d.ts.map +1 -0
- package/dist/esm/operations/usageHistory.js +128 -0
- package/dist/esm/operations/usageHistory.js.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentAssociations.d.ts +30 -0
- package/dist/esm/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentAssociations.js +9 -0
- package/dist/esm/operationsInterfaces/commitmentAssociations.js.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts +48 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist/esm/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/skus.d.ts +11 -0
- package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skus.js +9 -0
- package/dist/esm/operationsInterfaces/skus.js.map +1 -0
- package/dist/esm/operationsInterfaces/usageHistory.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usageHistory.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usageHistory.js +9 -0
- package/dist/esm/operationsInterfaces/usageHistory.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/azureMLCommitmentPlansManagementClient.d.ts +24 -0
- package/dist/react-native/azureMLCommitmentPlansManagementClient.d.ts.map +1 -0
- package/dist/react-native/azureMLCommitmentPlansManagementClient.js +114 -0
- package/dist/react-native/azureMLCommitmentPlansManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +529 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +34 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +24 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +750 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +15 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +125 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/commitmentAssociations.d.ts +55 -0
- package/dist/react-native/operations/commitmentAssociations.d.ts.map +1 -0
- package/dist/react-native/operations/commitmentAssociations.js +200 -0
- package/dist/react-native/operations/commitmentAssociations.js.map +1 -0
- package/dist/react-native/operations/commitmentPlans.d.ts +84 -0
- package/dist/react-native/operations/commitmentPlans.d.ts.map +1 -0
- package/dist/react-native/operations/commitmentPlans.js +325 -0
- package/dist/react-native/operations/commitmentPlans.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +76 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/skus.d.ts +26 -0
- package/dist/react-native/operations/skus.d.ts.map +1 -0
- package/dist/react-native/operations/skus.js +76 -0
- package/dist/react-native/operations/skus.js.map +1 -0
- package/dist/react-native/operations/usageHistory.d.ts +38 -0
- package/dist/react-native/operations/usageHistory.d.ts.map +1 -0
- package/dist/react-native/operations/usageHistory.js +128 -0
- package/dist/react-native/operations/usageHistory.js.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentAssociations.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/commitmentAssociations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentAssociations.js +9 -0
- package/dist/react-native/operationsInterfaces/commitmentAssociations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.js +9 -0
- package/dist/react-native/operationsInterfaces/commitmentPlans.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skus.js +9 -0
- package/dist/react-native/operationsInterfaces/skus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usageHistory.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usageHistory.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usageHistory.js +9 -0
- package/dist/react-native/operationsInterfaces/usageHistory.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -73
- package/review/{arm-commitmentplans.api.md → arm-commitmentplans-node.api.md} +7 -11
- package/dist/index.js +0 -1839
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/src/azureMLCommitmentPlansManagementClient.d.ts.map +0 -1
- package/dist-esm/src/azureMLCommitmentPlansManagementClient.js +0 -73
- package/dist-esm/src/azureMLCommitmentPlansManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/commitmentAssociations.d.ts.map +0 -1
- package/dist-esm/src/operations/commitmentAssociations.js.map +0 -1
- package/dist-esm/src/operations/commitmentPlans.d.ts.map +0 -1
- package/dist-esm/src/operations/commitmentPlans.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/skus.d.ts.map +0 -1
- package/dist-esm/src/operations/skus.js.map +0 -1
- package/dist-esm/src/operations/usageHistory.d.ts.map +0 -1
- package/dist-esm/src/operations/usageHistory.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentAssociations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentAssociations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentPlans.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/commitmentPlans.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usageHistory.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usageHistory.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/azureMLCommitmentPlansManagementClient.ts +0 -120
- package/src/models/index.ts +0 -579
- package/src/models/mappers.ts +0 -773
- package/src/models/parameters.ts +0 -147
- package/src/operations/commitmentAssociations.ts +0 -281
- package/src/operations/commitmentPlans.ts +0 -420
- package/src/operations/index.ts +0 -13
- package/src/operations/operations.ts +0 -95
- package/src/operations/skus.ts +0 -94
- package/src/operations/usageHistory.ts +0 -183
- package/src/operationsInterfaces/commitmentAssociations.ts +0 -62
- package/src/operationsInterfaces/commitmentPlans.ts +0 -92
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/skus.ts +0 -22
- package/src/operationsInterfaces/usageHistory.ts +0 -26
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentAssociations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/commitmentPlans.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usageHistory.js +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,579 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
/** The list of REST API operations. */
|
|
12
|
-
export interface OperationEntityListResult {
|
|
13
|
-
/**
|
|
14
|
-
* The list of operations.
|
|
15
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
16
|
-
*/
|
|
17
|
-
readonly value?: OperationEntity[];
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/** An API operation. */
|
|
21
|
-
export interface OperationEntity {
|
|
22
|
-
/**
|
|
23
|
-
* Operation name: {provider}/{resource}/{operation}.
|
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
-
*/
|
|
26
|
-
readonly name?: string;
|
|
27
|
-
/** The API operation info. */
|
|
28
|
-
display?: OperationDisplayInfo;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/** The API operation info. */
|
|
32
|
-
export interface OperationDisplayInfo {
|
|
33
|
-
/**
|
|
34
|
-
* The description of the operation.
|
|
35
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
36
|
-
*/
|
|
37
|
-
readonly description?: string;
|
|
38
|
-
/**
|
|
39
|
-
* The action that users can perform, based on their permission level.
|
|
40
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
41
|
-
*/
|
|
42
|
-
readonly operation?: string;
|
|
43
|
-
/**
|
|
44
|
-
* The service provider.
|
|
45
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
46
|
-
*/
|
|
47
|
-
readonly provider?: string;
|
|
48
|
-
/**
|
|
49
|
-
* The resource on which the operation is performed.
|
|
50
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
-
*/
|
|
52
|
-
readonly resource?: string;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/** The list of commitment plan SKUs. */
|
|
56
|
-
export interface SkuListResult {
|
|
57
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
58
|
-
readonly value?: CatalogSku[];
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/** Details of a commitment plan SKU. */
|
|
62
|
-
export interface CatalogSku {
|
|
63
|
-
/**
|
|
64
|
-
* Resource type name
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly resourceType?: string;
|
|
68
|
-
/**
|
|
69
|
-
* SKU name
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly name?: string;
|
|
73
|
-
/**
|
|
74
|
-
* SKU tier
|
|
75
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
-
*/
|
|
77
|
-
readonly tier?: string;
|
|
78
|
-
/**
|
|
79
|
-
* Regions where the SKU is available.
|
|
80
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
-
*/
|
|
82
|
-
readonly locations?: string[];
|
|
83
|
-
/**
|
|
84
|
-
* SKU scaling information
|
|
85
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
-
*/
|
|
87
|
-
readonly capacity?: SkuCapacity;
|
|
88
|
-
/**
|
|
89
|
-
* The capability information for the specified SKU.
|
|
90
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
-
*/
|
|
92
|
-
readonly capabilities?: SkuCapability[];
|
|
93
|
-
/**
|
|
94
|
-
* The cost information for the specified SKU.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly costs?: SkuCost[];
|
|
98
|
-
/**
|
|
99
|
-
* Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly restrictions?: SkuRestrictions[];
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
/** Describes scaling information of a SKU. */
|
|
106
|
-
export interface SkuCapacity {
|
|
107
|
-
/**
|
|
108
|
-
* The minimum capacity.
|
|
109
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
110
|
-
*/
|
|
111
|
-
readonly minimum?: number;
|
|
112
|
-
/**
|
|
113
|
-
* The maximum capacity that can be set.
|
|
114
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
115
|
-
*/
|
|
116
|
-
readonly maximum?: number;
|
|
117
|
-
/**
|
|
118
|
-
* The default capacity.
|
|
119
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
-
*/
|
|
121
|
-
readonly default?: number;
|
|
122
|
-
/**
|
|
123
|
-
* The scale type applicable to the sku.
|
|
124
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
-
*/
|
|
126
|
-
readonly scaleType?: SkuCapacityScaleType;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/** Describes The SKU capabilities object. */
|
|
130
|
-
export interface SkuCapability {
|
|
131
|
-
/**
|
|
132
|
-
* The capability name.
|
|
133
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
134
|
-
*/
|
|
135
|
-
readonly name?: string;
|
|
136
|
-
/**
|
|
137
|
-
* The capability value.
|
|
138
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
|
-
*/
|
|
140
|
-
readonly value?: string;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
/** Describes metadata for SKU cost info. */
|
|
144
|
-
export interface SkuCost {
|
|
145
|
-
/**
|
|
146
|
-
* The meter used for this part of a SKU's cost.
|
|
147
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
|
-
*/
|
|
149
|
-
readonly meterID?: string;
|
|
150
|
-
/**
|
|
151
|
-
* The multiplier for the meter ID.
|
|
152
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
153
|
-
*/
|
|
154
|
-
readonly quantity?: number;
|
|
155
|
-
/**
|
|
156
|
-
* The overall duration represented by the quantity.
|
|
157
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
158
|
-
*/
|
|
159
|
-
readonly extendedUnit?: string;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/** Describes restrictions which would prevent a SKU from being used. */
|
|
163
|
-
export interface SkuRestrictions {
|
|
164
|
-
/**
|
|
165
|
-
* The type of restrictions.
|
|
166
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
167
|
-
*/
|
|
168
|
-
readonly type?: ResourceSkuRestrictionsType;
|
|
169
|
-
/**
|
|
170
|
-
* The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
|
|
171
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
172
|
-
*/
|
|
173
|
-
readonly values?: string[];
|
|
174
|
-
/**
|
|
175
|
-
* The reason for restriction.
|
|
176
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
177
|
-
*/
|
|
178
|
-
readonly reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
/** Properties of an Azure ML commitment association. */
|
|
182
|
-
export interface CommitmentAssociationProperties {
|
|
183
|
-
/**
|
|
184
|
-
* The ID of the resource this association points to, such as the ARM ID of an Azure ML web service.
|
|
185
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
186
|
-
*/
|
|
187
|
-
readonly associatedResourceId?: string;
|
|
188
|
-
/**
|
|
189
|
-
* The ARM ID of the parent Azure ML commitment plan.
|
|
190
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
191
|
-
*/
|
|
192
|
-
readonly commitmentPlanId?: string;
|
|
193
|
-
/**
|
|
194
|
-
* The date at which this commitment association was created, in ISO 8601 format.
|
|
195
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
196
|
-
*/
|
|
197
|
-
readonly creationDate?: Date;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
/** Common properties of an ARM resource. */
|
|
201
|
-
export interface Resource {
|
|
202
|
-
/**
|
|
203
|
-
* Resource Id.
|
|
204
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
-
*/
|
|
206
|
-
readonly id?: string;
|
|
207
|
-
/**
|
|
208
|
-
* Resource name.
|
|
209
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
-
*/
|
|
211
|
-
readonly name?: string;
|
|
212
|
-
/** Resource location. */
|
|
213
|
-
location: string;
|
|
214
|
-
/**
|
|
215
|
-
* Resource type.
|
|
216
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
217
|
-
*/
|
|
218
|
-
readonly type?: string;
|
|
219
|
-
/** User-defined tags for the resource. */
|
|
220
|
-
tags?: { [propertyName: string]: string };
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/** A page of commitment association resources. */
|
|
224
|
-
export interface CommitmentAssociationListResult {
|
|
225
|
-
/** A URI to retrieve the next page of results. */
|
|
226
|
-
nextLink?: string;
|
|
227
|
-
/** The set of results for this page. */
|
|
228
|
-
value?: CommitmentAssociation[];
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
/** Specifies the destination Azure ML commitment plan for a move operation. */
|
|
232
|
-
export interface MoveCommitmentAssociationRequest {
|
|
233
|
-
/** The ARM ID of the commitment plan to re-parent the commitment association to. */
|
|
234
|
-
destinationPlanId?: string;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
/** Properties of an Azure ML commitment plan. */
|
|
238
|
-
export interface CommitmentPlanProperties {
|
|
239
|
-
/**
|
|
240
|
-
* Indicates whether usage beyond the commitment plan's included quantities will be charged.
|
|
241
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
242
|
-
*/
|
|
243
|
-
readonly chargeForOverage?: boolean;
|
|
244
|
-
/**
|
|
245
|
-
* Indicates whether the commitment plan will incur a charge.
|
|
246
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
247
|
-
*/
|
|
248
|
-
readonly chargeForPlan?: boolean;
|
|
249
|
-
/**
|
|
250
|
-
* The date at which this commitment plan was created, in ISO 8601 format.
|
|
251
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
252
|
-
*/
|
|
253
|
-
readonly creationDate?: Date;
|
|
254
|
-
/**
|
|
255
|
-
* The included resource quantities this plan gives you.
|
|
256
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
257
|
-
*/
|
|
258
|
-
readonly includedQuantities?: { [propertyName: string]: PlanQuantity };
|
|
259
|
-
/**
|
|
260
|
-
* The maximum number of commitment associations that can be children of this commitment plan.
|
|
261
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
262
|
-
*/
|
|
263
|
-
readonly maxAssociationLimit?: number;
|
|
264
|
-
/**
|
|
265
|
-
* The maximum scale-out capacity for this commitment plan.
|
|
266
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
267
|
-
*/
|
|
268
|
-
readonly maxCapacityLimit?: number;
|
|
269
|
-
/**
|
|
270
|
-
* The minimum scale-out capacity for this commitment plan.
|
|
271
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
272
|
-
*/
|
|
273
|
-
readonly minCapacityLimit?: number;
|
|
274
|
-
/**
|
|
275
|
-
* The Azure meter which will be used to charge for this commitment plan.
|
|
276
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
277
|
-
*/
|
|
278
|
-
readonly planMeter?: string;
|
|
279
|
-
/**
|
|
280
|
-
* The frequency at which this commitment plan's included quantities are refilled.
|
|
281
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
282
|
-
*/
|
|
283
|
-
readonly refillFrequencyInDays?: number;
|
|
284
|
-
/**
|
|
285
|
-
* Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
|
|
286
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
287
|
-
*/
|
|
288
|
-
readonly suspendPlanOnOverage?: boolean;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
/** Represents the quantity a commitment plan provides of a metered resource. */
|
|
292
|
-
export interface PlanQuantity {
|
|
293
|
-
/**
|
|
294
|
-
* The quantity added to the commitment plan at an interval specified by its allowance frequency.
|
|
295
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
296
|
-
*/
|
|
297
|
-
readonly allowance?: number;
|
|
298
|
-
/**
|
|
299
|
-
* The quantity available to the plan the last time usage was calculated.
|
|
300
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
301
|
-
*/
|
|
302
|
-
readonly amount?: number;
|
|
303
|
-
/**
|
|
304
|
-
* The Azure meter for usage against included quantities.
|
|
305
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
306
|
-
*/
|
|
307
|
-
readonly includedQuantityMeter?: string;
|
|
308
|
-
/**
|
|
309
|
-
* The Azure meter for usage which exceeds included quantities.
|
|
310
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
311
|
-
*/
|
|
312
|
-
readonly overageMeter?: string;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
/** The SKU of a resource. */
|
|
316
|
-
export interface ResourceSku {
|
|
317
|
-
/** The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource. */
|
|
318
|
-
capacity?: number;
|
|
319
|
-
/** The SKU name. Along with tier, uniquely identifies the SKU. */
|
|
320
|
-
name?: string;
|
|
321
|
-
/** The SKU tier. Along with name, uniquely identifies the SKU. */
|
|
322
|
-
tier?: string;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
/** The properties of a commitment plan which may be updated via PATCH. */
|
|
326
|
-
export interface CommitmentPlanPatchPayload {
|
|
327
|
-
/** User-defined tags for the commitment plan. */
|
|
328
|
-
tags?: { [propertyName: string]: string };
|
|
329
|
-
/** The commitment plan SKU. */
|
|
330
|
-
sku?: ResourceSku;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
/** A page of commitment plan resources. */
|
|
334
|
-
export interface CommitmentPlanListResult {
|
|
335
|
-
/** A URI to retrieve the next page of results. */
|
|
336
|
-
nextLink?: string;
|
|
337
|
-
/** The set of results for this page. */
|
|
338
|
-
value?: CommitmentPlan[];
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/** A page of usage history. */
|
|
342
|
-
export interface PlanUsageHistoryListResult {
|
|
343
|
-
/** A URI to retrieve the next page of results. */
|
|
344
|
-
nextLink?: string;
|
|
345
|
-
/** The set of results for this page. */
|
|
346
|
-
value?: PlanUsageHistory[];
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/** Represents historical information about usage of the Azure resources associated with a commitment plan. */
|
|
350
|
-
export interface PlanUsageHistory {
|
|
351
|
-
/** Overage incurred as a result of deleting a commitment plan. */
|
|
352
|
-
planDeletionOverage?: { [propertyName: string]: number };
|
|
353
|
-
/** Overage incurred as a result of migrating a commitment plan from one SKU to another. */
|
|
354
|
-
planMigrationOverage?: { [propertyName: string]: number };
|
|
355
|
-
/** Included quantities remaining after usage against the commitment plan's associated resources was calculated. */
|
|
356
|
-
planQuantitiesAfterUsage?: { [propertyName: string]: number };
|
|
357
|
-
/** Included quantities remaining before usage against the commitment plan's associated resources was calculated. */
|
|
358
|
-
planQuantitiesBeforeUsage?: { [propertyName: string]: number };
|
|
359
|
-
/** Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage. */
|
|
360
|
-
planUsageOverage?: { [propertyName: string]: number };
|
|
361
|
-
/** Usage against the commitment plan's associated resources. */
|
|
362
|
-
usage?: { [propertyName: string]: number };
|
|
363
|
-
/** The date of usage, in ISO 8601 format. */
|
|
364
|
-
usageDate?: Date;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
/** Represents the association between a commitment plan and some other resource, such as a Machine Learning web service. */
|
|
368
|
-
export type CommitmentAssociation = Resource & {
|
|
369
|
-
/** An entity tag used to enforce optimistic concurrency. */
|
|
370
|
-
etag?: string;
|
|
371
|
-
/** The properties of the commitment association resource. */
|
|
372
|
-
properties?: CommitmentAssociationProperties;
|
|
373
|
-
};
|
|
374
|
-
|
|
375
|
-
/** An Azure ML commitment plan resource. */
|
|
376
|
-
export type CommitmentPlan = Resource & {
|
|
377
|
-
/** An entity tag used to enforce optimistic concurrency. */
|
|
378
|
-
etag?: string;
|
|
379
|
-
/**
|
|
380
|
-
* The commitment plan properties.
|
|
381
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
382
|
-
*/
|
|
383
|
-
readonly properties?: CommitmentPlanProperties;
|
|
384
|
-
/** The commitment plan SKU. */
|
|
385
|
-
sku?: ResourceSku;
|
|
386
|
-
};
|
|
387
|
-
|
|
388
|
-
/** Known values of {@link SkuCapacityScaleType} that the service accepts. */
|
|
389
|
-
export enum KnownSkuCapacityScaleType {
|
|
390
|
-
Automatic = "Automatic",
|
|
391
|
-
Manual = "Manual",
|
|
392
|
-
None = "None"
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/**
|
|
396
|
-
* Defines values for SkuCapacityScaleType. \
|
|
397
|
-
* {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,
|
|
398
|
-
* this enum contains the known values that the service supports.
|
|
399
|
-
* ### Known values supported by the service
|
|
400
|
-
* **Automatic** \
|
|
401
|
-
* **Manual** \
|
|
402
|
-
* **None**
|
|
403
|
-
*/
|
|
404
|
-
export type SkuCapacityScaleType = string;
|
|
405
|
-
|
|
406
|
-
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
|
407
|
-
export enum KnownResourceSkuRestrictionsType {
|
|
408
|
-
Location = "location",
|
|
409
|
-
Zone = "zone"
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
/**
|
|
413
|
-
* Defines values for ResourceSkuRestrictionsType. \
|
|
414
|
-
* {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
|
|
415
|
-
* this enum contains the known values that the service supports.
|
|
416
|
-
* ### Known values supported by the service
|
|
417
|
-
* **location** \
|
|
418
|
-
* **zone**
|
|
419
|
-
*/
|
|
420
|
-
export type ResourceSkuRestrictionsType = string;
|
|
421
|
-
|
|
422
|
-
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
423
|
-
export enum KnownResourceSkuRestrictionsReasonCode {
|
|
424
|
-
QuotaId = "QuotaId",
|
|
425
|
-
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
* Defines values for ResourceSkuRestrictionsReasonCode. \
|
|
430
|
-
* {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
|
|
431
|
-
* this enum contains the known values that the service supports.
|
|
432
|
-
* ### Known values supported by the service
|
|
433
|
-
* **QuotaId** \
|
|
434
|
-
* **NotAvailableForSubscription**
|
|
435
|
-
*/
|
|
436
|
-
export type ResourceSkuRestrictionsReasonCode = string;
|
|
437
|
-
|
|
438
|
-
/** Optional parameters. */
|
|
439
|
-
export interface OperationsListOptionalParams
|
|
440
|
-
extends coreClient.OperationOptions {}
|
|
441
|
-
|
|
442
|
-
/** Contains response data for the list operation. */
|
|
443
|
-
export type OperationsListResponse = OperationEntityListResult;
|
|
444
|
-
|
|
445
|
-
/** Optional parameters. */
|
|
446
|
-
export interface SkusListOptionalParams extends coreClient.OperationOptions {}
|
|
447
|
-
|
|
448
|
-
/** Contains response data for the list operation. */
|
|
449
|
-
export type SkusListResponse = SkuListResult;
|
|
450
|
-
|
|
451
|
-
/** Optional parameters. */
|
|
452
|
-
export interface CommitmentAssociationsGetOptionalParams
|
|
453
|
-
extends coreClient.OperationOptions {}
|
|
454
|
-
|
|
455
|
-
/** Contains response data for the get operation. */
|
|
456
|
-
export type CommitmentAssociationsGetResponse = CommitmentAssociation;
|
|
457
|
-
|
|
458
|
-
/** Optional parameters. */
|
|
459
|
-
export interface CommitmentAssociationsListOptionalParams
|
|
460
|
-
extends coreClient.OperationOptions {
|
|
461
|
-
/** Continuation token for pagination. */
|
|
462
|
-
skipToken?: string;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
/** Contains response data for the list operation. */
|
|
466
|
-
export type CommitmentAssociationsListResponse = CommitmentAssociationListResult;
|
|
467
|
-
|
|
468
|
-
/** Optional parameters. */
|
|
469
|
-
export interface CommitmentAssociationsMoveOptionalParams
|
|
470
|
-
extends coreClient.OperationOptions {}
|
|
471
|
-
|
|
472
|
-
/** Contains response data for the move operation. */
|
|
473
|
-
export type CommitmentAssociationsMoveResponse = CommitmentAssociation;
|
|
474
|
-
|
|
475
|
-
/** Optional parameters. */
|
|
476
|
-
export interface CommitmentAssociationsListNextOptionalParams
|
|
477
|
-
extends coreClient.OperationOptions {
|
|
478
|
-
/** Continuation token for pagination. */
|
|
479
|
-
skipToken?: string;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
/** Contains response data for the listNext operation. */
|
|
483
|
-
export type CommitmentAssociationsListNextResponse = CommitmentAssociationListResult;
|
|
484
|
-
|
|
485
|
-
/** Optional parameters. */
|
|
486
|
-
export interface CommitmentPlansGetOptionalParams
|
|
487
|
-
extends coreClient.OperationOptions {}
|
|
488
|
-
|
|
489
|
-
/** Contains response data for the get operation. */
|
|
490
|
-
export type CommitmentPlansGetResponse = CommitmentPlan;
|
|
491
|
-
|
|
492
|
-
/** Optional parameters. */
|
|
493
|
-
export interface CommitmentPlansCreateOrUpdateOptionalParams
|
|
494
|
-
extends coreClient.OperationOptions {}
|
|
495
|
-
|
|
496
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
497
|
-
export type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;
|
|
498
|
-
|
|
499
|
-
/** Optional parameters. */
|
|
500
|
-
export interface CommitmentPlansRemoveOptionalParams
|
|
501
|
-
extends coreClient.OperationOptions {}
|
|
502
|
-
|
|
503
|
-
/** Optional parameters. */
|
|
504
|
-
export interface CommitmentPlansPatchOptionalParams
|
|
505
|
-
extends coreClient.OperationOptions {}
|
|
506
|
-
|
|
507
|
-
/** Contains response data for the patch operation. */
|
|
508
|
-
export type CommitmentPlansPatchResponse = CommitmentPlan;
|
|
509
|
-
|
|
510
|
-
/** Optional parameters. */
|
|
511
|
-
export interface CommitmentPlansListOptionalParams
|
|
512
|
-
extends coreClient.OperationOptions {
|
|
513
|
-
/** Continuation token for pagination. */
|
|
514
|
-
skipToken?: string;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
/** Contains response data for the list operation. */
|
|
518
|
-
export type CommitmentPlansListResponse = CommitmentPlanListResult;
|
|
519
|
-
|
|
520
|
-
/** Optional parameters. */
|
|
521
|
-
export interface CommitmentPlansListInResourceGroupOptionalParams
|
|
522
|
-
extends coreClient.OperationOptions {
|
|
523
|
-
/** Continuation token for pagination. */
|
|
524
|
-
skipToken?: string;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
/** Contains response data for the listInResourceGroup operation. */
|
|
528
|
-
export type CommitmentPlansListInResourceGroupResponse = CommitmentPlanListResult;
|
|
529
|
-
|
|
530
|
-
/** Optional parameters. */
|
|
531
|
-
export interface CommitmentPlansListNextOptionalParams
|
|
532
|
-
extends coreClient.OperationOptions {
|
|
533
|
-
/** Continuation token for pagination. */
|
|
534
|
-
skipToken?: string;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
/** Contains response data for the listNext operation. */
|
|
538
|
-
export type CommitmentPlansListNextResponse = CommitmentPlanListResult;
|
|
539
|
-
|
|
540
|
-
/** Optional parameters. */
|
|
541
|
-
export interface CommitmentPlansListInResourceGroupNextOptionalParams
|
|
542
|
-
extends coreClient.OperationOptions {
|
|
543
|
-
/** Continuation token for pagination. */
|
|
544
|
-
skipToken?: string;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
/** Contains response data for the listInResourceGroupNext operation. */
|
|
548
|
-
export type CommitmentPlansListInResourceGroupNextResponse = CommitmentPlanListResult;
|
|
549
|
-
|
|
550
|
-
/** Optional parameters. */
|
|
551
|
-
export interface UsageHistoryListOptionalParams
|
|
552
|
-
extends coreClient.OperationOptions {
|
|
553
|
-
/** Continuation token for pagination. */
|
|
554
|
-
skipToken?: string;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
/** Contains response data for the list operation. */
|
|
558
|
-
export type UsageHistoryListResponse = PlanUsageHistoryListResult;
|
|
559
|
-
|
|
560
|
-
/** Optional parameters. */
|
|
561
|
-
export interface UsageHistoryListNextOptionalParams
|
|
562
|
-
extends coreClient.OperationOptions {
|
|
563
|
-
/** Continuation token for pagination. */
|
|
564
|
-
skipToken?: string;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
/** Contains response data for the listNext operation. */
|
|
568
|
-
export type UsageHistoryListNextResponse = PlanUsageHistoryListResult;
|
|
569
|
-
|
|
570
|
-
/** Optional parameters. */
|
|
571
|
-
export interface AzureMLCommitmentPlansManagementClientOptionalParams
|
|
572
|
-
extends coreClient.ServiceClientOptions {
|
|
573
|
-
/** server parameter */
|
|
574
|
-
$host?: string;
|
|
575
|
-
/** Api Version */
|
|
576
|
-
apiVersion?: string;
|
|
577
|
-
/** Overrides client endpoint. */
|
|
578
|
-
endpoint?: string;
|
|
579
|
-
}
|