@azure/arm-machinelearningcompute 3.0.0-beta.2 → 3.0.0-beta.4
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 +14 -4
- package/LICENSE +4 -4
- package/README.md +30 -20
- 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}/lroImpl.js +13 -9
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.d.ts +4 -2
- package/dist/browser/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/browser/machineLearningComputeManagementClient.js +108 -0
- package/dist/browser/machineLearningComputeManagementClient.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +86 -21
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +65 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +25 -12
- 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/browser/operations/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.d.ts +3 -3
- package/dist/browser/operations/machineLearningCompute.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.js +3 -2
- package/dist/browser/operations/machineLearningCompute.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.d.ts +3 -3
- package/dist/browser/operations/operationalizationClusters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.js +168 -172
- package/dist/browser/operations/operationalizationClusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationalizationClusters.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/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/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/commonjs/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/machineLearningComputeManagementClient.js +113 -0
- package/dist/commonjs/machineLearningComputeManagementClient.js.map +1 -0
- package/{types/arm-machinelearningcompute.d.ts → dist/commonjs/models/index.d.ts} +702 -826
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +169 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +32 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +886 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +14 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +133 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/machineLearningCompute.d.ts +18 -0
- package/dist/commonjs/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/commonjs/operations/machineLearningCompute.js +49 -0
- package/dist/commonjs/operations/machineLearningCompute.js.map +1 -0
- package/dist/commonjs/operations/operationalizationClusters.d.ts +130 -0
- package/dist/commonjs/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/commonjs/operations/operationalizationClusters.js +586 -0
- package/dist/commonjs/operations/operationalizationClusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationalizationClusters.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/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/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/esm/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/esm/machineLearningComputeManagementClient.js +108 -0
- package/dist/esm/machineLearningComputeManagementClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +702 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +166 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +32 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +883 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +14 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +130 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/machineLearningCompute.d.ts +18 -0
- package/dist/esm/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/esm/operations/machineLearningCompute.js +44 -0
- package/dist/esm/operations/machineLearningCompute.js.map +1 -0
- package/dist/esm/operations/operationalizationClusters.d.ts +130 -0
- package/dist/esm/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/esm/operations/operationalizationClusters.js +581 -0
- package/dist/esm/operations/operationalizationClusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/machineLearningCompute.js} +2 -3
- package/dist/esm/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operationalizationClusters.js} +2 -3
- package/dist/esm/operationsInterfaces/operationalizationClusters.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/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/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/machineLearningComputeManagementClient.d.ts +21 -0
- package/dist/react-native/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist/react-native/machineLearningComputeManagementClient.js +108 -0
- package/dist/react-native/machineLearningComputeManagementClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +702 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +166 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +32 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +883 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +14 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +130 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/machineLearningCompute.d.ts +18 -0
- package/dist/react-native/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist/react-native/operations/machineLearningCompute.js +44 -0
- package/dist/react-native/operations/machineLearningCompute.js.map +1 -0
- package/dist/react-native/operations/operationalizationClusters.d.ts +130 -0
- package/dist/react-native/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist/react-native/operations/operationalizationClusters.js +581 -0
- package/dist/react-native/operations/operationalizationClusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.js +9 -0
- package/dist/react-native/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.js +9 -0
- package/dist/react-native/operationsInterfaces/operationalizationClusters.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 +87 -74
- package/review/{arm-machinelearningcompute.api.md → arm-machinelearningcompute-node.api.md} +12 -74
- package/dist/index.js +0 -1880
- 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/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/getOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/getOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +0 -43
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +0 -2
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +0 -29
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js +0 -29
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js +0 -54
- package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersGetSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js +0 -43
- package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js +0 -34
- package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js +0 -31
- package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js.map +0 -1
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/patchOperationalizationCluster.js +0 -34
- package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/putOperationalizationCluster.js +0 -54
- package/dist-esm/samples-dev/putOperationalizationCluster.js.map +0 -1
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +0 -2
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +0 -1
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +0 -31
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.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/lroImpl.js.map +0 -1
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +0 -1
- package/dist-esm/src/machineLearningComputeManagementClient.js +0 -70
- package/dist-esm/src/machineLearningComputeManagementClient.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.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/index.d.ts +0 -3
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/machineLearningCompute.d.ts.map +0 -1
- package/dist-esm/src/operations/machineLearningCompute.js.map +0 -1
- package/dist-esm/src/operations/operationalizationClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/operationalizationClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.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/lroImpl.ts +0 -34
- package/src/machineLearningComputeManagementClient.ts +0 -108
- package/src/models/index.ts +0 -717
- package/src/models/mappers.ts +0 -914
- package/src/models/parameters.ts +0 -150
- package/src/operations/machineLearningCompute.ts +0 -59
- package/src/operations/operationalizationClusters.ts +0 -801
- package/src/operationsInterfaces/machineLearningCompute.ts +0 -23
- package/src/operationsInterfaces/operationalizationClusters.ts +0 -189
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /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/machineLearningCompute.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ErrorResponseWrapper: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseWrapper\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AcsClusterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcsClusterProperties\",\n modelProperties: {\n clusterFqdn: {\n serializedName: \"clusterFqdn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n orchestratorType: {\n serializedName: \"orchestratorType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n orchestratorProperties: {\n serializedName: \"orchestratorProperties\",\n type: {\n name: \"Composite\",\n className: \"KubernetesClusterProperties\"\n }\n },\n systemServices: {\n serializedName: \"systemServices\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SystemService\"\n }\n }\n }\n },\n masterCount: {\n defaultValue: 1,\n constraints: {\n InclusiveMaximum: 5,\n InclusiveMinimum: 1\n },\n serializedName: \"masterCount\",\n type: {\n name: \"Number\"\n }\n },\n agentCount: {\n defaultValue: 2,\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1\n },\n serializedName: \"agentCount\",\n type: {\n name: \"Number\"\n }\n },\n agentVmSize: {\n defaultValue: \"Standard_D3_v2\",\n serializedName: \"agentVmSize\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const KubernetesClusterProperties: coreClient.CompositeMapper = {\n serializedName: \"Kubernetes\",\n type: {\n name: \"Composite\",\n className: \"KubernetesClusterProperties\",\n modelProperties: {\n servicePrincipal: {\n serializedName: \"servicePrincipal\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n }\n }\n }\n};\n\nexport const ServicePrincipalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n secret: {\n serializedName: \"secret\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemService\",\n modelProperties: {\n systemServiceType: {\n serializedName: \"systemServiceType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n publicIpAddress: {\n serializedName: \"publicIpAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n version: {\n serializedName: \"version\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppInsightsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppInsightsProperties\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GlobalServiceConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GlobalServiceConfiguration\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\"\n }\n },\n ssl: {\n serializedName: \"ssl\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\"\n }\n },\n serviceAuth: {\n serializedName: \"serviceAuth\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\"\n }\n },\n autoScale: {\n serializedName: \"autoScale\",\n type: {\n name: \"Composite\",\n className: \"AutoScaleConfiguration\"\n }\n }\n }\n }\n};\n\nexport const SslConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n cert: {\n serializedName: \"cert\",\n type: {\n name: \"String\"\n }\n },\n key: {\n serializedName: \"key\",\n type: {\n name: \"String\"\n }\n },\n cname: {\n serializedName: \"cname\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceAuthConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\",\n modelProperties: {\n primaryAuthKeyHash: {\n serializedName: \"primaryAuthKeyHash\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n secondaryAuthKeyHash: {\n serializedName: \"secondaryAuthKeyHash\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AutoScaleConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutoScaleConfiguration\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n minReplicas: {\n defaultValue: 1,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"minReplicas\",\n type: {\n name: \"Number\"\n }\n },\n maxReplicas: {\n defaultValue: 100,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"maxReplicas\",\n type: {\n name: \"Number\"\n }\n },\n targetUtilization: {\n serializedName: \"targetUtilization\",\n type: {\n name: \"Number\"\n }\n },\n refreshPeriodInSeconds: {\n serializedName: \"refreshPeriodInSeconds\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const OperationalizationClusterUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClusterUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const OperationalizationClusterCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClusterCredentials\",\n modelProperties: {\n storageAccount: {\n serializedName: \"storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentials\"\n }\n },\n containerRegistry: {\n serializedName: \"containerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryCredentials\"\n }\n },\n containerService: {\n serializedName: \"containerService\",\n type: {\n name: \"Composite\",\n className: \"ContainerServiceCredentials\"\n }\n },\n appInsights: {\n serializedName: \"appInsights\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsCredentials\"\n }\n },\n serviceAuthConfiguration: {\n serializedName: \"serviceAuthConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthConfiguration\"\n }\n },\n sslConfiguration: {\n serializedName: \"sslConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SslConfiguration\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountCredentials\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n primaryKey: {\n serializedName: \"primaryKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n secondaryKey: {\n serializedName: \"secondaryKey\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerRegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryCredentials\",\n modelProperties: {\n loginServer: {\n serializedName: \"loginServer\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"password\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n password2: {\n serializedName: \"password2\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n username: {\n serializedName: \"username\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ContainerServiceCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ContainerServiceCredentials\",\n modelProperties: {\n acsKubeConfig: {\n serializedName: \"acsKubeConfig\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n servicePrincipalConfiguration: {\n serializedName: \"servicePrincipalConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServicePrincipalProperties\"\n }\n },\n imagePullSecretName: {\n serializedName: \"imagePullSecretName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AppInsightsCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AppInsightsCredentials\",\n modelProperties: {\n appId: {\n serializedName: \"appId\",\n type: {\n name: \"String\"\n }\n },\n instrumentationKey: {\n serializedName: \"instrumentationKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckSystemServicesUpdatesAvailableResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckSystemServicesUpdatesAvailableResponse\",\n modelProperties: {\n updatesAvailable: {\n serializedName: \"updatesAvailable\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateSystemServicesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateSystemServicesResponse\",\n modelProperties: {\n updateStatus: {\n serializedName: \"updateStatus\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n updateStartedOn: {\n serializedName: \"updateStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n updateCompletedOn: {\n serializedName: \"updateCompletedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const PaginatedOperationalizationClustersList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PaginatedOperationalizationClustersList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationalizationCluster\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableOperations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableOperations\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceOperation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ResourceOperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationCluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationCluster\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n createdOn: {\n serializedName: \"properties.createdOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n modifiedOn: {\n serializedName: \"properties.modifiedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n provisioningErrors: {\n serializedName: \"properties.provisioningErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseWrapper\"\n }\n }\n }\n },\n clusterType: {\n serializedName: \"properties.clusterType\",\n type: {\n name: \"String\"\n }\n },\n storageAccount: {\n serializedName: \"properties.storageAccount\",\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\"\n }\n },\n containerRegistry: {\n serializedName: \"properties.containerRegistry\",\n type: {\n name: \"Composite\",\n className: \"ContainerRegistryProperties\"\n }\n },\n containerService: {\n serializedName: \"properties.containerService\",\n type: {\n name: \"Composite\",\n className: \"AcsClusterProperties\"\n }\n },\n appInsights: {\n serializedName: \"properties.appInsights\",\n type: {\n name: \"Composite\",\n className: \"AppInsightsProperties\"\n }\n },\n globalServiceConfiguration: {\n serializedName: \"properties.globalServiceConfiguration\",\n type: {\n name: \"Composite\",\n className: \"GlobalServiceConfiguration\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationClustersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClustersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationalizationClustersUpdateSystemServicesHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationalizationClustersUpdateSystemServicesHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const contentType: OperationParameter;
|
|
3
|
+
export declare const parameters: OperationParameter;
|
|
4
|
+
export declare const accept: OperationParameter;
|
|
5
|
+
export declare const $host: OperationURLParameter;
|
|
6
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
7
|
+
export declare const subscriptionId: OperationURLParameter;
|
|
8
|
+
export declare const resourceGroupName: OperationURLParameter;
|
|
9
|
+
export declare const clusterName: OperationURLParameter;
|
|
10
|
+
export declare const parameters1: OperationParameter;
|
|
11
|
+
export declare const deleteAll: OperationQueryParameter;
|
|
12
|
+
export declare const skiptoken: OperationQueryParameter;
|
|
13
|
+
export declare const nextLink: OperationURLParameter;
|
|
14
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAczB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,uBAQvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC"}
|
|
@@ -0,0 +1,130 @@
|
|
|
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
|
+
import { OperationalizationCluster as OperationalizationClusterMapper, OperationalizationClusterUpdateParameters as OperationalizationClusterUpdateParametersMapper } from "../models/mappers.js";
|
|
9
|
+
export const contentType = {
|
|
10
|
+
parameterPath: ["options", "contentType"],
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Content-Type",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export const parameters = {
|
|
21
|
+
parameterPath: "parameters",
|
|
22
|
+
mapper: OperationalizationClusterMapper
|
|
23
|
+
};
|
|
24
|
+
export const accept = {
|
|
25
|
+
parameterPath: "accept",
|
|
26
|
+
mapper: {
|
|
27
|
+
defaultValue: "application/json",
|
|
28
|
+
isConstant: true,
|
|
29
|
+
serializedName: "Accept",
|
|
30
|
+
type: {
|
|
31
|
+
name: "String"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export const $host = {
|
|
36
|
+
parameterPath: "$host",
|
|
37
|
+
mapper: {
|
|
38
|
+
serializedName: "$host",
|
|
39
|
+
required: true,
|
|
40
|
+
type: {
|
|
41
|
+
name: "String"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
skipEncoding: true
|
|
45
|
+
};
|
|
46
|
+
export const apiVersion = {
|
|
47
|
+
parameterPath: "apiVersion",
|
|
48
|
+
mapper: {
|
|
49
|
+
defaultValue: "2017-08-01-preview",
|
|
50
|
+
isConstant: true,
|
|
51
|
+
serializedName: "api-version",
|
|
52
|
+
type: {
|
|
53
|
+
name: "String"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
export const subscriptionId = {
|
|
58
|
+
parameterPath: "subscriptionId",
|
|
59
|
+
mapper: {
|
|
60
|
+
serializedName: "subscriptionId",
|
|
61
|
+
required: true,
|
|
62
|
+
type: {
|
|
63
|
+
name: "String"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
export const resourceGroupName = {
|
|
68
|
+
parameterPath: "resourceGroupName",
|
|
69
|
+
mapper: {
|
|
70
|
+
constraints: {
|
|
71
|
+
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
72
|
+
MaxLength: 90,
|
|
73
|
+
MinLength: 1
|
|
74
|
+
},
|
|
75
|
+
serializedName: "resourceGroupName",
|
|
76
|
+
required: true,
|
|
77
|
+
type: {
|
|
78
|
+
name: "String"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
export const clusterName = {
|
|
83
|
+
parameterPath: "clusterName",
|
|
84
|
+
mapper: {
|
|
85
|
+
constraints: {
|
|
86
|
+
Pattern: new RegExp("^[a-zA-Z][-\\w\\._\\(\\)]+[a-zA-Z0-9]$"),
|
|
87
|
+
MaxLength: 90,
|
|
88
|
+
MinLength: 1
|
|
89
|
+
},
|
|
90
|
+
serializedName: "clusterName",
|
|
91
|
+
required: true,
|
|
92
|
+
type: {
|
|
93
|
+
name: "String"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
export const parameters1 = {
|
|
98
|
+
parameterPath: "parameters",
|
|
99
|
+
mapper: OperationalizationClusterUpdateParametersMapper
|
|
100
|
+
};
|
|
101
|
+
export const deleteAll = {
|
|
102
|
+
parameterPath: ["options", "deleteAll"],
|
|
103
|
+
mapper: {
|
|
104
|
+
serializedName: "deleteAll",
|
|
105
|
+
type: {
|
|
106
|
+
name: "Boolean"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
export const skiptoken = {
|
|
111
|
+
parameterPath: ["options", "skiptoken"],
|
|
112
|
+
mapper: {
|
|
113
|
+
serializedName: "$skiptoken",
|
|
114
|
+
type: {
|
|
115
|
+
name: "String"
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
};
|
|
119
|
+
export const nextLink = {
|
|
120
|
+
parameterPath: "nextLink",
|
|
121
|
+
mapper: {
|
|
122
|
+
serializedName: "nextLink",
|
|
123
|
+
required: true,
|
|
124
|
+
type: {
|
|
125
|
+
name: "String"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
skipEncoding: true
|
|
129
|
+
};
|
|
130
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n OperationalizationCluster as OperationalizationClusterMapper,\n OperationalizationClusterUpdateParameters as OperationalizationClusterUpdateParametersMapper\n} from \"../models/mappers.js\";\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: OperationalizationClusterMapper\n};\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2017-08-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const clusterName: OperationURLParameter = {\n parameterPath: \"clusterName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z][-\\\\w\\\\._\\\\(\\\\)]+[a-zA-Z0-9]$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"clusterName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: OperationalizationClusterUpdateParametersMapper\n};\n\nexport const deleteAll: OperationQueryParameter = {\n parameterPath: [\"options\", \"deleteAll\"],\n mapper: {\n serializedName: \"deleteAll\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const skiptoken: OperationQueryParameter = {\n parameterPath: [\"options\", \"skiptoken\"],\n mapper: {\n serializedName: \"$skiptoken\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
export * from "./operationalizationClusters.js";
|
|
9
|
+
export * from "./machineLearningCompute.js";
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operationalizationClusters.js\";\nexport * from \"./machineLearningCompute.js\";\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MachineLearningCompute } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { MachineLearningComputeManagementClient } from "../machineLearningComputeManagementClient.js";
|
|
3
|
+
import { MachineLearningComputeListAvailableOperationsOptionalParams, MachineLearningComputeListAvailableOperationsResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing MachineLearningCompute operations. */
|
|
5
|
+
export declare class MachineLearningComputeImpl implements MachineLearningCompute {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class MachineLearningCompute class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: MachineLearningComputeManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Gets all available operations.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
listAvailableOperations(options?: MachineLearningComputeListAvailableOperationsOptionalParams): Promise<MachineLearningComputeListAvailableOperationsResponse>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=machineLearningCompute.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machineLearningCompute.d.ts","sourceRoot":"","sources":["../../../src/operations/machineLearningCompute.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,sCAAsC,EAAE,MAAM,8CAA8C,CAAC;AACtG,OAAO,EACL,2DAA2D,EAC3D,qDAAqD,EACtD,MAAM,oBAAoB,CAAC;AAE5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;OAGG;IACH,uBAAuB,CACrB,OAAO,CAAC,EAAE,2DAA2D,GACpE,OAAO,CAAC,qDAAqD,CAAC;CAMlE"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
|
+
/** Class containing MachineLearningCompute operations. */
|
|
12
|
+
export class MachineLearningComputeImpl {
|
|
13
|
+
client;
|
|
14
|
+
/**
|
|
15
|
+
* Initialize a new instance of the class MachineLearningCompute class.
|
|
16
|
+
* @param client Reference to the service client
|
|
17
|
+
*/
|
|
18
|
+
constructor(client) {
|
|
19
|
+
this.client = client;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Gets all available operations.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
listAvailableOperations(options) {
|
|
26
|
+
return this.client.sendOperationRequest({ options }, listAvailableOperationsOperationSpec);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
// Operation Specifications
|
|
30
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
31
|
+
const listAvailableOperationsOperationSpec = {
|
|
32
|
+
path: "/providers/Microsoft.MachineLearningCompute/operations",
|
|
33
|
+
httpMethod: "GET",
|
|
34
|
+
responses: {
|
|
35
|
+
200: {
|
|
36
|
+
bodyMapper: Mappers.AvailableOperations
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
queryParameters: [Parameters.apiVersion],
|
|
40
|
+
urlParameters: [Parameters.$host],
|
|
41
|
+
headerParameters: [Parameters.accept],
|
|
42
|
+
serializer
|
|
43
|
+
};
|
|
44
|
+
//# sourceMappingURL=machineLearningCompute.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machineLearningCompute.js","sourceRoot":"","sources":["../../../src/operations/machineLearningCompute.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAOtD,0DAA0D;AAC1D,MAAM,OAAO,0BAA0B;IACpB,MAAM,CAAyC;IAEhE;;;OAGG;IACH,YAAY,MAA8C;QACxD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,uBAAuB,CACrB,OAAqE;QAErE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,oCAAoC,CACrC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EAAE,wDAAwD;IAC9D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { MachineLearningCompute } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { MachineLearningComputeManagementClient } from \"../machineLearningComputeManagementClient.js\";\nimport {\n MachineLearningComputeListAvailableOperationsOptionalParams,\n MachineLearningComputeListAvailableOperationsResponse\n} from \"../models/index.js\";\n\n/** Class containing MachineLearningCompute operations. */\nexport class MachineLearningComputeImpl implements MachineLearningCompute {\n private readonly client: MachineLearningComputeManagementClient;\n\n /**\n * Initialize a new instance of the class MachineLearningCompute class.\n * @param client Reference to the service client\n */\n constructor(client: MachineLearningComputeManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all available operations.\n * @param options The options parameters.\n */\n listAvailableOperations(\n options?: MachineLearningComputeListAvailableOperationsOptionalParams\n ): Promise<MachineLearningComputeListAvailableOperationsResponse> {\n return this.client.sendOperationRequest(\n { options },\n listAvailableOperationsOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listAvailableOperationsOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.MachineLearningCompute/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AvailableOperations\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { OperationalizationClusters } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { MachineLearningComputeManagementClient } from "../machineLearningComputeManagementClient.js";
|
|
4
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
5
|
+
import { OperationalizationCluster, OperationalizationClustersListByResourceGroupOptionalParams, OperationalizationClustersListBySubscriptionIdOptionalParams, OperationalizationClustersCreateOrUpdateOptionalParams, OperationalizationClustersCreateOrUpdateResponse, OperationalizationClustersGetOptionalParams, OperationalizationClustersGetResponse, OperationalizationClusterUpdateParameters, OperationalizationClustersUpdateOptionalParams, OperationalizationClustersUpdateResponse, OperationalizationClustersDeleteOptionalParams, OperationalizationClustersDeleteResponse, OperationalizationClustersListKeysOptionalParams, OperationalizationClustersListKeysResponse, OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams, OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse, OperationalizationClustersUpdateSystemServicesOptionalParams, OperationalizationClustersUpdateSystemServicesResponse } from "../models/index.js";
|
|
6
|
+
/** Class containing OperationalizationClusters operations. */
|
|
7
|
+
export declare class OperationalizationClustersImpl implements OperationalizationClusters {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class OperationalizationClusters class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: MachineLearningComputeManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* Gets the clusters in the specified resource group.
|
|
16
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listByResourceGroup(resourceGroupName: string, options?: OperationalizationClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OperationalizationCluster>;
|
|
20
|
+
private listByResourceGroupPagingPage;
|
|
21
|
+
private listByResourceGroupPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Gets the operationalization clusters in the specified subscription.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
listBySubscriptionId(options?: OperationalizationClustersListBySubscriptionIdOptionalParams): PagedAsyncIterableIterator<OperationalizationCluster>;
|
|
27
|
+
private listBySubscriptionIdPagingPage;
|
|
28
|
+
private listBySubscriptionIdPagingAll;
|
|
29
|
+
/**
|
|
30
|
+
* Create or update an operationalization cluster.
|
|
31
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
32
|
+
* @param clusterName The name of the cluster.
|
|
33
|
+
* @param parameters Parameters supplied to create or update an Operationalization cluster.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: OperationalizationClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersCreateOrUpdateResponse>, OperationalizationClustersCreateOrUpdateResponse>>;
|
|
37
|
+
/**
|
|
38
|
+
* Create or update an operationalization cluster.
|
|
39
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
40
|
+
* @param clusterName The name of the cluster.
|
|
41
|
+
* @param parameters Parameters supplied to create or update an Operationalization cluster.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: OperationalizationClustersCreateOrUpdateOptionalParams): Promise<OperationalizationClustersCreateOrUpdateResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* Gets the operationalization cluster resource view. Note that the credentials are not returned by
|
|
47
|
+
* this call. Call ListKeys to get them.
|
|
48
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
49
|
+
* @param clusterName The name of the cluster.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
get(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersGetOptionalParams): Promise<OperationalizationClustersGetResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* The PATCH operation can be used to update only the tags for a cluster. Use PUT operation to update
|
|
55
|
+
* other properties.
|
|
56
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
57
|
+
* @param clusterName The name of the cluster.
|
|
58
|
+
* @param parameters The parameters supplied to patch the cluster.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
update(resourceGroupName: string, clusterName: string, parameters: OperationalizationClusterUpdateParameters, options?: OperationalizationClustersUpdateOptionalParams): Promise<OperationalizationClustersUpdateResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Deletes the specified cluster.
|
|
64
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
65
|
+
* @param clusterName The name of the cluster.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersDeleteResponse>, OperationalizationClustersDeleteResponse>>;
|
|
69
|
+
/**
|
|
70
|
+
* Deletes the specified cluster.
|
|
71
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
72
|
+
* @param clusterName The name of the cluster.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersDeleteOptionalParams): Promise<OperationalizationClustersDeleteResponse>;
|
|
76
|
+
/**
|
|
77
|
+
* Gets the credentials for the specified cluster such as Storage, ACR and ACS credentials. This is a
|
|
78
|
+
* long running operation because it fetches keys from dependencies.
|
|
79
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
80
|
+
* @param clusterName The name of the cluster.
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
listKeys(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersListKeysOptionalParams): Promise<OperationalizationClustersListKeysResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* Checks if updates are available for system services in the cluster.
|
|
86
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
87
|
+
* @param clusterName The name of the cluster.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams): Promise<OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>;
|
|
91
|
+
/**
|
|
92
|
+
* Updates system services in a cluster.
|
|
93
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
94
|
+
* @param clusterName The name of the cluster.
|
|
95
|
+
* @param options The options parameters.
|
|
96
|
+
*/
|
|
97
|
+
beginUpdateSystemServices(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersUpdateSystemServicesOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersUpdateSystemServicesResponse>, OperationalizationClustersUpdateSystemServicesResponse>>;
|
|
98
|
+
/**
|
|
99
|
+
* Updates system services in a cluster.
|
|
100
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
101
|
+
* @param clusterName The name of the cluster.
|
|
102
|
+
* @param options The options parameters.
|
|
103
|
+
*/
|
|
104
|
+
beginUpdateSystemServicesAndWait(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersUpdateSystemServicesOptionalParams): Promise<OperationalizationClustersUpdateSystemServicesResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* Gets the clusters in the specified resource group.
|
|
107
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
108
|
+
* @param options The options parameters.
|
|
109
|
+
*/
|
|
110
|
+
private _listByResourceGroup;
|
|
111
|
+
/**
|
|
112
|
+
* Gets the operationalization clusters in the specified subscription.
|
|
113
|
+
* @param options The options parameters.
|
|
114
|
+
*/
|
|
115
|
+
private _listBySubscriptionId;
|
|
116
|
+
/**
|
|
117
|
+
* ListByResourceGroupNext
|
|
118
|
+
* @param resourceGroupName Name of the resource group in which the cluster is located.
|
|
119
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
120
|
+
* @param options The options parameters.
|
|
121
|
+
*/
|
|
122
|
+
private _listByResourceGroupNext;
|
|
123
|
+
/**
|
|
124
|
+
* ListBySubscriptionIdNext
|
|
125
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySubscriptionId method.
|
|
126
|
+
* @param options The options parameters.
|
|
127
|
+
*/
|
|
128
|
+
private _listBySubscriptionIdNext;
|
|
129
|
+
}
|
|
130
|
+
//# sourceMappingURL=operationalizationClusters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operationalizationClusters.d.ts","sourceRoot":"","sources":["../../../src/operations/operationalizationClusters.ts"],"names":[],"mappings":"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"}
|