@azure/arm-streamanalytics 5.0.0-beta.1 → 5.0.0-beta.2
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 +15 -5
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +5148 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +291 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +137 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +634 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/functions.d.ts +107 -0
- package/dist/browser/operations/functions.d.ts.map +1 -0
- package/dist/browser/operations/functions.js +419 -0
- package/dist/browser/operations/functions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/inputs.d.ts +94 -0
- package/dist/browser/operations/inputs.d.ts.map +1 -0
- package/dist/browser/operations/inputs.js +380 -0
- package/dist/browser/operations/inputs.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/outputs.d.ts +95 -0
- package/dist/browser/operations/outputs.d.ts.map +1 -0
- package/dist/browser/operations/outputs.js +381 -0
- package/dist/browser/operations/outputs.js.map +1 -0
- package/dist/browser/operations/privateEndpoints.d.ts +73 -0
- package/dist/browser/operations/privateEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpoints.js +298 -0
- package/dist/browser/operations/privateEndpoints.js.map +1 -0
- package/dist/browser/operations/skuOperations.d.ts +38 -0
- package/dist/browser/operations/skuOperations.d.ts.map +1 -0
- package/dist/browser/operations/skuOperations.js +133 -0
- package/dist/browser/operations/skuOperations.js.map +1 -0
- package/dist/browser/operations/streamingJobs.d.ts +151 -0
- package/dist/browser/operations/streamingJobs.d.ts.map +1 -0
- package/dist/browser/operations/streamingJobs.js +718 -0
- package/dist/browser/operations/streamingJobs.js.map +1 -0
- package/dist/browser/operations/subscriptions.d.ts +96 -0
- package/dist/browser/operations/subscriptions.d.ts.map +1 -0
- package/dist/browser/operations/subscriptions.js +450 -0
- package/dist/browser/operations/subscriptions.js.map +1 -0
- package/dist/browser/operations/transformations.d.ts +46 -0
- package/dist/browser/operations/transformations.d.ts.map +1 -0
- package/dist/browser/operations/transformations.js +161 -0
- package/dist/browser/operations/transformations.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +84 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/functions.d.ts +82 -0
- package/dist/browser/operationsInterfaces/functions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/functions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/inputs.d.ts +69 -0
- package/dist/browser/operationsInterfaces/inputs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/inputs.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/outputs.d.ts +70 -0
- package/dist/browser/operationsInterfaces/outputs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/outputs.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpoints.d.ts +48 -0
- package/dist/browser/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/skuOperations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/skuOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/skuOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/streamingJobs.d.ts +115 -0
- package/dist/browser/operationsInterfaces/streamingJobs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/streamingJobs.js.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptions.d.ts +88 -0
- package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/transformations.d.ts +38 -0
- package/dist/browser/operationsInterfaces/transformations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/transformations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/streamAnalyticsManagementClient.d.ts +26 -0
- package/dist/browser/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/dist/browser/streamAnalyticsManagementClient.js +96 -0
- package/dist/browser/streamAnalyticsManagementClient.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 +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2815 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +269 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +221 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +5154 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +40 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +294 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +137 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +639 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/functions.d.ts +107 -0
- package/dist/commonjs/operations/functions.d.ts.map +1 -0
- package/dist/commonjs/operations/functions.js +424 -0
- package/dist/commonjs/operations/functions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/inputs.d.ts +94 -0
- package/dist/commonjs/operations/inputs.d.ts.map +1 -0
- package/dist/commonjs/operations/inputs.js +385 -0
- package/dist/commonjs/operations/inputs.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/outputs.d.ts +95 -0
- package/dist/commonjs/operations/outputs.d.ts.map +1 -0
- package/dist/commonjs/operations/outputs.js +386 -0
- package/dist/commonjs/operations/outputs.js.map +1 -0
- package/dist/commonjs/operations/privateEndpoints.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpoints.js +303 -0
- package/dist/commonjs/operations/privateEndpoints.js.map +1 -0
- package/dist/commonjs/operations/skuOperations.d.ts +38 -0
- package/dist/commonjs/operations/skuOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/skuOperations.js +138 -0
- package/dist/commonjs/operations/skuOperations.js.map +1 -0
- package/dist/commonjs/operations/streamingJobs.d.ts +151 -0
- package/dist/commonjs/operations/streamingJobs.d.ts.map +1 -0
- package/dist/commonjs/operations/streamingJobs.js +723 -0
- package/dist/commonjs/operations/streamingJobs.js.map +1 -0
- package/dist/commonjs/operations/subscriptions.d.ts +96 -0
- package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/subscriptions.js +455 -0
- package/dist/commonjs/operations/subscriptions.js.map +1 -0
- package/dist/commonjs/operations/transformations.d.ts +46 -0
- package/dist/commonjs/operations/transformations.d.ts.map +1 -0
- package/dist/commonjs/operations/transformations.js +166 -0
- package/dist/commonjs/operations/transformations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +84 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/functions.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/functions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/functions.js +10 -0
- package/dist/commonjs/operationsInterfaces/functions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/inputs.d.ts +69 -0
- package/dist/commonjs/operationsInterfaces/inputs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/inputs.js +10 -0
- package/dist/commonjs/operationsInterfaces/inputs.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/outputs.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/outputs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/outputs.js +10 -0
- package/dist/commonjs/operationsInterfaces/outputs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/skuOperations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/skuOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/skuOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/skuOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts +115 -0
- package/dist/commonjs/operationsInterfaces/streamingJobs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/streamingJobs.js +10 -0
- package/dist/commonjs/operationsInterfaces/streamingJobs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +88 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/transformations.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/transformations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/transformations.js +10 -0
- package/dist/commonjs/operationsInterfaces/transformations.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/dist/commonjs/streamAnalyticsManagementClient.d.ts +26 -0
- package/dist/commonjs/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/streamAnalyticsManagementClient.js +101 -0
- package/dist/commonjs/streamAnalyticsManagementClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2815 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +266 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +221 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +5148 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +40 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +291 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +137 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +634 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/functions.d.ts +107 -0
- package/dist/esm/operations/functions.d.ts.map +1 -0
- package/dist/esm/operations/functions.js +419 -0
- package/dist/esm/operations/functions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/inputs.d.ts +94 -0
- package/dist/esm/operations/inputs.d.ts.map +1 -0
- package/dist/esm/operations/inputs.js +380 -0
- package/dist/esm/operations/inputs.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/outputs.d.ts +95 -0
- package/dist/esm/operations/outputs.d.ts.map +1 -0
- package/dist/esm/operations/outputs.js +381 -0
- package/dist/esm/operations/outputs.js.map +1 -0
- package/dist/esm/operations/privateEndpoints.d.ts +73 -0
- package/dist/esm/operations/privateEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpoints.js +298 -0
- package/dist/esm/operations/privateEndpoints.js.map +1 -0
- package/dist/esm/operations/skuOperations.d.ts +38 -0
- package/dist/esm/operations/skuOperations.d.ts.map +1 -0
- package/dist/esm/operations/skuOperations.js +133 -0
- package/dist/esm/operations/skuOperations.js.map +1 -0
- package/dist/esm/operations/streamingJobs.d.ts +151 -0
- package/dist/esm/operations/streamingJobs.d.ts.map +1 -0
- package/dist/esm/operations/streamingJobs.js +718 -0
- package/dist/esm/operations/streamingJobs.js.map +1 -0
- package/dist/esm/operations/subscriptions.d.ts +96 -0
- package/dist/esm/operations/subscriptions.d.ts.map +1 -0
- package/dist/esm/operations/subscriptions.js +450 -0
- package/dist/esm/operations/subscriptions.js.map +1 -0
- package/dist/esm/operations/transformations.d.ts +46 -0
- package/dist/esm/operations/transformations.d.ts.map +1 -0
- package/dist/esm/operations/transformations.js +161 -0
- package/dist/esm/operations/transformations.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +84 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/functions.d.ts +82 -0
- package/dist/esm/operationsInterfaces/functions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/functions.js +9 -0
- package/dist/esm/operationsInterfaces/functions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/inputs.d.ts +69 -0
- package/dist/esm/operationsInterfaces/inputs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/inputs.js +9 -0
- package/dist/esm/operationsInterfaces/inputs.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/outputs.d.ts +70 -0
- package/dist/esm/operationsInterfaces/outputs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/outputs.js +9 -0
- package/dist/esm/operationsInterfaces/outputs.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpoints.d.ts +48 -0
- package/dist/esm/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/skuOperations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/skuOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/skuOperations.js +9 -0
- package/dist/esm/operationsInterfaces/skuOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/streamingJobs.d.ts +115 -0
- package/dist/esm/operationsInterfaces/streamingJobs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/streamingJobs.js +9 -0
- package/dist/esm/operationsInterfaces/streamingJobs.js.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptions.d.ts +88 -0
- package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/transformations.d.ts +38 -0
- package/dist/esm/operationsInterfaces/transformations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/transformations.js +9 -0
- package/dist/esm/operationsInterfaces/transformations.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/esm/streamAnalyticsManagementClient.d.ts +26 -0
- package/dist/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/dist/esm/streamAnalyticsManagementClient.js +96 -0
- package/dist/esm/streamAnalyticsManagementClient.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 +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2815 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +266 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +221 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +5148 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +40 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +291 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +137 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +634 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/functions.d.ts +107 -0
- package/dist/react-native/operations/functions.d.ts.map +1 -0
- package/dist/react-native/operations/functions.js +419 -0
- package/dist/react-native/operations/functions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/inputs.d.ts +94 -0
- package/dist/react-native/operations/inputs.d.ts.map +1 -0
- package/dist/react-native/operations/inputs.js +380 -0
- package/dist/react-native/operations/inputs.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/outputs.d.ts +95 -0
- package/dist/react-native/operations/outputs.d.ts.map +1 -0
- package/dist/react-native/operations/outputs.js +381 -0
- package/dist/react-native/operations/outputs.js.map +1 -0
- package/dist/react-native/operations/privateEndpoints.d.ts +73 -0
- package/dist/react-native/operations/privateEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpoints.js +298 -0
- package/dist/react-native/operations/privateEndpoints.js.map +1 -0
- package/dist/react-native/operations/skuOperations.d.ts +38 -0
- package/dist/react-native/operations/skuOperations.d.ts.map +1 -0
- package/dist/react-native/operations/skuOperations.js +133 -0
- package/dist/react-native/operations/skuOperations.js.map +1 -0
- package/dist/react-native/operations/streamingJobs.d.ts +151 -0
- package/dist/react-native/operations/streamingJobs.d.ts.map +1 -0
- package/dist/react-native/operations/streamingJobs.js +718 -0
- package/dist/react-native/operations/streamingJobs.js.map +1 -0
- package/dist/react-native/operations/subscriptions.d.ts +96 -0
- package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/subscriptions.js +450 -0
- package/dist/react-native/operations/subscriptions.js.map +1 -0
- package/dist/react-native/operations/transformations.d.ts +46 -0
- package/dist/react-native/operations/transformations.d.ts.map +1 -0
- package/dist/react-native/operations/transformations.js +161 -0
- package/dist/react-native/operations/transformations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +84 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/functions.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/functions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/functions.js +9 -0
- package/dist/react-native/operationsInterfaces/functions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/inputs.d.ts +69 -0
- package/dist/react-native/operationsInterfaces/inputs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/inputs.js +9 -0
- package/dist/react-native/operationsInterfaces/inputs.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/outputs.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/outputs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/outputs.js +9 -0
- package/dist/react-native/operationsInterfaces/outputs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/privateEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/skuOperations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/skuOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/skuOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/skuOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/streamingJobs.d.ts +115 -0
- package/dist/react-native/operationsInterfaces/streamingJobs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/streamingJobs.js +9 -0
- package/dist/react-native/operationsInterfaces/streamingJobs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts +88 -0
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/transformations.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/transformations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/transformations.js +9 -0
- package/dist/react-native/operationsInterfaces/transformations.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/dist/react-native/streamAnalyticsManagementClient.d.ts +26 -0
- package/dist/react-native/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/dist/react-native/streamAnalyticsManagementClient.js +96 -0
- package/dist/react-native/streamAnalyticsManagementClient.js.map +1 -0
- package/package.json +83 -67
- package/review/arm-streamanalytics-node.api.md +2128 -0
- package/dist/index.js +0 -9400
- 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/clustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListStreamingJobsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +0 -55
- package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -40
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsCreateOrReplaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +0 -161
- package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/functionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsGetSample.js +0 -60
- package/dist-esm/samples-dev/functionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsListByStreamingJobSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +0 -55
- package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +0 -48
- package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsTestSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsTestSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsTestSample.js +0 -60
- package/dist-esm/samples-dev/functionsTestSample.js.map +0 -1
- package/dist-esm/samples-dev/functionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/functionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/functionsUpdateSample.js +0 -78
- package/dist-esm/samples-dev/functionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/inputsCreateOrReplaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +0 -266
- package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +0 -1
- package/dist-esm/samples-dev/inputsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/inputsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inputsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/inputsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/inputsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/inputsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inputsGetSample.js +0 -100
- package/dist-esm/samples-dev/inputsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts +0 -2
- package/dist-esm/samples-dev/inputsListByStreamingJobSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +0 -92
- package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +0 -1
- package/dist-esm/samples-dev/inputsTestSample.d.ts +0 -2
- package/dist-esm/samples-dev/inputsTestSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inputsTestSample.js +0 -40
- package/dist-esm/samples-dev/inputsTestSample.js.map +0 -1
- package/dist-esm/samples-dev/inputsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/inputsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/inputsUpdateSample.js +0 -137
- package/dist-esm/samples-dev/inputsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/outputsCreateOrReplaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +0 -495
- package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +0 -1
- package/dist-esm/samples-dev/outputsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/outputsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outputsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/outputsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/outputsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/outputsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outputsGetSample.js +0 -260
- package/dist-esm/samples-dev/outputsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts +0 -2
- package/dist-esm/samples-dev/outputsListByStreamingJobSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +0 -55
- package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +0 -1
- package/dist-esm/samples-dev/outputsTestSample.d.ts +0 -2
- package/dist-esm/samples-dev/outputsTestSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outputsTestSample.js +0 -40
- package/dist-esm/samples-dev/outputsTestSample.js.map +0 -1
- package/dist-esm/samples-dev/outputsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/outputsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/outputsUpdateSample.js +0 -336
- package/dist-esm/samples-dev/outputsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/skuListSample.d.ts +0 -2
- package/dist-esm/samples-dev/skuListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/skuListSample.js +0 -55
- package/dist-esm/samples-dev/skuListSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +0 -173
- package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsGetSample.js +0 -60
- package/dist-esm/samples-dev/streamingJobsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +0 -90
- package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsListSample.js +0 -88
- package/dist-esm/samples-dev/streamingJobsListSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsScaleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsScaleSample.js +0 -43
- package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsStartSample.js +0 -90
- package/dist-esm/samples-dev/streamingJobsStartSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsStopSample.js +0 -39
- package/dist-esm/samples-dev/streamingJobsStopSample.js.map +0 -1
- package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/streamingJobsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/streamingJobsUpdateSample.js +0 -43
- package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +0 -53
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsListQuotasSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +0 -38
- package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +0 -60
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsTestInputSample.js +0 -57
- package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +0 -53
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +0 -78
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +0 -1
- package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +0 -44
- package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +0 -1
- package/dist-esm/samples-dev/transformationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/transformationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/transformationsGetSample.js +0 -40
- package/dist-esm/samples-dev/transformationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/transformationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/transformationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/transformationsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/transformationsUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -4716
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -291
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -137
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -682
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/functions.d.ts +0 -107
- package/dist-esm/src/operations/functions.d.ts.map +0 -1
- package/dist-esm/src/operations/functions.js +0 -435
- package/dist-esm/src/operations/functions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/inputs.d.ts +0 -94
- package/dist-esm/src/operations/inputs.d.ts.map +0 -1
- package/dist-esm/src/operations/inputs.js +0 -396
- package/dist-esm/src/operations/inputs.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/outputs.d.ts +0 -95
- package/dist-esm/src/operations/outputs.d.ts.map +0 -1
- package/dist-esm/src/operations/outputs.js +0 -397
- package/dist-esm/src/operations/outputs.js.map +0 -1
- package/dist-esm/src/operations/privateEndpoints.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpoints.js +0 -314
- package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
- package/dist-esm/src/operations/skuOperations.d.ts +0 -38
- package/dist-esm/src/operations/skuOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/skuOperations.js +0 -150
- package/dist-esm/src/operations/skuOperations.js.map +0 -1
- package/dist-esm/src/operations/streamingJobs.d.ts +0 -151
- package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
- package/dist-esm/src/operations/streamingJobs.js +0 -747
- package/dist-esm/src/operations/streamingJobs.js.map +0 -1
- package/dist-esm/src/operations/subscriptions.d.ts +0 -96
- package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/subscriptions.js +0 -446
- package/dist-esm/src/operations/subscriptions.js.map +0 -1
- package/dist-esm/src/operations/transformations.d.ts +0 -46
- package/dist-esm/src/operations/transformations.d.ts.map +0 -1
- package/dist-esm/src/operations/transformations.js +0 -160
- package/dist-esm/src/operations/transformations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -84
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/functions.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/inputs.d.ts +0 -69
- package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/outputs.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/skuOperations.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/skuOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +0 -115
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -88
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/transformations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +0 -26
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClient.js +0 -79
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
- package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/streamanalytics_operations_test.spec.js +0 -112
- package/dist-esm/test/streamanalytics_operations_test.spec.js.map +0 -1
- package/review/arm-streamanalytics.api.md +0 -2129
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3290
- package/src/models/mappers.ts +0 -5377
- package/src/models/parameters.ts +0 -350
- package/src/operations/clusters.ts +0 -889
- package/src/operations/functions.ts +0 -585
- package/src/operations/index.ts +0 -18
- package/src/operations/inputs.ts +0 -532
- package/src/operations/operations.ts +0 -149
- package/src/operations/outputs.ts +0 -533
- package/src/operations/privateEndpoints.ts +0 -422
- package/src/operations/skuOperations.ts +0 -193
- package/src/operations/streamingJobs.ts +0 -945
- package/src/operations/subscriptions.ts +0 -609
- package/src/operations/transformations.ts +0 -204
- package/src/operationsInterfaces/clusters.ts +0 -157
- package/src/operationsInterfaces/functions.ts +0 -151
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/inputs.ts +0 -128
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/outputs.ts +0 -129
- package/src/operationsInterfaces/privateEndpoints.ts +0 -90
- package/src/operationsInterfaces/skuOperations.ts +0 -26
- package/src/operationsInterfaces/streamingJobs.ts +0 -199
- package/src/operationsInterfaces/subscriptions.ts +0 -173
- package/src/operationsInterfaces/transformations.ts +0 -71
- package/src/pagingHelper.ts +0 -39
- package/src/streamAnalyticsManagementClient.ts +0 -145
- package/tsconfig.json +0 -33
- package/types/arm-streamanalytics.d.ts +0 -3785
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +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/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/functions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/inputs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/outputs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/skuOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/streamingJobs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/transformations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscriptions.js","sourceRoot":"","sources":["../../../src/operations/subscriptions.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 { Subscriptions } 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 { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n SubscriptionsListQuotasOptionalParams,\n SubscriptionsListQuotasResponse,\n TestQuery,\n SubscriptionsTestQueryOptionalParams,\n SubscriptionsTestQueryResponse,\n CompileQuery,\n SubscriptionsCompileQueryOptionalParams,\n SubscriptionsCompileQueryResponse,\n SampleInput,\n SubscriptionsSampleInputOptionalParams,\n SubscriptionsSampleInputResponse,\n TestInput,\n SubscriptionsTestInputOptionalParams,\n SubscriptionsTestInputResponse,\n TestOutput,\n SubscriptionsTestOutputOptionalParams,\n SubscriptionsTestOutputResponse,\n} from \"../models/index.js\";\n\n/** Class containing Subscriptions operations. */\nexport class SubscriptionsImpl implements Subscriptions {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Subscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Retrieves the subscription's current quota information in a particular region.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param options The options parameters.\n */\n listQuotas(\n location: string,\n options?: SubscriptionsListQuotasOptionalParams,\n ): Promise<SubscriptionsListQuotasResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listQuotasOperationSpec,\n );\n }\n\n /**\n * Test the Stream Analytics query on a sample input.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testQuery The query testing object that defines the input, output, and transformation for the\n * query testing.\n * @param options The options parameters.\n */\n async beginTestQuery(\n location: string,\n testQuery: TestQuery,\n options?: SubscriptionsTestQueryOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestQueryResponse>,\n SubscriptionsTestQueryResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SubscriptionsTestQueryResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { location, testQuery, options },\n spec: testQueryOperationSpec,\n });\n const poller = await createHttpPoller<\n SubscriptionsTestQueryResponse,\n OperationState<SubscriptionsTestQueryResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Test the Stream Analytics query on a sample input.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testQuery The query testing object that defines the input, output, and transformation for the\n * query testing.\n * @param options The options parameters.\n */\n async beginTestQueryAndWait(\n location: string,\n testQuery: TestQuery,\n options?: SubscriptionsTestQueryOptionalParams,\n ): Promise<SubscriptionsTestQueryResponse> {\n const poller = await this.beginTestQuery(location, testQuery, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Compile the Stream Analytics query.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param compileQuery The query compilation object which defines the input, output, and transformation\n * for the query compilation.\n * @param options The options parameters.\n */\n compileQuery(\n location: string,\n compileQuery: CompileQuery,\n options?: SubscriptionsCompileQueryOptionalParams,\n ): Promise<SubscriptionsCompileQueryResponse> {\n return this.client.sendOperationRequest(\n { location, compileQuery, options },\n compileQueryOperationSpec,\n );\n }\n\n /**\n * Sample the Stream Analytics input data.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.\n * @param options The options parameters.\n */\n async beginSampleInput(\n location: string,\n sampleInput: SampleInput,\n options?: SubscriptionsSampleInputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsSampleInputResponse>,\n SubscriptionsSampleInputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SubscriptionsSampleInputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { location, sampleInput, options },\n spec: sampleInputOperationSpec,\n });\n const poller = await createHttpPoller<\n SubscriptionsSampleInputResponse,\n OperationState<SubscriptionsSampleInputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Sample the Stream Analytics input data.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.\n * @param options The options parameters.\n */\n async beginSampleInputAndWait(\n location: string,\n sampleInput: SampleInput,\n options?: SubscriptionsSampleInputOptionalParams,\n ): Promise<SubscriptionsSampleInputResponse> {\n const poller = await this.beginSampleInput(location, sampleInput, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Test the Stream Analytics input.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testInput Defines the necessary parameters for testing the Stream Analytics input.\n * @param options The options parameters.\n */\n async beginTestInput(\n location: string,\n testInput: TestInput,\n options?: SubscriptionsTestInputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestInputResponse>,\n SubscriptionsTestInputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SubscriptionsTestInputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { location, testInput, options },\n spec: testInputOperationSpec,\n });\n const poller = await createHttpPoller<\n SubscriptionsTestInputResponse,\n OperationState<SubscriptionsTestInputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Test the Stream Analytics input.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testInput Defines the necessary parameters for testing the Stream Analytics input.\n * @param options The options parameters.\n */\n async beginTestInputAndWait(\n location: string,\n testInput: TestInput,\n options?: SubscriptionsTestInputOptionalParams,\n ): Promise<SubscriptionsTestInputResponse> {\n const poller = await this.beginTestInput(location, testInput, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Test the Stream Analytics output.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.\n * @param options The options parameters.\n */\n async beginTestOutput(\n location: string,\n testOutput: TestOutput,\n options?: SubscriptionsTestOutputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestOutputResponse>,\n SubscriptionsTestOutputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SubscriptionsTestOutputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { location, testOutput, options },\n spec: testOutputOperationSpec,\n });\n const poller = await createHttpPoller<\n SubscriptionsTestOutputResponse,\n OperationState<SubscriptionsTestOutputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Test the Stream Analytics output.\n * @param location The region to which the request is sent. You can find out which regions Azure Stream\n * Analytics is supported in here: https://azure.microsoft.com/en-us/regions/\n * @param testOutput Defines the necessary parameters for testing the Stream Analytics output.\n * @param options The options parameters.\n */\n async beginTestOutputAndWait(\n location: string,\n testOutput: TestOutput,\n options?: SubscriptionsTestOutputOptionalParams,\n ): Promise<SubscriptionsTestOutputResponse> {\n const poller = await this.beginTestOutput(location, testOutput, options);\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listQuotasOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/quotas\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionQuotasListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst testQueryOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testQuery\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueryTestingResult,\n },\n 201: {\n bodyMapper: Mappers.QueryTestingResult,\n },\n 202: {\n bodyMapper: Mappers.QueryTestingResult,\n },\n 204: {\n bodyMapper: Mappers.QueryTestingResult,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n requestBody: Parameters.testQuery,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst compileQueryOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/compileQuery\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueryCompilationResult,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n requestBody: Parameters.compileQuery,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst sampleInputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/sampleInput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SampleInputResult,\n },\n 201: {\n bodyMapper: Mappers.SampleInputResult,\n },\n 202: {\n bodyMapper: Mappers.SampleInputResult,\n },\n 204: {\n bodyMapper: Mappers.SampleInputResult,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n requestBody: Parameters.sampleInput,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst testInputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testInput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TestDatasourceResult,\n },\n 201: {\n bodyMapper: Mappers.TestDatasourceResult,\n },\n 202: {\n bodyMapper: Mappers.TestDatasourceResult,\n },\n 204: {\n bodyMapper: Mappers.TestDatasourceResult,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n requestBody: Parameters.testInput,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst testOutputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/locations/{location}/testOutput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.TestDatasourceResult,\n },\n 201: {\n bodyMapper: Mappers.TestDatasourceResult,\n },\n 202: {\n bodyMapper: Mappers.TestDatasourceResult,\n },\n 204: {\n bodyMapper: Mappers.TestDatasourceResult,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n requestBody: Parameters.testOutput,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Transformations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { StreamAnalyticsManagementClient } from "../streamAnalyticsManagementClient.js";
|
|
3
|
+
import { Transformation, TransformationsCreateOrReplaceOptionalParams, TransformationsCreateOrReplaceResponse, TransformationsUpdateOptionalParams, TransformationsUpdateResponse, TransformationsGetOptionalParams, TransformationsGetResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing Transformations operations. */
|
|
5
|
+
export declare class TransformationsImpl implements Transformations {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class Transformations class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: StreamAnalyticsManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Creates a transformation or replaces an already existing transformation under an existing streaming
|
|
14
|
+
* job.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param jobName The name of the streaming job.
|
|
17
|
+
* @param transformationName The name of the transformation.
|
|
18
|
+
* @param transformation The definition of the transformation that will be used to create a new
|
|
19
|
+
* transformation or replace the existing one under the streaming job.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Updates an existing transformation under an existing streaming job. This can be used to partially
|
|
25
|
+
* update (ie. update one or two properties) a transformation without affecting the rest the job or
|
|
26
|
+
* transformation definition.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
+
* @param jobName The name of the streaming job.
|
|
29
|
+
* @param transformationName The name of the transformation.
|
|
30
|
+
* @param transformation A Transformation object. The properties specified here will overwrite the
|
|
31
|
+
* corresponding properties in the existing transformation (ie. Those properties will be updated). Any
|
|
32
|
+
* properties that are set to null here will mean that the corresponding property in the existing
|
|
33
|
+
* transformation will remain the same and not change as a result of this PATCH operation.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Gets details about the specified transformation.
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param jobName The name of the streaming job.
|
|
41
|
+
* @param transformationName The name of the transformation.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=transformations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformations.d.ts","sourceRoot":"","sources":["../../../src/operations/transformations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAInE,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,OAAO,EACL,cAAc,EACd,4CAA4C,EAC5C,sCAAsC,EACtC,mCAAmC,EACnC,6BAA6B,EAC7B,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAE5B,mDAAmD;AACnD,qBAAa,mBAAoB,YAAW,eAAe;IACzD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkC;IAEzD;;;OAGG;gBACS,MAAM,EAAE,+BAA+B;IAInD;;;;;;;;;OASG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAalD;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,cAAc,EAAE,cAAc,EAC9B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAazC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;CAMvC"}
|
|
@@ -0,0 +1,161 @@
|
|
|
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 Transformations operations. */
|
|
12
|
+
export class TransformationsImpl {
|
|
13
|
+
client;
|
|
14
|
+
/**
|
|
15
|
+
* Initialize a new instance of the class Transformations class.
|
|
16
|
+
* @param client Reference to the service client
|
|
17
|
+
*/
|
|
18
|
+
constructor(client) {
|
|
19
|
+
this.client = client;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Creates a transformation or replaces an already existing transformation under an existing streaming
|
|
23
|
+
* job.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param jobName The name of the streaming job.
|
|
26
|
+
* @param transformationName The name of the transformation.
|
|
27
|
+
* @param transformation The definition of the transformation that will be used to create a new
|
|
28
|
+
* transformation or replace the existing one under the streaming job.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
createOrReplace(resourceGroupName, jobName, transformationName, transformation, options) {
|
|
32
|
+
return this.client.sendOperationRequest({
|
|
33
|
+
resourceGroupName,
|
|
34
|
+
jobName,
|
|
35
|
+
transformationName,
|
|
36
|
+
transformation,
|
|
37
|
+
options,
|
|
38
|
+
}, createOrReplaceOperationSpec);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Updates an existing transformation under an existing streaming job. This can be used to partially
|
|
42
|
+
* update (ie. update one or two properties) a transformation without affecting the rest the job or
|
|
43
|
+
* transformation definition.
|
|
44
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
|
+
* @param jobName The name of the streaming job.
|
|
46
|
+
* @param transformationName The name of the transformation.
|
|
47
|
+
* @param transformation A Transformation object. The properties specified here will overwrite the
|
|
48
|
+
* corresponding properties in the existing transformation (ie. Those properties will be updated). Any
|
|
49
|
+
* properties that are set to null here will mean that the corresponding property in the existing
|
|
50
|
+
* transformation will remain the same and not change as a result of this PATCH operation.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
update(resourceGroupName, jobName, transformationName, transformation, options) {
|
|
54
|
+
return this.client.sendOperationRequest({
|
|
55
|
+
resourceGroupName,
|
|
56
|
+
jobName,
|
|
57
|
+
transformationName,
|
|
58
|
+
transformation,
|
|
59
|
+
options,
|
|
60
|
+
}, updateOperationSpec);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Gets details about the specified transformation.
|
|
64
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
+
* @param jobName The name of the streaming job.
|
|
66
|
+
* @param transformationName The name of the transformation.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
get(resourceGroupName, jobName, transformationName, options) {
|
|
70
|
+
return this.client.sendOperationRequest({ resourceGroupName, jobName, transformationName, options }, getOperationSpec);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
// Operation Specifications
|
|
74
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
75
|
+
const createOrReplaceOperationSpec = {
|
|
76
|
+
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}",
|
|
77
|
+
httpMethod: "PUT",
|
|
78
|
+
responses: {
|
|
79
|
+
200: {
|
|
80
|
+
bodyMapper: Mappers.Transformation,
|
|
81
|
+
headersMapper: Mappers.TransformationsCreateOrReplaceHeaders,
|
|
82
|
+
},
|
|
83
|
+
201: {
|
|
84
|
+
bodyMapper: Mappers.Transformation,
|
|
85
|
+
headersMapper: Mappers.TransformationsCreateOrReplaceHeaders,
|
|
86
|
+
},
|
|
87
|
+
default: {
|
|
88
|
+
bodyMapper: Mappers.ErrorModel,
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
requestBody: Parameters.transformation,
|
|
92
|
+
queryParameters: [Parameters.apiVersion],
|
|
93
|
+
urlParameters: [
|
|
94
|
+
Parameters.$host,
|
|
95
|
+
Parameters.subscriptionId,
|
|
96
|
+
Parameters.resourceGroupName,
|
|
97
|
+
Parameters.jobName,
|
|
98
|
+
Parameters.transformationName,
|
|
99
|
+
],
|
|
100
|
+
headerParameters: [
|
|
101
|
+
Parameters.contentType,
|
|
102
|
+
Parameters.accept,
|
|
103
|
+
Parameters.ifMatch,
|
|
104
|
+
Parameters.ifNoneMatch,
|
|
105
|
+
],
|
|
106
|
+
mediaType: "json",
|
|
107
|
+
serializer,
|
|
108
|
+
};
|
|
109
|
+
const updateOperationSpec = {
|
|
110
|
+
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}",
|
|
111
|
+
httpMethod: "PATCH",
|
|
112
|
+
responses: {
|
|
113
|
+
200: {
|
|
114
|
+
bodyMapper: Mappers.Transformation,
|
|
115
|
+
headersMapper: Mappers.TransformationsUpdateHeaders,
|
|
116
|
+
},
|
|
117
|
+
default: {
|
|
118
|
+
bodyMapper: Mappers.ErrorModel,
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
requestBody: Parameters.transformation,
|
|
122
|
+
queryParameters: [Parameters.apiVersion],
|
|
123
|
+
urlParameters: [
|
|
124
|
+
Parameters.$host,
|
|
125
|
+
Parameters.subscriptionId,
|
|
126
|
+
Parameters.resourceGroupName,
|
|
127
|
+
Parameters.jobName,
|
|
128
|
+
Parameters.transformationName,
|
|
129
|
+
],
|
|
130
|
+
headerParameters: [
|
|
131
|
+
Parameters.contentType,
|
|
132
|
+
Parameters.accept,
|
|
133
|
+
Parameters.ifMatch,
|
|
134
|
+
],
|
|
135
|
+
mediaType: "json",
|
|
136
|
+
serializer,
|
|
137
|
+
};
|
|
138
|
+
const getOperationSpec = {
|
|
139
|
+
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}",
|
|
140
|
+
httpMethod: "GET",
|
|
141
|
+
responses: {
|
|
142
|
+
200: {
|
|
143
|
+
bodyMapper: Mappers.Transformation,
|
|
144
|
+
headersMapper: Mappers.TransformationsGetHeaders,
|
|
145
|
+
},
|
|
146
|
+
default: {
|
|
147
|
+
bodyMapper: Mappers.ErrorModel,
|
|
148
|
+
},
|
|
149
|
+
},
|
|
150
|
+
queryParameters: [Parameters.apiVersion],
|
|
151
|
+
urlParameters: [
|
|
152
|
+
Parameters.$host,
|
|
153
|
+
Parameters.subscriptionId,
|
|
154
|
+
Parameters.resourceGroupName,
|
|
155
|
+
Parameters.jobName,
|
|
156
|
+
Parameters.transformationName,
|
|
157
|
+
],
|
|
158
|
+
headerParameters: [Parameters.accept],
|
|
159
|
+
serializer,
|
|
160
|
+
};
|
|
161
|
+
//# sourceMappingURL=transformations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformations.js","sourceRoot":"","sources":["../../../src/operations/transformations.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 { Transformations } 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 { StreamAnalyticsManagementClient } from \"../streamAnalyticsManagementClient.js\";\nimport {\n Transformation,\n TransformationsCreateOrReplaceOptionalParams,\n TransformationsCreateOrReplaceResponse,\n TransformationsUpdateOptionalParams,\n TransformationsUpdateResponse,\n TransformationsGetOptionalParams,\n TransformationsGetResponse,\n} from \"../models/index.js\";\n\n/** Class containing Transformations operations. */\nexport class TransformationsImpl implements Transformations {\n private readonly client: StreamAnalyticsManagementClient;\n\n /**\n * Initialize a new instance of the class Transformations class.\n * @param client Reference to the service client\n */\n constructor(client: StreamAnalyticsManagementClient) {\n this.client = client;\n }\n\n /**\n * Creates a transformation or replaces an already existing transformation under an existing streaming\n * job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param transformationName The name of the transformation.\n * @param transformation The definition of the transformation that will be used to create a new\n * transformation or replace the existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n transformationName: string,\n transformation: Transformation,\n options?: TransformationsCreateOrReplaceOptionalParams,\n ): Promise<TransformationsCreateOrReplaceResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n transformationName,\n transformation,\n options,\n },\n createOrReplaceOperationSpec,\n );\n }\n\n /**\n * Updates an existing transformation under an existing streaming job. This can be used to partially\n * update (ie. update one or two properties) a transformation without affecting the rest the job or\n * transformation definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param transformationName The name of the transformation.\n * @param transformation A Transformation object. The properties specified here will overwrite the\n * corresponding properties in the existing transformation (ie. Those properties will be updated). Any\n * properties that are set to null here will mean that the corresponding property in the existing\n * transformation will remain the same and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n transformationName: string,\n transformation: Transformation,\n options?: TransformationsUpdateOptionalParams,\n ): Promise<TransformationsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n jobName,\n transformationName,\n transformation,\n options,\n },\n updateOperationSpec,\n );\n }\n\n /**\n * Gets details about the specified transformation.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param transformationName The name of the transformation.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n transformationName: string,\n options?: TransformationsGetOptionalParams,\n ): Promise<TransformationsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, jobName, transformationName, options },\n getOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOrReplaceOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsCreateOrReplaceHeaders,\n },\n 201: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsCreateOrReplaceHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n requestBody: Parameters.transformation,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName,\n ],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.ifMatch,\n Parameters.ifNoneMatch,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsUpdateHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n requestBody: Parameters.transformation,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName,\n ],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.ifMatch,\n ],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/transformations/{transformationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Transformation,\n headersMapper: Mappers.TransformationsGetHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorModel,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.jobName,\n Parameters.transformationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Cluster, ClustersListBySubscriptionOptionalParams, ClustersListByResourceGroupOptionalParams, ClusterJob, ClustersListStreamingJobsOptionalParams, ClustersCreateOrUpdateOptionalParams, ClustersCreateOrUpdateResponse, ClustersUpdateOptionalParams, ClustersUpdateResponse, ClustersGetOptionalParams, ClustersGetResponse, ClustersDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Clusters. */
|
|
5
|
+
export interface Clusters {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the clusters in the given subscription.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
11
|
+
/**
|
|
12
|
+
* Lists all of the clusters in the given resource group.
|
|
13
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
17
|
+
/**
|
|
18
|
+
* Lists all of the streaming jobs in the given cluster.
|
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
+
* @param clusterName The name of the cluster.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
listStreamingJobs(resourceGroupName: string, clusterName: string, options?: ClustersListStreamingJobsOptionalParams): PagedAsyncIterableIterator<ClusterJob>;
|
|
24
|
+
/**
|
|
25
|
+
* Creates a Stream Analytics Cluster or replaces an already existing cluster.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param clusterName The name of the cluster.
|
|
28
|
+
* @param cluster The definition of the cluster that will be used to create a new cluster or replace
|
|
29
|
+
* the existing one.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
33
|
+
/**
|
|
34
|
+
* Creates a Stream Analytics Cluster or replaces an already existing cluster.
|
|
35
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
|
+
* @param clusterName The name of the cluster.
|
|
37
|
+
* @param cluster The definition of the cluster that will be used to create a new cluster or replace
|
|
38
|
+
* the existing one.
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* Updates an existing cluster. This can be used to partially update (ie. update one or two properties)
|
|
44
|
+
* a cluster without affecting the rest of the cluster definition.
|
|
45
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
46
|
+
* @param clusterName The name of the cluster.
|
|
47
|
+
* @param cluster The properties specified here will overwrite the corresponding properties in the
|
|
48
|
+
* existing cluster (ie. Those properties will be updated).
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
52
|
+
/**
|
|
53
|
+
* Updates an existing cluster. This can be used to partially update (ie. update one or two properties)
|
|
54
|
+
* a cluster without affecting the rest of the cluster definition.
|
|
55
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
|
+
* @param clusterName The name of the cluster.
|
|
57
|
+
* @param cluster The properties specified here will overwrite the corresponding properties in the
|
|
58
|
+
* existing cluster (ie. Those properties will be updated).
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Gets information about the specified cluster.
|
|
64
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
+
* @param clusterName The name of the cluster.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Deletes the specified cluster.
|
|
71
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
|
+
* @param clusterName The name of the cluster.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
76
|
+
/**
|
|
77
|
+
* Deletes the specified cluster.
|
|
78
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
79
|
+
* @param clusterName The name of the cluster.
|
|
80
|
+
* @param options The options parameters.
|
|
81
|
+
*/
|
|
82
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=clusters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusters.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/clusters.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,OAAO,EACP,wCAAwC,EACxC,yCAAyC,EACzC,UAAU,EACV,uCAAuC,EACvC,oCAAoC,EACpC,8BAA8B,EAC9B,4BAA4B,EAC5B,sBAAsB,EACtB,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,kBAAkB,CAChB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;OAKG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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 {};
|
|
9
|
+
//# sourceMappingURL=clusters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusters.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/clusters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Cluster,\n ClustersListBySubscriptionOptionalParams,\n ClustersListByResourceGroupOptionalParams,\n ClusterJob,\n ClustersListStreamingJobsOptionalParams,\n ClustersCreateOrUpdateOptionalParams,\n ClustersCreateOrUpdateResponse,\n ClustersUpdateOptionalParams,\n ClustersUpdateResponse,\n ClustersGetOptionalParams,\n ClustersGetResponse,\n ClustersDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Clusters. */\nexport interface Clusters {\n /**\n * Lists all of the clusters in the given subscription.\n * @param options The options parameters.\n */\n listBySubscription(\n options?: ClustersListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<Cluster>;\n /**\n * Lists all of the clusters in the given resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ClustersListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Cluster>;\n /**\n * Lists all of the streaming jobs in the given cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listStreamingJobs(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersListStreamingJobsOptionalParams,\n ): PagedAsyncIterableIterator<ClusterJob>;\n /**\n * Creates a Stream Analytics Cluster or replaces an already existing cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param cluster The definition of the cluster that will be used to create a new cluster or replace\n * the existing one.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n cluster: Cluster,\n options?: ClustersCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ClustersCreateOrUpdateResponse>,\n ClustersCreateOrUpdateResponse\n >\n >;\n /**\n * Creates a Stream Analytics Cluster or replaces an already existing cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param cluster The definition of the cluster that will be used to create a new cluster or replace\n * the existing one.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n cluster: Cluster,\n options?: ClustersCreateOrUpdateOptionalParams,\n ): Promise<ClustersCreateOrUpdateResponse>;\n /**\n * Updates an existing cluster. This can be used to partially update (ie. update one or two properties)\n * a cluster without affecting the rest of the cluster definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param cluster The properties specified here will overwrite the corresponding properties in the\n * existing cluster (ie. Those properties will be updated).\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n cluster: Cluster,\n options?: ClustersUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ClustersUpdateResponse>,\n ClustersUpdateResponse\n >\n >;\n /**\n * Updates an existing cluster. This can be used to partially update (ie. update one or two properties)\n * a cluster without affecting the rest of the cluster definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param cluster The properties specified here will overwrite the corresponding properties in the\n * existing cluster (ie. Those properties will be updated).\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n cluster: Cluster,\n options?: ClustersUpdateOptionalParams,\n ): Promise<ClustersUpdateResponse>;\n /**\n * Gets information about the specified cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersGetOptionalParams,\n ): Promise<ClustersGetResponse>;\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { FunctionModel, FunctionsListByStreamingJobOptionalParams, FunctionsCreateOrReplaceOptionalParams, FunctionsCreateOrReplaceResponse, FunctionsUpdateOptionalParams, FunctionsUpdateResponse, FunctionsDeleteOptionalParams, FunctionsGetOptionalParams, FunctionsGetResponse, FunctionsTestOptionalParams, FunctionsTestResponse, FunctionsRetrieveDefaultDefinitionOptionalParams, FunctionsRetrieveDefaultDefinitionResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Functions. */
|
|
5
|
+
export interface Functions {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the functions under the specified streaming job.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param jobName The name of the streaming job.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByStreamingJob(resourceGroupName: string, jobName: string, options?: FunctionsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<FunctionModel>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates a function or replaces an already existing function under an existing streaming job.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param jobName The name of the streaming job.
|
|
17
|
+
* @param functionName The name of the function.
|
|
18
|
+
* @param functionParam The definition of the function that will be used to create a new function or
|
|
19
|
+
* replace the existing one under the streaming job.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
createOrReplace(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsCreateOrReplaceOptionalParams): Promise<FunctionsCreateOrReplaceResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Updates an existing function under an existing streaming job. This can be used to partially update
|
|
25
|
+
* (ie. update one or two properties) a function without affecting the rest the job or function
|
|
26
|
+
* definition.
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
+
* @param jobName The name of the streaming job.
|
|
29
|
+
* @param functionName The name of the function.
|
|
30
|
+
* @param functionParam A function object. The properties specified here will overwrite the
|
|
31
|
+
* corresponding properties in the existing function (ie. Those properties will be updated). Any
|
|
32
|
+
* properties that are set to null here will mean that the corresponding property in the existing
|
|
33
|
+
* function will remain the same and not change as a result of this PATCH operation.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
update(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsUpdateOptionalParams): Promise<FunctionsUpdateResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Deletes a function from the streaming job.
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param jobName The name of the streaming job.
|
|
41
|
+
* @param functionName The name of the function.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
delete(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsDeleteOptionalParams): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Gets details about the specified function.
|
|
47
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
+
* @param jobName The name of the streaming job.
|
|
49
|
+
* @param functionName The name of the function.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
get(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsGetOptionalParams): Promise<FunctionsGetResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Tests if the information provided for a function is valid. This can range from testing the
|
|
55
|
+
* connection to the underlying web service behind the function or making sure the function code
|
|
56
|
+
* provided is syntactically correct.
|
|
57
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
58
|
+
* @param jobName The name of the streaming job.
|
|
59
|
+
* @param functionName The name of the function.
|
|
60
|
+
* @param options The options parameters.
|
|
61
|
+
*/
|
|
62
|
+
beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<SimplePollerLike<OperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
|
|
63
|
+
/**
|
|
64
|
+
* Tests if the information provided for a function is valid. This can range from testing the
|
|
65
|
+
* connection to the underlying web service behind the function or making sure the function code
|
|
66
|
+
* provided is syntactically correct.
|
|
67
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
68
|
+
* @param jobName The name of the streaming job.
|
|
69
|
+
* @param functionName The name of the function.
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
beginTestAndWait(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<FunctionsTestResponse>;
|
|
73
|
+
/**
|
|
74
|
+
* Retrieves the default definition of a function based on the parameters specified.
|
|
75
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
+
* @param jobName The name of the streaming job.
|
|
77
|
+
* @param functionName The name of the function.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsRetrieveDefaultDefinitionOptionalParams): Promise<FunctionsRetrieveDefaultDefinitionResponse>;
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=functions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/functions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,aAAa,EACb,yCAAyC,EACzC,sCAAsC,EACtC,gCAAgC,EAChC,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC7B,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,qBAAqB,EACrB,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;;OAQG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;;OAQG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qBAAqB,CAAC,EACrC,qBAAqB,CACtB,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,yBAAyB,CACvB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;CACxD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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 {};
|
|
9
|
+
//# sourceMappingURL=functions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/functions.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n FunctionModel,\n FunctionsListByStreamingJobOptionalParams,\n FunctionsCreateOrReplaceOptionalParams,\n FunctionsCreateOrReplaceResponse,\n FunctionsUpdateOptionalParams,\n FunctionsUpdateResponse,\n FunctionsDeleteOptionalParams,\n FunctionsGetOptionalParams,\n FunctionsGetResponse,\n FunctionsTestOptionalParams,\n FunctionsTestResponse,\n FunctionsRetrieveDefaultDefinitionOptionalParams,\n FunctionsRetrieveDefaultDefinitionResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Functions. */\nexport interface Functions {\n /**\n * Lists all of the functions under the specified streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param options The options parameters.\n */\n listByStreamingJob(\n resourceGroupName: string,\n jobName: string,\n options?: FunctionsListByStreamingJobOptionalParams,\n ): PagedAsyncIterableIterator<FunctionModel>;\n /**\n * Creates a function or replaces an already existing function under an existing streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param functionParam The definition of the function that will be used to create a new function or\n * replace the existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n functionParam: FunctionModel,\n options?: FunctionsCreateOrReplaceOptionalParams,\n ): Promise<FunctionsCreateOrReplaceResponse>;\n /**\n * Updates an existing function under an existing streaming job. This can be used to partially update\n * (ie. update one or two properties) a function without affecting the rest the job or function\n * definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param functionParam A function object. The properties specified here will overwrite the\n * corresponding properties in the existing function (ie. Those properties will be updated). Any\n * properties that are set to null here will mean that the corresponding property in the existing\n * function will remain the same and not change as a result of this PATCH operation.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n functionParam: FunctionModel,\n options?: FunctionsUpdateOptionalParams,\n ): Promise<FunctionsUpdateResponse>;\n /**\n * Deletes a function from the streaming job.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets details about the specified function.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsGetOptionalParams,\n ): Promise<FunctionsGetResponse>;\n /**\n * Tests if the information provided for a function is valid. This can range from testing the\n * connection to the underlying web service behind the function or making sure the function code\n * provided is syntactically correct.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n beginTest(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsTestOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<FunctionsTestResponse>,\n FunctionsTestResponse\n >\n >;\n /**\n * Tests if the information provided for a function is valid. This can range from testing the\n * connection to the underlying web service behind the function or making sure the function code\n * provided is syntactically correct.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n beginTestAndWait(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsTestOptionalParams,\n ): Promise<FunctionsTestResponse>;\n /**\n * Retrieves the default definition of a function based on the parameters specified.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param jobName The name of the streaming job.\n * @param functionName The name of the function.\n * @param options The options parameters.\n */\n retrieveDefaultDefinition(\n resourceGroupName: string,\n jobName: string,\n functionName: string,\n options?: FunctionsRetrieveDefaultDefinitionOptionalParams,\n ): Promise<FunctionsRetrieveDefaultDefinitionResponse>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./functions.js";
|
|
2
|
+
export * from "./inputs.js";
|
|
3
|
+
export * from "./outputs.js";
|
|
4
|
+
export * from "./operations.js";
|
|
5
|
+
export * from "./streamingJobs.js";
|
|
6
|
+
export * from "./skuOperations.js";
|
|
7
|
+
export * from "./subscriptions.js";
|
|
8
|
+
export * from "./transformations.js";
|
|
9
|
+
export * from "./clusters.js";
|
|
10
|
+
export * from "./privateEndpoints.js";
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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 "./functions.js";
|
|
9
|
+
export * from "./inputs.js";
|
|
10
|
+
export * from "./outputs.js";
|
|
11
|
+
export * from "./operations.js";
|
|
12
|
+
export * from "./streamingJobs.js";
|
|
13
|
+
export * from "./skuOperations.js";
|
|
14
|
+
export * from "./subscriptions.js";
|
|
15
|
+
export * from "./transformations.js";
|
|
16
|
+
export * from "./clusters.js";
|
|
17
|
+
export * from "./privateEndpoints.js";
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,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 \"./functions.js\";\nexport * from \"./inputs.js\";\nexport * from \"./outputs.js\";\nexport * from \"./operations.js\";\nexport * from \"./streamingJobs.js\";\nexport * from \"./skuOperations.js\";\nexport * from \"./subscriptions.js\";\nexport * from \"./transformations.js\";\nexport * from \"./clusters.js\";\nexport * from \"./privateEndpoints.js\";\n"]}
|