@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
|
@@ -0,0 +1,529 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** The list of REST API operations. */
|
|
3
|
+
export interface OperationEntityListResult {
|
|
4
|
+
/**
|
|
5
|
+
* The list of operations.
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly value?: OperationEntity[];
|
|
9
|
+
}
|
|
10
|
+
/** An API operation. */
|
|
11
|
+
export interface OperationEntity {
|
|
12
|
+
/**
|
|
13
|
+
* Operation name: {provider}/{resource}/{operation}.
|
|
14
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
15
|
+
*/
|
|
16
|
+
readonly name?: string;
|
|
17
|
+
/** The API operation info. */
|
|
18
|
+
display?: OperationDisplayInfo;
|
|
19
|
+
}
|
|
20
|
+
/** The API operation info. */
|
|
21
|
+
export interface OperationDisplayInfo {
|
|
22
|
+
/**
|
|
23
|
+
* The description of the operation.
|
|
24
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
+
*/
|
|
26
|
+
readonly description?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The action that users can perform, based on their permission level.
|
|
29
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
30
|
+
*/
|
|
31
|
+
readonly operation?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The service provider.
|
|
34
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
35
|
+
*/
|
|
36
|
+
readonly provider?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The resource on which the operation is performed.
|
|
39
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
40
|
+
*/
|
|
41
|
+
readonly resource?: string;
|
|
42
|
+
}
|
|
43
|
+
/** The list of commitment plan SKUs. */
|
|
44
|
+
export interface SkuListResult {
|
|
45
|
+
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
46
|
+
readonly value?: CatalogSku[];
|
|
47
|
+
}
|
|
48
|
+
/** Details of a commitment plan SKU. */
|
|
49
|
+
export interface CatalogSku {
|
|
50
|
+
/**
|
|
51
|
+
* Resource type name
|
|
52
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
+
*/
|
|
54
|
+
readonly resourceType?: string;
|
|
55
|
+
/**
|
|
56
|
+
* SKU name
|
|
57
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
+
*/
|
|
59
|
+
readonly name?: string;
|
|
60
|
+
/**
|
|
61
|
+
* SKU tier
|
|
62
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
+
*/
|
|
64
|
+
readonly tier?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Regions where the SKU is available.
|
|
67
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
+
*/
|
|
69
|
+
readonly locations?: string[];
|
|
70
|
+
/**
|
|
71
|
+
* SKU scaling information
|
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
+
*/
|
|
74
|
+
readonly capacity?: SkuCapacity;
|
|
75
|
+
/**
|
|
76
|
+
* The capability information for the specified SKU.
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
+
*/
|
|
79
|
+
readonly capabilities?: SkuCapability[];
|
|
80
|
+
/**
|
|
81
|
+
* The cost information for the specified SKU.
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly costs?: SkuCost[];
|
|
85
|
+
/**
|
|
86
|
+
* Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions.
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly restrictions?: SkuRestrictions[];
|
|
90
|
+
}
|
|
91
|
+
/** Describes scaling information of a SKU. */
|
|
92
|
+
export interface SkuCapacity {
|
|
93
|
+
/**
|
|
94
|
+
* The minimum capacity.
|
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
+
*/
|
|
97
|
+
readonly minimum?: number;
|
|
98
|
+
/**
|
|
99
|
+
* The maximum capacity that can be set.
|
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
+
*/
|
|
102
|
+
readonly maximum?: number;
|
|
103
|
+
/**
|
|
104
|
+
* The default capacity.
|
|
105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
+
*/
|
|
107
|
+
readonly default?: number;
|
|
108
|
+
/**
|
|
109
|
+
* The scale type applicable to the sku.
|
|
110
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
111
|
+
*/
|
|
112
|
+
readonly scaleType?: SkuCapacityScaleType;
|
|
113
|
+
}
|
|
114
|
+
/** Describes The SKU capabilities object. */
|
|
115
|
+
export interface SkuCapability {
|
|
116
|
+
/**
|
|
117
|
+
* The capability name.
|
|
118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
+
*/
|
|
120
|
+
readonly name?: string;
|
|
121
|
+
/**
|
|
122
|
+
* The capability value.
|
|
123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
+
*/
|
|
125
|
+
readonly value?: string;
|
|
126
|
+
}
|
|
127
|
+
/** Describes metadata for SKU cost info. */
|
|
128
|
+
export interface SkuCost {
|
|
129
|
+
/**
|
|
130
|
+
* The meter used for this part of a SKU's cost.
|
|
131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
+
*/
|
|
133
|
+
readonly meterID?: string;
|
|
134
|
+
/**
|
|
135
|
+
* The multiplier for the meter ID.
|
|
136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
137
|
+
*/
|
|
138
|
+
readonly quantity?: number;
|
|
139
|
+
/**
|
|
140
|
+
* The overall duration represented by the quantity.
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly extendedUnit?: string;
|
|
144
|
+
}
|
|
145
|
+
/** Describes restrictions which would prevent a SKU from being used. */
|
|
146
|
+
export interface SkuRestrictions {
|
|
147
|
+
/**
|
|
148
|
+
* The type of restrictions.
|
|
149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
+
*/
|
|
151
|
+
readonly type?: ResourceSkuRestrictionsType;
|
|
152
|
+
/**
|
|
153
|
+
* The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
|
|
154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
155
|
+
*/
|
|
156
|
+
readonly values?: string[];
|
|
157
|
+
/**
|
|
158
|
+
* The reason for restriction.
|
|
159
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
+
*/
|
|
161
|
+
readonly reasonCode?: ResourceSkuRestrictionsReasonCode;
|
|
162
|
+
}
|
|
163
|
+
/** Properties of an Azure ML commitment association. */
|
|
164
|
+
export interface CommitmentAssociationProperties {
|
|
165
|
+
/**
|
|
166
|
+
* The ID of the resource this association points to, such as the ARM ID of an Azure ML web service.
|
|
167
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
+
*/
|
|
169
|
+
readonly associatedResourceId?: string;
|
|
170
|
+
/**
|
|
171
|
+
* The ARM ID of the parent Azure ML commitment plan.
|
|
172
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
173
|
+
*/
|
|
174
|
+
readonly commitmentPlanId?: string;
|
|
175
|
+
/**
|
|
176
|
+
* The date at which this commitment association was created, in ISO 8601 format.
|
|
177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
+
*/
|
|
179
|
+
readonly creationDate?: Date;
|
|
180
|
+
}
|
|
181
|
+
/** Common properties of an ARM resource. */
|
|
182
|
+
export interface Resource {
|
|
183
|
+
/**
|
|
184
|
+
* Resource Id.
|
|
185
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
186
|
+
*/
|
|
187
|
+
readonly id?: string;
|
|
188
|
+
/**
|
|
189
|
+
* Resource name.
|
|
190
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
191
|
+
*/
|
|
192
|
+
readonly name?: string;
|
|
193
|
+
/** Resource location. */
|
|
194
|
+
location: string;
|
|
195
|
+
/**
|
|
196
|
+
* Resource type.
|
|
197
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
198
|
+
*/
|
|
199
|
+
readonly type?: string;
|
|
200
|
+
/** User-defined tags for the resource. */
|
|
201
|
+
tags?: {
|
|
202
|
+
[propertyName: string]: string;
|
|
203
|
+
};
|
|
204
|
+
}
|
|
205
|
+
/** A page of commitment association resources. */
|
|
206
|
+
export interface CommitmentAssociationListResult {
|
|
207
|
+
/** A URI to retrieve the next page of results. */
|
|
208
|
+
nextLink?: string;
|
|
209
|
+
/** The set of results for this page. */
|
|
210
|
+
value?: CommitmentAssociation[];
|
|
211
|
+
}
|
|
212
|
+
/** Specifies the destination Azure ML commitment plan for a move operation. */
|
|
213
|
+
export interface MoveCommitmentAssociationRequest {
|
|
214
|
+
/** The ARM ID of the commitment plan to re-parent the commitment association to. */
|
|
215
|
+
destinationPlanId?: string;
|
|
216
|
+
}
|
|
217
|
+
/** Properties of an Azure ML commitment plan. */
|
|
218
|
+
export interface CommitmentPlanProperties {
|
|
219
|
+
/**
|
|
220
|
+
* Indicates whether usage beyond the commitment plan's included quantities will be charged.
|
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
222
|
+
*/
|
|
223
|
+
readonly chargeForOverage?: boolean;
|
|
224
|
+
/**
|
|
225
|
+
* Indicates whether the commitment plan will incur a charge.
|
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
+
*/
|
|
228
|
+
readonly chargeForPlan?: boolean;
|
|
229
|
+
/**
|
|
230
|
+
* The date at which this commitment plan was created, in ISO 8601 format.
|
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
+
*/
|
|
233
|
+
readonly creationDate?: Date;
|
|
234
|
+
/**
|
|
235
|
+
* The included resource quantities this plan gives you.
|
|
236
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
237
|
+
*/
|
|
238
|
+
readonly includedQuantities?: {
|
|
239
|
+
[propertyName: string]: PlanQuantity;
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* The maximum number of commitment associations that can be children of this commitment plan.
|
|
243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
244
|
+
*/
|
|
245
|
+
readonly maxAssociationLimit?: number;
|
|
246
|
+
/**
|
|
247
|
+
* The maximum scale-out capacity for this commitment plan.
|
|
248
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
249
|
+
*/
|
|
250
|
+
readonly maxCapacityLimit?: number;
|
|
251
|
+
/**
|
|
252
|
+
* The minimum scale-out capacity for this commitment plan.
|
|
253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
|
+
*/
|
|
255
|
+
readonly minCapacityLimit?: number;
|
|
256
|
+
/**
|
|
257
|
+
* The Azure meter which will be used to charge for this commitment plan.
|
|
258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
+
*/
|
|
260
|
+
readonly planMeter?: string;
|
|
261
|
+
/**
|
|
262
|
+
* The frequency at which this commitment plan's included quantities are refilled.
|
|
263
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
264
|
+
*/
|
|
265
|
+
readonly refillFrequencyInDays?: number;
|
|
266
|
+
/**
|
|
267
|
+
* Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.
|
|
268
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
269
|
+
*/
|
|
270
|
+
readonly suspendPlanOnOverage?: boolean;
|
|
271
|
+
}
|
|
272
|
+
/** Represents the quantity a commitment plan provides of a metered resource. */
|
|
273
|
+
export interface PlanQuantity {
|
|
274
|
+
/**
|
|
275
|
+
* The quantity added to the commitment plan at an interval specified by its allowance frequency.
|
|
276
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
277
|
+
*/
|
|
278
|
+
readonly allowance?: number;
|
|
279
|
+
/**
|
|
280
|
+
* The quantity available to the plan the last time usage was calculated.
|
|
281
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
282
|
+
*/
|
|
283
|
+
readonly amount?: number;
|
|
284
|
+
/**
|
|
285
|
+
* The Azure meter for usage against included quantities.
|
|
286
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
287
|
+
*/
|
|
288
|
+
readonly includedQuantityMeter?: string;
|
|
289
|
+
/**
|
|
290
|
+
* The Azure meter for usage which exceeds included quantities.
|
|
291
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
292
|
+
*/
|
|
293
|
+
readonly overageMeter?: string;
|
|
294
|
+
}
|
|
295
|
+
/** The SKU of a resource. */
|
|
296
|
+
export interface ResourceSku {
|
|
297
|
+
/** 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. */
|
|
298
|
+
capacity?: number;
|
|
299
|
+
/** The SKU name. Along with tier, uniquely identifies the SKU. */
|
|
300
|
+
name?: string;
|
|
301
|
+
/** The SKU tier. Along with name, uniquely identifies the SKU. */
|
|
302
|
+
tier?: string;
|
|
303
|
+
}
|
|
304
|
+
/** The properties of a commitment plan which may be updated via PATCH. */
|
|
305
|
+
export interface CommitmentPlanPatchPayload {
|
|
306
|
+
/** User-defined tags for the commitment plan. */
|
|
307
|
+
tags?: {
|
|
308
|
+
[propertyName: string]: string;
|
|
309
|
+
};
|
|
310
|
+
/** The commitment plan SKU. */
|
|
311
|
+
sku?: ResourceSku;
|
|
312
|
+
}
|
|
313
|
+
/** A page of commitment plan resources. */
|
|
314
|
+
export interface CommitmentPlanListResult {
|
|
315
|
+
/** A URI to retrieve the next page of results. */
|
|
316
|
+
nextLink?: string;
|
|
317
|
+
/** The set of results for this page. */
|
|
318
|
+
value?: CommitmentPlan[];
|
|
319
|
+
}
|
|
320
|
+
/** A page of usage history. */
|
|
321
|
+
export interface PlanUsageHistoryListResult {
|
|
322
|
+
/** A URI to retrieve the next page of results. */
|
|
323
|
+
nextLink?: string;
|
|
324
|
+
/** The set of results for this page. */
|
|
325
|
+
value?: PlanUsageHistory[];
|
|
326
|
+
}
|
|
327
|
+
/** Represents historical information about usage of the Azure resources associated with a commitment plan. */
|
|
328
|
+
export interface PlanUsageHistory {
|
|
329
|
+
/** Overage incurred as a result of deleting a commitment plan. */
|
|
330
|
+
planDeletionOverage?: {
|
|
331
|
+
[propertyName: string]: number;
|
|
332
|
+
};
|
|
333
|
+
/** Overage incurred as a result of migrating a commitment plan from one SKU to another. */
|
|
334
|
+
planMigrationOverage?: {
|
|
335
|
+
[propertyName: string]: number;
|
|
336
|
+
};
|
|
337
|
+
/** Included quantities remaining after usage against the commitment plan's associated resources was calculated. */
|
|
338
|
+
planQuantitiesAfterUsage?: {
|
|
339
|
+
[propertyName: string]: number;
|
|
340
|
+
};
|
|
341
|
+
/** Included quantities remaining before usage against the commitment plan's associated resources was calculated. */
|
|
342
|
+
planQuantitiesBeforeUsage?: {
|
|
343
|
+
[propertyName: string]: number;
|
|
344
|
+
};
|
|
345
|
+
/** Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage. */
|
|
346
|
+
planUsageOverage?: {
|
|
347
|
+
[propertyName: string]: number;
|
|
348
|
+
};
|
|
349
|
+
/** Usage against the commitment plan's associated resources. */
|
|
350
|
+
usage?: {
|
|
351
|
+
[propertyName: string]: number;
|
|
352
|
+
};
|
|
353
|
+
/** The date of usage, in ISO 8601 format. */
|
|
354
|
+
usageDate?: Date;
|
|
355
|
+
}
|
|
356
|
+
/** Represents the association between a commitment plan and some other resource, such as a Machine Learning web service. */
|
|
357
|
+
export interface CommitmentAssociation extends Resource {
|
|
358
|
+
/** An entity tag used to enforce optimistic concurrency. */
|
|
359
|
+
etag?: string;
|
|
360
|
+
/** The properties of the commitment association resource. */
|
|
361
|
+
properties?: CommitmentAssociationProperties;
|
|
362
|
+
}
|
|
363
|
+
/** An Azure ML commitment plan resource. */
|
|
364
|
+
export interface CommitmentPlan extends Resource {
|
|
365
|
+
/** An entity tag used to enforce optimistic concurrency. */
|
|
366
|
+
etag?: string;
|
|
367
|
+
/**
|
|
368
|
+
* The commitment plan properties.
|
|
369
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
370
|
+
*/
|
|
371
|
+
readonly properties?: CommitmentPlanProperties;
|
|
372
|
+
/** The commitment plan SKU. */
|
|
373
|
+
sku?: ResourceSku;
|
|
374
|
+
}
|
|
375
|
+
/** Known values of {@link SkuCapacityScaleType} that the service accepts. */
|
|
376
|
+
export declare enum KnownSkuCapacityScaleType {
|
|
377
|
+
/** Automatic */
|
|
378
|
+
Automatic = "Automatic",
|
|
379
|
+
/** Manual */
|
|
380
|
+
Manual = "Manual",
|
|
381
|
+
/** None */
|
|
382
|
+
None = "None"
|
|
383
|
+
}
|
|
384
|
+
/**
|
|
385
|
+
* Defines values for SkuCapacityScaleType. \
|
|
386
|
+
* {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,
|
|
387
|
+
* this enum contains the known values that the service supports.
|
|
388
|
+
* ### Known values supported by the service
|
|
389
|
+
* **Automatic** \
|
|
390
|
+
* **Manual** \
|
|
391
|
+
* **None**
|
|
392
|
+
*/
|
|
393
|
+
export type SkuCapacityScaleType = string;
|
|
394
|
+
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
|
395
|
+
export declare enum KnownResourceSkuRestrictionsType {
|
|
396
|
+
/** Location */
|
|
397
|
+
Location = "location",
|
|
398
|
+
/** Zone */
|
|
399
|
+
Zone = "zone"
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* Defines values for ResourceSkuRestrictionsType. \
|
|
403
|
+
* {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,
|
|
404
|
+
* this enum contains the known values that the service supports.
|
|
405
|
+
* ### Known values supported by the service
|
|
406
|
+
* **location** \
|
|
407
|
+
* **zone**
|
|
408
|
+
*/
|
|
409
|
+
export type ResourceSkuRestrictionsType = string;
|
|
410
|
+
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
411
|
+
export declare enum KnownResourceSkuRestrictionsReasonCode {
|
|
412
|
+
/** QuotaId */
|
|
413
|
+
QuotaId = "QuotaId",
|
|
414
|
+
/** NotAvailableForSubscription */
|
|
415
|
+
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Defines values for ResourceSkuRestrictionsReasonCode. \
|
|
419
|
+
* {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,
|
|
420
|
+
* this enum contains the known values that the service supports.
|
|
421
|
+
* ### Known values supported by the service
|
|
422
|
+
* **QuotaId** \
|
|
423
|
+
* **NotAvailableForSubscription**
|
|
424
|
+
*/
|
|
425
|
+
export type ResourceSkuRestrictionsReasonCode = string;
|
|
426
|
+
/** Optional parameters. */
|
|
427
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
428
|
+
}
|
|
429
|
+
/** Contains response data for the list operation. */
|
|
430
|
+
export type OperationsListResponse = OperationEntityListResult;
|
|
431
|
+
/** Optional parameters. */
|
|
432
|
+
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
433
|
+
}
|
|
434
|
+
/** Contains response data for the list operation. */
|
|
435
|
+
export type SkusListResponse = SkuListResult;
|
|
436
|
+
/** Optional parameters. */
|
|
437
|
+
export interface CommitmentAssociationsGetOptionalParams extends coreClient.OperationOptions {
|
|
438
|
+
}
|
|
439
|
+
/** Contains response data for the get operation. */
|
|
440
|
+
export type CommitmentAssociationsGetResponse = CommitmentAssociation;
|
|
441
|
+
/** Optional parameters. */
|
|
442
|
+
export interface CommitmentAssociationsListOptionalParams extends coreClient.OperationOptions {
|
|
443
|
+
/** Continuation token for pagination. */
|
|
444
|
+
skipToken?: string;
|
|
445
|
+
}
|
|
446
|
+
/** Contains response data for the list operation. */
|
|
447
|
+
export type CommitmentAssociationsListResponse = CommitmentAssociationListResult;
|
|
448
|
+
/** Optional parameters. */
|
|
449
|
+
export interface CommitmentAssociationsMoveOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
/** Contains response data for the move operation. */
|
|
452
|
+
export type CommitmentAssociationsMoveResponse = CommitmentAssociation;
|
|
453
|
+
/** Optional parameters. */
|
|
454
|
+
export interface CommitmentAssociationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
455
|
+
/** Continuation token for pagination. */
|
|
456
|
+
skipToken?: string;
|
|
457
|
+
}
|
|
458
|
+
/** Contains response data for the listNext operation. */
|
|
459
|
+
export type CommitmentAssociationsListNextResponse = CommitmentAssociationListResult;
|
|
460
|
+
/** Optional parameters. */
|
|
461
|
+
export interface CommitmentPlansGetOptionalParams extends coreClient.OperationOptions {
|
|
462
|
+
}
|
|
463
|
+
/** Contains response data for the get operation. */
|
|
464
|
+
export type CommitmentPlansGetResponse = CommitmentPlan;
|
|
465
|
+
/** Optional parameters. */
|
|
466
|
+
export interface CommitmentPlansCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
467
|
+
}
|
|
468
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
469
|
+
export type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;
|
|
470
|
+
/** Optional parameters. */
|
|
471
|
+
export interface CommitmentPlansRemoveOptionalParams extends coreClient.OperationOptions {
|
|
472
|
+
}
|
|
473
|
+
/** Optional parameters. */
|
|
474
|
+
export interface CommitmentPlansPatchOptionalParams extends coreClient.OperationOptions {
|
|
475
|
+
}
|
|
476
|
+
/** Contains response data for the patch operation. */
|
|
477
|
+
export type CommitmentPlansPatchResponse = CommitmentPlan;
|
|
478
|
+
/** Optional parameters. */
|
|
479
|
+
export interface CommitmentPlansListOptionalParams extends coreClient.OperationOptions {
|
|
480
|
+
/** Continuation token for pagination. */
|
|
481
|
+
skipToken?: string;
|
|
482
|
+
}
|
|
483
|
+
/** Contains response data for the list operation. */
|
|
484
|
+
export type CommitmentPlansListResponse = CommitmentPlanListResult;
|
|
485
|
+
/** Optional parameters. */
|
|
486
|
+
export interface CommitmentPlansListInResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
487
|
+
/** Continuation token for pagination. */
|
|
488
|
+
skipToken?: string;
|
|
489
|
+
}
|
|
490
|
+
/** Contains response data for the listInResourceGroup operation. */
|
|
491
|
+
export type CommitmentPlansListInResourceGroupResponse = CommitmentPlanListResult;
|
|
492
|
+
/** Optional parameters. */
|
|
493
|
+
export interface CommitmentPlansListNextOptionalParams extends coreClient.OperationOptions {
|
|
494
|
+
/** Continuation token for pagination. */
|
|
495
|
+
skipToken?: string;
|
|
496
|
+
}
|
|
497
|
+
/** Contains response data for the listNext operation. */
|
|
498
|
+
export type CommitmentPlansListNextResponse = CommitmentPlanListResult;
|
|
499
|
+
/** Optional parameters. */
|
|
500
|
+
export interface CommitmentPlansListInResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
501
|
+
/** Continuation token for pagination. */
|
|
502
|
+
skipToken?: string;
|
|
503
|
+
}
|
|
504
|
+
/** Contains response data for the listInResourceGroupNext operation. */
|
|
505
|
+
export type CommitmentPlansListInResourceGroupNextResponse = CommitmentPlanListResult;
|
|
506
|
+
/** Optional parameters. */
|
|
507
|
+
export interface UsageHistoryListOptionalParams extends coreClient.OperationOptions {
|
|
508
|
+
/** Continuation token for pagination. */
|
|
509
|
+
skipToken?: string;
|
|
510
|
+
}
|
|
511
|
+
/** Contains response data for the list operation. */
|
|
512
|
+
export type UsageHistoryListResponse = PlanUsageHistoryListResult;
|
|
513
|
+
/** Optional parameters. */
|
|
514
|
+
export interface UsageHistoryListNextOptionalParams extends coreClient.OperationOptions {
|
|
515
|
+
/** Continuation token for pagination. */
|
|
516
|
+
skipToken?: string;
|
|
517
|
+
}
|
|
518
|
+
/** Contains response data for the listNext operation. */
|
|
519
|
+
export type UsageHistoryListNextResponse = PlanUsageHistoryListResult;
|
|
520
|
+
/** Optional parameters. */
|
|
521
|
+
export interface AzureMLCommitmentPlansManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
522
|
+
/** server parameter */
|
|
523
|
+
$host?: string;
|
|
524
|
+
/** Api Version */
|
|
525
|
+
apiVersion?: string;
|
|
526
|
+
/** Overrides client endpoint. */
|
|
527
|
+
endpoint?: string;
|
|
528
|
+
}
|
|
529
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
/** Known values of {@link SkuCapacityScaleType} that the service accepts. */
|
|
9
|
+
export var KnownSkuCapacityScaleType;
|
|
10
|
+
(function (KnownSkuCapacityScaleType) {
|
|
11
|
+
/** Automatic */
|
|
12
|
+
KnownSkuCapacityScaleType["Automatic"] = "Automatic";
|
|
13
|
+
/** Manual */
|
|
14
|
+
KnownSkuCapacityScaleType["Manual"] = "Manual";
|
|
15
|
+
/** None */
|
|
16
|
+
KnownSkuCapacityScaleType["None"] = "None";
|
|
17
|
+
})(KnownSkuCapacityScaleType || (KnownSkuCapacityScaleType = {}));
|
|
18
|
+
/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */
|
|
19
|
+
export var KnownResourceSkuRestrictionsType;
|
|
20
|
+
(function (KnownResourceSkuRestrictionsType) {
|
|
21
|
+
/** Location */
|
|
22
|
+
KnownResourceSkuRestrictionsType["Location"] = "location";
|
|
23
|
+
/** Zone */
|
|
24
|
+
KnownResourceSkuRestrictionsType["Zone"] = "zone";
|
|
25
|
+
})(KnownResourceSkuRestrictionsType || (KnownResourceSkuRestrictionsType = {}));
|
|
26
|
+
/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */
|
|
27
|
+
export var KnownResourceSkuRestrictionsReasonCode;
|
|
28
|
+
(function (KnownResourceSkuRestrictionsReasonCode) {
|
|
29
|
+
/** QuotaId */
|
|
30
|
+
KnownResourceSkuRestrictionsReasonCode["QuotaId"] = "QuotaId";
|
|
31
|
+
/** NotAvailableForSubscription */
|
|
32
|
+
KnownResourceSkuRestrictionsReasonCode["NotAvailableForSubscription"] = "NotAvailableForSubscription";
|
|
33
|
+
})(KnownResourceSkuRestrictionsReasonCode || (KnownResourceSkuRestrictionsReasonCode = {}));
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA6XH,6EAA6E;AAC7E,MAAM,CAAN,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IACnC,gBAAgB;IAChB,oDAAuB,CAAA;IACvB,aAAa;IACb,8CAAiB,CAAA;IACjB,WAAW;IACX,0CAAa,CAAA;AACf,CAAC,EAPW,yBAAyB,KAAzB,yBAAyB,QAOpC;AAaD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,eAAe;IACf,yDAAqB,CAAA;IACrB,WAAW;IACX,iDAAa,CAAA;AACf,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAKX;AALD,WAAY,sCAAsC;IAChD,cAAc;IACd,6DAAmB,CAAA;IACnB,kCAAkC;IAClC,qGAA2D,CAAA;AAC7D,CAAC,EALW,sCAAsC,KAAtC,sCAAsC,QAKjD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** The list of REST API operations. */\nexport interface OperationEntityListResult {\n /**\n * The list of operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: OperationEntity[];\n}\n\n/** An API operation. */\nexport interface OperationEntity {\n /**\n * Operation name: {provider}/{resource}/{operation}.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** The API operation info. */\n display?: OperationDisplayInfo;\n}\n\n/** The API operation info. */\nexport interface OperationDisplayInfo {\n /**\n * The description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * The action that users can perform, based on their permission level.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The service provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The resource on which the operation is performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n}\n\n/** The list of commitment plan SKUs. */\nexport interface SkuListResult {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly value?: CatalogSku[];\n}\n\n/** Details of a commitment plan SKU. */\nexport interface CatalogSku {\n /**\n * Resource type name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resourceType?: string;\n /**\n * SKU name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * SKU tier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tier?: string;\n /**\n * Regions where the SKU is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly locations?: string[];\n /**\n * SKU scaling information\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: SkuCapacity;\n /**\n * The capability information for the specified SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capabilities?: SkuCapability[];\n /**\n * The cost information for the specified SKU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly costs?: SkuCost[];\n /**\n * Restrictions which would prevent a SKU from being used. This is empty if there are no restrictions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restrictions?: SkuRestrictions[];\n}\n\n/** Describes scaling information of a SKU. */\nexport interface SkuCapacity {\n /**\n * The minimum capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimum?: number;\n /**\n * The maximum capacity that can be set.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximum?: number;\n /**\n * The default capacity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly default?: number;\n /**\n * The scale type applicable to the sku.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scaleType?: SkuCapacityScaleType;\n}\n\n/** Describes The SKU capabilities object. */\nexport interface SkuCapability {\n /**\n * The capability name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The capability value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** Describes metadata for SKU cost info. */\nexport interface SkuCost {\n /**\n * The meter used for this part of a SKU's cost.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly meterID?: string;\n /**\n * The multiplier for the meter ID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quantity?: number;\n /**\n * The overall duration represented by the quantity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly extendedUnit?: string;\n}\n\n/** Describes restrictions which would prevent a SKU from being used. */\nexport interface SkuRestrictions {\n /**\n * The type of restrictions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: ResourceSkuRestrictionsType;\n /**\n * The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly values?: string[];\n /**\n * The reason for restriction.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reasonCode?: ResourceSkuRestrictionsReasonCode;\n}\n\n/** Properties of an Azure ML commitment association. */\nexport interface CommitmentAssociationProperties {\n /**\n * The ID of the resource this association points to, such as the ARM ID of an Azure ML web service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly associatedResourceId?: string;\n /**\n * The ARM ID of the parent Azure ML commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly commitmentPlanId?: string;\n /**\n * The date at which this commitment association was created, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n}\n\n/** Common properties of an ARM resource. */\nexport interface Resource {\n /**\n * Resource Id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Resource location. */\n location: string;\n /**\n * Resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** User-defined tags for the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** A page of commitment association resources. */\nexport interface CommitmentAssociationListResult {\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n /** The set of results for this page. */\n value?: CommitmentAssociation[];\n}\n\n/** Specifies the destination Azure ML commitment plan for a move operation. */\nexport interface MoveCommitmentAssociationRequest {\n /** The ARM ID of the commitment plan to re-parent the commitment association to. */\n destinationPlanId?: string;\n}\n\n/** Properties of an Azure ML commitment plan. */\nexport interface CommitmentPlanProperties {\n /**\n * Indicates whether usage beyond the commitment plan's included quantities will be charged.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly chargeForOverage?: boolean;\n /**\n * Indicates whether the commitment plan will incur a charge.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly chargeForPlan?: boolean;\n /**\n * The date at which this commitment plan was created, in ISO 8601 format.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationDate?: Date;\n /**\n * The included resource quantities this plan gives you.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly includedQuantities?: { [propertyName: string]: PlanQuantity };\n /**\n * The maximum number of commitment associations that can be children of this commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxAssociationLimit?: number;\n /**\n * The maximum scale-out capacity for this commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxCapacityLimit?: number;\n /**\n * The minimum scale-out capacity for this commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minCapacityLimit?: number;\n /**\n * The Azure meter which will be used to charge for this commitment plan.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly planMeter?: string;\n /**\n * The frequency at which this commitment plan's included quantities are refilled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly refillFrequencyInDays?: number;\n /**\n * Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly suspendPlanOnOverage?: boolean;\n}\n\n/** Represents the quantity a commitment plan provides of a metered resource. */\nexport interface PlanQuantity {\n /**\n * The quantity added to the commitment plan at an interval specified by its allowance frequency.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowance?: number;\n /**\n * The quantity available to the plan the last time usage was calculated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly amount?: number;\n /**\n * The Azure meter for usage against included quantities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly includedQuantityMeter?: string;\n /**\n * The Azure meter for usage which exceeds included quantities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly overageMeter?: string;\n}\n\n/** The SKU of a resource. */\nexport interface ResourceSku {\n /** 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. */\n capacity?: number;\n /** The SKU name. Along with tier, uniquely identifies the SKU. */\n name?: string;\n /** The SKU tier. Along with name, uniquely identifies the SKU. */\n tier?: string;\n}\n\n/** The properties of a commitment plan which may be updated via PATCH. */\nexport interface CommitmentPlanPatchPayload {\n /** User-defined tags for the commitment plan. */\n tags?: { [propertyName: string]: string };\n /** The commitment plan SKU. */\n sku?: ResourceSku;\n}\n\n/** A page of commitment plan resources. */\nexport interface CommitmentPlanListResult {\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n /** The set of results for this page. */\n value?: CommitmentPlan[];\n}\n\n/** A page of usage history. */\nexport interface PlanUsageHistoryListResult {\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n /** The set of results for this page. */\n value?: PlanUsageHistory[];\n}\n\n/** Represents historical information about usage of the Azure resources associated with a commitment plan. */\nexport interface PlanUsageHistory {\n /** Overage incurred as a result of deleting a commitment plan. */\n planDeletionOverage?: { [propertyName: string]: number };\n /** Overage incurred as a result of migrating a commitment plan from one SKU to another. */\n planMigrationOverage?: { [propertyName: string]: number };\n /** Included quantities remaining after usage against the commitment plan's associated resources was calculated. */\n planQuantitiesAfterUsage?: { [propertyName: string]: number };\n /** Included quantities remaining before usage against the commitment plan's associated resources was calculated. */\n planQuantitiesBeforeUsage?: { [propertyName: string]: number };\n /** Usage against the commitment plan's associated resources which was not covered by included quantities and is therefore overage. */\n planUsageOverage?: { [propertyName: string]: number };\n /** Usage against the commitment plan's associated resources. */\n usage?: { [propertyName: string]: number };\n /** The date of usage, in ISO 8601 format. */\n usageDate?: Date;\n}\n\n/** Represents the association between a commitment plan and some other resource, such as a Machine Learning web service. */\nexport interface CommitmentAssociation extends Resource {\n /** An entity tag used to enforce optimistic concurrency. */\n etag?: string;\n /** The properties of the commitment association resource. */\n properties?: CommitmentAssociationProperties;\n}\n\n/** An Azure ML commitment plan resource. */\nexport interface CommitmentPlan extends Resource {\n /** An entity tag used to enforce optimistic concurrency. */\n etag?: string;\n /**\n * The commitment plan properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: CommitmentPlanProperties;\n /** The commitment plan SKU. */\n sku?: ResourceSku;\n}\n\n/** Known values of {@link SkuCapacityScaleType} that the service accepts. */\nexport enum KnownSkuCapacityScaleType {\n /** Automatic */\n Automatic = \"Automatic\",\n /** Manual */\n Manual = \"Manual\",\n /** None */\n None = \"None\"\n}\n\n/**\n * Defines values for SkuCapacityScaleType. \\\n * {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic** \\\n * **Manual** \\\n * **None**\n */\nexport type SkuCapacityScaleType = string;\n\n/** Known values of {@link ResourceSkuRestrictionsType} that the service accepts. */\nexport enum KnownResourceSkuRestrictionsType {\n /** Location */\n Location = \"location\",\n /** Zone */\n Zone = \"zone\"\n}\n\n/**\n * Defines values for ResourceSkuRestrictionsType. \\\n * {@link KnownResourceSkuRestrictionsType} can be used interchangeably with ResourceSkuRestrictionsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **location** \\\n * **zone**\n */\nexport type ResourceSkuRestrictionsType = string;\n\n/** Known values of {@link ResourceSkuRestrictionsReasonCode} that the service accepts. */\nexport enum KnownResourceSkuRestrictionsReasonCode {\n /** QuotaId */\n QuotaId = \"QuotaId\",\n /** NotAvailableForSubscription */\n NotAvailableForSubscription = \"NotAvailableForSubscription\"\n}\n\n/**\n * Defines values for ResourceSkuRestrictionsReasonCode. \\\n * {@link KnownResourceSkuRestrictionsReasonCode} can be used interchangeably with ResourceSkuRestrictionsReasonCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **QuotaId** \\\n * **NotAvailableForSubscription**\n */\nexport type ResourceSkuRestrictionsReasonCode = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationEntityListResult;\n\n/** Optional parameters. */\nexport interface SkusListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type SkusListResponse = SkuListResult;\n\n/** Optional parameters. */\nexport interface CommitmentAssociationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommitmentAssociationsGetResponse = CommitmentAssociation;\n\n/** Optional parameters. */\nexport interface CommitmentAssociationsListOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CommitmentAssociationsListResponse = CommitmentAssociationListResult;\n\n/** Optional parameters. */\nexport interface CommitmentAssociationsMoveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the move operation. */\nexport type CommitmentAssociationsMoveResponse = CommitmentAssociation;\n\n/** Optional parameters. */\nexport interface CommitmentAssociationsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type CommitmentAssociationsListNextResponse = CommitmentAssociationListResult;\n\n/** Optional parameters. */\nexport interface CommitmentPlansGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CommitmentPlansGetResponse = CommitmentPlan;\n\n/** Optional parameters. */\nexport interface CommitmentPlansCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CommitmentPlansCreateOrUpdateResponse = CommitmentPlan;\n\n/** Optional parameters. */\nexport interface CommitmentPlansRemoveOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface CommitmentPlansPatchOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the patch operation. */\nexport type CommitmentPlansPatchResponse = CommitmentPlan;\n\n/** Optional parameters. */\nexport interface CommitmentPlansListOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type CommitmentPlansListResponse = CommitmentPlanListResult;\n\n/** Optional parameters. */\nexport interface CommitmentPlansListInResourceGroupOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listInResourceGroup operation. */\nexport type CommitmentPlansListInResourceGroupResponse = CommitmentPlanListResult;\n\n/** Optional parameters. */\nexport interface CommitmentPlansListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type CommitmentPlansListNextResponse = CommitmentPlanListResult;\n\n/** Optional parameters. */\nexport interface CommitmentPlansListInResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listInResourceGroupNext operation. */\nexport type CommitmentPlansListInResourceGroupNextResponse = CommitmentPlanListResult;\n\n/** Optional parameters. */\nexport interface UsageHistoryListOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the list operation. */\nexport type UsageHistoryListResponse = PlanUsageHistoryListResult;\n\n/** Optional parameters. */\nexport interface UsageHistoryListNextOptionalParams\n extends coreClient.OperationOptions {\n /** Continuation token for pagination. */\n skipToken?: string;\n}\n\n/** Contains response data for the listNext operation. */\nexport type UsageHistoryListNextResponse = PlanUsageHistoryListResult;\n\n/** Optional parameters. */\nexport interface AzureMLCommitmentPlansManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const OperationEntityListResult: coreClient.CompositeMapper;
|
|
3
|
+
export declare const OperationEntity: coreClient.CompositeMapper;
|
|
4
|
+
export declare const OperationDisplayInfo: coreClient.CompositeMapper;
|
|
5
|
+
export declare const SkuListResult: coreClient.CompositeMapper;
|
|
6
|
+
export declare const CatalogSku: coreClient.CompositeMapper;
|
|
7
|
+
export declare const SkuCapacity: coreClient.CompositeMapper;
|
|
8
|
+
export declare const SkuCapability: coreClient.CompositeMapper;
|
|
9
|
+
export declare const SkuCost: coreClient.CompositeMapper;
|
|
10
|
+
export declare const SkuRestrictions: coreClient.CompositeMapper;
|
|
11
|
+
export declare const CommitmentAssociationProperties: coreClient.CompositeMapper;
|
|
12
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
13
|
+
export declare const CommitmentAssociationListResult: coreClient.CompositeMapper;
|
|
14
|
+
export declare const MoveCommitmentAssociationRequest: coreClient.CompositeMapper;
|
|
15
|
+
export declare const CommitmentPlanProperties: coreClient.CompositeMapper;
|
|
16
|
+
export declare const PlanQuantity: coreClient.CompositeMapper;
|
|
17
|
+
export declare const ResourceSku: coreClient.CompositeMapper;
|
|
18
|
+
export declare const CommitmentPlanPatchPayload: coreClient.CompositeMapper;
|
|
19
|
+
export declare const CommitmentPlanListResult: coreClient.CompositeMapper;
|
|
20
|
+
export declare const PlanUsageHistoryListResult: coreClient.CompositeMapper;
|
|
21
|
+
export declare const PlanUsageHistory: coreClient.CompositeMapper;
|
|
22
|
+
export declare const CommitmentAssociation: coreClient.CompositeMapper;
|
|
23
|
+
export declare const CommitmentPlan: coreClient.CompositeMapper;
|
|
24
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAoBlD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAqBxC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAmC7C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAoBtC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAsFnC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAmCpC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAqBtC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eA4BhC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAiCxC,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eA4BxD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA0CjC,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAyBxD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAazD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eA8EjD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAmCrC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAyBpC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAqBnD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,UAAU,CAAC,eAyBjD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAyBnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAuDzC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAqB9C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eA4BvC,CAAC"}
|