@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,69 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Input, InputsListByStreamingJobOptionalParams, InputsCreateOrReplaceOptionalParams, InputsCreateOrReplaceResponse, InputsUpdateOptionalParams, InputsUpdateResponse, InputsDeleteOptionalParams, InputsGetOptionalParams, InputsGetResponse, InputsTestOptionalParams, InputsTestResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Inputs. */
|
|
5
|
+
export interface Inputs {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the inputs 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?: InputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Input>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates an input or replaces an already existing input 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 inputName The name of the input.
|
|
18
|
+
* @param input The definition of the input that will be used to create a new input or replace the
|
|
19
|
+
* existing one under the streaming job.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
createOrReplace(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsCreateOrReplaceOptionalParams): Promise<InputsCreateOrReplaceResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Updates an existing input under an existing streaming job. This can be used to partially update (ie.
|
|
25
|
+
* update one or two properties) an input without affecting the rest the job or input definition.
|
|
26
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
|
+
* @param jobName The name of the streaming job.
|
|
28
|
+
* @param inputName The name of the input.
|
|
29
|
+
* @param input An Input object. The properties specified here will overwrite the corresponding
|
|
30
|
+
* properties in the existing input (ie. Those properties will be updated). Any properties that are set
|
|
31
|
+
* to null here will mean that the corresponding property in the existing input will remain the same
|
|
32
|
+
* and not change as a result of this PATCH operation.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
update(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsUpdateOptionalParams): Promise<InputsUpdateResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Deletes an input from the streaming job.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param jobName The name of the streaming job.
|
|
40
|
+
* @param inputName The name of the input.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
delete(resourceGroupName: string, jobName: string, inputName: string, options?: InputsDeleteOptionalParams): Promise<void>;
|
|
44
|
+
/**
|
|
45
|
+
* Gets details about the specified input.
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
+
* @param jobName The name of the streaming job.
|
|
48
|
+
* @param inputName The name of the input.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
get(resourceGroupName: string, jobName: string, inputName: string, options?: InputsGetOptionalParams): Promise<InputsGetResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
|
|
54
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
|
+
* @param jobName The name of the streaming job.
|
|
56
|
+
* @param inputName The name of the input.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>>;
|
|
60
|
+
/**
|
|
61
|
+
* Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.
|
|
62
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
63
|
+
* @param jobName The name of the streaming job.
|
|
64
|
+
* @param inputName The name of the input.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
beginTestAndWait(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<InputsTestResponse>;
|
|
68
|
+
}
|
|
69
|
+
//# sourceMappingURL=inputs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/inputs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,KAAK,EACL,sCAAsC,EACtC,mCAAmC,EACnC,6BAA6B,EAC7B,0BAA0B,EAC1B,oBAAoB,EACpB,0BAA0B,EAC1B,uBAAuB,EACvB,iBAAiB,EACjB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,KAAK,CAAC,CAAC;IACrC;;;;;;;;OAQG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,KAAK,EACZ,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,KAAK,EACZ,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,uBAAuB,GAChC,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC9B;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,kBAAkB,CAAC,EAAE,kBAAkB,CAAC,CACzE,CAAC;IACF;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/inputs.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 Input,\n InputsListByStreamingJobOptionalParams,\n InputsCreateOrReplaceOptionalParams,\n InputsCreateOrReplaceResponse,\n InputsUpdateOptionalParams,\n InputsUpdateResponse,\n InputsDeleteOptionalParams,\n InputsGetOptionalParams,\n InputsGetResponse,\n InputsTestOptionalParams,\n InputsTestResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Inputs. */\nexport interface Inputs {\n /**\n * Lists all of the inputs 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?: InputsListByStreamingJobOptionalParams,\n ): PagedAsyncIterableIterator<Input>;\n /**\n * Creates an input or replaces an already existing input 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 inputName The name of the input.\n * @param input The definition of the input that will be used to create a new input or replace the\n * existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n input: Input,\n options?: InputsCreateOrReplaceOptionalParams,\n ): Promise<InputsCreateOrReplaceResponse>;\n /**\n * Updates an existing input under an existing streaming job. This can be used to partially update (ie.\n * update one or two properties) an input without affecting the rest the job or input 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 inputName The name of the input.\n * @param input An Input object. The properties specified here will overwrite the corresponding\n * properties in the existing input (ie. Those properties will be updated). Any properties that are set\n * to null here will mean that the corresponding property in the existing input will remain the same\n * 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 inputName: string,\n input: Input,\n options?: InputsUpdateOptionalParams,\n ): Promise<InputsUpdateResponse>;\n /**\n * Deletes an input 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 inputName The name of the input.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets details about the specified input.\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 inputName The name of the input.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsGetOptionalParams,\n ): Promise<InputsGetResponse>;\n /**\n * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.\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 inputName The name of the input.\n * @param options The options parameters.\n */\n beginTest(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsTestOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>\n >;\n /**\n * Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service.\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 inputName The name of the input.\n * @param options The options parameters.\n */\n beginTestAndWait(\n resourceGroupName: string,\n jobName: string,\n inputName: string,\n options?: InputsTestOptionalParams,\n ): Promise<InputsTestResponse>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all of the available Stream Analytics related operations.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.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 { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available Stream Analytics related operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Output, OutputsListByStreamingJobOptionalParams, OutputsCreateOrReplaceOptionalParams, OutputsCreateOrReplaceResponse, OutputsUpdateOptionalParams, OutputsUpdateResponse, OutputsDeleteOptionalParams, OutputsGetOptionalParams, OutputsGetResponse, OutputsTestOptionalParams, OutputsTestResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Outputs. */
|
|
5
|
+
export interface Outputs {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the outputs 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?: OutputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Output>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates an output or replaces an already existing output 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 outputName The name of the output.
|
|
18
|
+
* @param output The definition of the output that will be used to create a new output or replace the
|
|
19
|
+
* existing one under the streaming job.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
createOrReplace(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsCreateOrReplaceOptionalParams): Promise<OutputsCreateOrReplaceResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Updates an existing output under an existing streaming job. This can be used to partially update
|
|
25
|
+
* (ie. update one or two properties) an output without affecting the rest the job or output
|
|
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 outputName The name of the output.
|
|
30
|
+
* @param output An Output object. The properties specified here will overwrite the corresponding
|
|
31
|
+
* properties in the existing output (ie. Those properties will be updated). Any properties that are
|
|
32
|
+
* set to null here will mean that the corresponding property in the existing output will remain the
|
|
33
|
+
* same and not change as a result of this PATCH operation.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
update(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsUpdateOptionalParams): Promise<OutputsUpdateResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Deletes an output 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 outputName The name of the output.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
delete(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsDeleteOptionalParams): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Gets details about the specified output.
|
|
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 outputName The name of the output.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
get(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsGetOptionalParams): Promise<OutputsGetResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
|
|
55
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
|
+
* @param jobName The name of the streaming job.
|
|
57
|
+
* @param outputName The name of the output.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>>;
|
|
61
|
+
/**
|
|
62
|
+
* Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.
|
|
63
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
+
* @param jobName The name of the streaming job.
|
|
65
|
+
* @param outputName The name of the output.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
beginTestAndWait(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<OutputsTestResponse>;
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=outputs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"outputs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/outputs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,MAAM,EACN,uCAAuC,EACvC,oCAAoC,EACpC,8BAA8B,EAC9B,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,EACxB,kBAAkB,EAClB,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;;;;;;OAQG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAC3E,CAAC;IACF;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"outputs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/outputs.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 Output,\n OutputsListByStreamingJobOptionalParams,\n OutputsCreateOrReplaceOptionalParams,\n OutputsCreateOrReplaceResponse,\n OutputsUpdateOptionalParams,\n OutputsUpdateResponse,\n OutputsDeleteOptionalParams,\n OutputsGetOptionalParams,\n OutputsGetResponse,\n OutputsTestOptionalParams,\n OutputsTestResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Outputs. */\nexport interface Outputs {\n /**\n * Lists all of the outputs 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?: OutputsListByStreamingJobOptionalParams,\n ): PagedAsyncIterableIterator<Output>;\n /**\n * Creates an output or replaces an already existing output 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 outputName The name of the output.\n * @param output The definition of the output that will be used to create a new output or replace the\n * existing one under the streaming job.\n * @param options The options parameters.\n */\n createOrReplace(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n output: Output,\n options?: OutputsCreateOrReplaceOptionalParams,\n ): Promise<OutputsCreateOrReplaceResponse>;\n /**\n * Updates an existing output under an existing streaming job. This can be used to partially update\n * (ie. update one or two properties) an output without affecting the rest the job or output\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 outputName The name of the output.\n * @param output An Output object. The properties specified here will overwrite the corresponding\n * properties in the existing output (ie. Those properties will be updated). Any properties that are\n * set to null here will mean that the corresponding property in the existing output will remain the\n * 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 outputName: string,\n output: Output,\n options?: OutputsUpdateOptionalParams,\n ): Promise<OutputsUpdateResponse>;\n /**\n * Deletes an output 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 outputName The name of the output.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets details about the specified output.\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 outputName The name of the output.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsGetOptionalParams,\n ): Promise<OutputsGetResponse>;\n /**\n * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.\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 outputName The name of the output.\n * @param options The options parameters.\n */\n beginTest(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsTestOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>\n >;\n /**\n * Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.\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 outputName The name of the output.\n * @param options The options parameters.\n */\n beginTestAndWait(\n resourceGroupName: string,\n jobName: string,\n outputName: string,\n options?: OutputsTestOptionalParams,\n ): Promise<OutputsTestResponse>;\n}\n"]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { PrivateEndpoint, PrivateEndpointsListByClusterOptionalParams, PrivateEndpointsCreateOrUpdateOptionalParams, PrivateEndpointsCreateOrUpdateResponse, PrivateEndpointsGetOptionalParams, PrivateEndpointsGetResponse, PrivateEndpointsDeleteOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a PrivateEndpoints. */
|
|
5
|
+
export interface PrivateEndpoints {
|
|
6
|
+
/**
|
|
7
|
+
* Lists the private endpoints in the cluster.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpoint>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param privateEndpointName The name of the private endpoint.
|
|
18
|
+
* @param privateEndpoint The definition of the private endpoint that will be used to create a new
|
|
19
|
+
* cluster or replace the existing one.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpointsCreateOrUpdateResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Gets information about the specified Private Endpoint.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param clusterName The name of the cluster.
|
|
27
|
+
* @param privateEndpointName The name of the private endpoint.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpointsGetResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Delete the specified private endpoint.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
+
* @param clusterName The name of the cluster.
|
|
35
|
+
* @param privateEndpointName The name of the private endpoint.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
39
|
+
/**
|
|
40
|
+
* Delete the specified private endpoint.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param clusterName The name of the cluster.
|
|
43
|
+
* @param privateEndpointName The name of the private endpoint.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=privateEndpoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateEndpoints.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpoints.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,eAAe,EACf,2CAA2C,EAC3C,4CAA4C,EAC5C,sCAAsC,EACtC,iCAAiC,EACjC,2BAA2B,EAC3B,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,eAAe,CAAC,CAAC;IAC/C;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC,CAAC;IACnD;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateEndpoints.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpoints.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 PrivateEndpoint,\n PrivateEndpointsListByClusterOptionalParams,\n PrivateEndpointsCreateOrUpdateOptionalParams,\n PrivateEndpointsCreateOrUpdateResponse,\n PrivateEndpointsGetOptionalParams,\n PrivateEndpointsGetResponse,\n PrivateEndpointsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateEndpoints. */\nexport interface PrivateEndpoints {\n /**\n * Lists the private endpoints in the 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 listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointsListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpoint>;\n /**\n * Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param privateEndpoint The definition of the private endpoint that will be used to create a new\n * cluster or replace the existing one.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n privateEndpoint: PrivateEndpoint,\n options?: PrivateEndpointsCreateOrUpdateOptionalParams,\n ): Promise<PrivateEndpointsCreateOrUpdateResponse>;\n /**\n * Gets information about the specified Private Endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsGetOptionalParams,\n ): Promise<PrivateEndpointsGetResponse>;\n /**\n * Delete the specified private endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete the specified private endpoint.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the cluster.\n * @param privateEndpointName The name of the private endpoint.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointName: string,\n options?: PrivateEndpointsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { GetStreamingJobSkuResult, SkuListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a SkuOperations. */
|
|
4
|
+
export interface SkuOperations {
|
|
5
|
+
/**
|
|
6
|
+
* Gets a list of available SKUs about the specified streaming job.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param jobName The name of the streaming job.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(resourceGroupName: string, jobName: string, options?: SkuListOptionalParams): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=skuOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skuOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/skuOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,wBAAwB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAGrF,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,qBAAqB,GAC9B,0BAA0B,CAAC,wBAAwB,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skuOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/skuOperations.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 { GetStreamingJobSkuResult, SkuListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a SkuOperations. */\nexport interface SkuOperations {\n /**\n * Gets a list of available SKUs about 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 list(\n resourceGroupName: string,\n jobName: string,\n options?: SkuListOptionalParams,\n ): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;\n}\n"]}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { StreamingJob, StreamingJobsListByResourceGroupOptionalParams, StreamingJobsListOptionalParams, StreamingJobsCreateOrReplaceOptionalParams, StreamingJobsCreateOrReplaceResponse, StreamingJobsUpdateOptionalParams, StreamingJobsUpdateResponse, StreamingJobsDeleteOptionalParams, StreamingJobsGetOptionalParams, StreamingJobsGetResponse, StreamingJobsStartOptionalParams, StreamingJobsStopOptionalParams, StreamingJobsScaleOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a StreamingJobs. */
|
|
5
|
+
export interface StreamingJobs {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the streaming jobs in the specified resource group.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listByResourceGroup(resourceGroupName: string, options?: StreamingJobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
|
|
12
|
+
/**
|
|
13
|
+
* Lists all of the streaming jobs in the given subscription.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
list(options?: StreamingJobsListOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
|
|
17
|
+
/**
|
|
18
|
+
* Creates a streaming job or replaces an already existing streaming job.
|
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
+
* @param jobName The name of the streaming job.
|
|
21
|
+
* @param streamingJob The definition of the streaming job that will be used to create a new streaming
|
|
22
|
+
* job or replace the existing one.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
|
|
26
|
+
/**
|
|
27
|
+
* Creates a streaming job or replaces an already existing streaming job.
|
|
28
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
29
|
+
* @param jobName The name of the streaming job.
|
|
30
|
+
* @param streamingJob The definition of the streaming job that will be used to create a new streaming
|
|
31
|
+
* job or replace the existing one.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
beginCreateOrReplaceAndWait(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<StreamingJobsCreateOrReplaceResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Updates an existing streaming job. This can be used to partially update (ie. update one or two
|
|
37
|
+
* properties) a streaming job without affecting the rest the job definition.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param jobName The name of the streaming job.
|
|
40
|
+
* @param streamingJob A streaming job object. The properties specified here will overwrite the
|
|
41
|
+
* corresponding properties in the existing streaming job (ie. Those properties will be updated). Any
|
|
42
|
+
* properties that are set to null here will mean that the corresponding property in the existing input
|
|
43
|
+
* will remain the same and not change as a result of this PATCH operation.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
update(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsUpdateOptionalParams): Promise<StreamingJobsUpdateResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Deletes a streaming job.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param jobName The name of the streaming job.
|
|
51
|
+
* @param options The options parameters.
|
|
52
|
+
*/
|
|
53
|
+
beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
54
|
+
/**
|
|
55
|
+
* Deletes a streaming job.
|
|
56
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
57
|
+
* @param jobName The name of the streaming job.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<void>;
|
|
61
|
+
/**
|
|
62
|
+
* Gets details about the specified streaming job.
|
|
63
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
+
* @param jobName The name of the streaming job.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
get(resourceGroupName: string, jobName: string, options?: StreamingJobsGetOptionalParams): Promise<StreamingJobsGetResponse>;
|
|
68
|
+
/**
|
|
69
|
+
* Starts a streaming job. Once a job is started it will start processing input events and produce
|
|
70
|
+
* output.
|
|
71
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
|
+
* @param jobName The name of the streaming job.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
76
|
+
/**
|
|
77
|
+
* Starts a streaming job. Once a job is started it will start processing input events and produce
|
|
78
|
+
* output.
|
|
79
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
80
|
+
* @param jobName The name of the streaming job.
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
beginStartAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<void>;
|
|
84
|
+
/**
|
|
85
|
+
* Stops a running streaming job. This will cause a running streaming job to stop processing input
|
|
86
|
+
* events and producing output.
|
|
87
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
88
|
+
* @param jobName The name of the streaming job.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
92
|
+
/**
|
|
93
|
+
* Stops a running streaming job. This will cause a running streaming job to stop processing input
|
|
94
|
+
* events and producing output.
|
|
95
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
96
|
+
* @param jobName The name of the streaming job.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
beginStopAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<void>;
|
|
100
|
+
/**
|
|
101
|
+
* Scales a streaming job when the job is running.
|
|
102
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
103
|
+
* @param jobName The name of the streaming job.
|
|
104
|
+
* @param options The options parameters.
|
|
105
|
+
*/
|
|
106
|
+
beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
107
|
+
/**
|
|
108
|
+
* Scales a streaming job when the job is running.
|
|
109
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
110
|
+
* @param jobName The name of the streaming job.
|
|
111
|
+
* @param options The options parameters.
|
|
112
|
+
*/
|
|
113
|
+
beginScaleAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<void>;
|
|
114
|
+
}
|
|
115
|
+
//# sourceMappingURL=streamingJobs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streamingJobs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/streamingJobs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,YAAY,EACZ,8CAA8C,EAC9C,+BAA+B,EAC/B,0CAA0C,EAC1C,oCAAoC,EACpC,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EACjC,8BAA8B,EAC9B,wBAAwB,EACxB,gCAAgC,EAChC,+BAA+B,EAC/B,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,2BAA2B,CACzB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;;OAUG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;IACxC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streamingJobs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/streamingJobs.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 StreamingJob,\n StreamingJobsListByResourceGroupOptionalParams,\n StreamingJobsListOptionalParams,\n StreamingJobsCreateOrReplaceOptionalParams,\n StreamingJobsCreateOrReplaceResponse,\n StreamingJobsUpdateOptionalParams,\n StreamingJobsUpdateResponse,\n StreamingJobsDeleteOptionalParams,\n StreamingJobsGetOptionalParams,\n StreamingJobsGetResponse,\n StreamingJobsStartOptionalParams,\n StreamingJobsStopOptionalParams,\n StreamingJobsScaleOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a StreamingJobs. */\nexport interface StreamingJobs {\n /**\n * Lists all of the streaming jobs in the specified 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?: StreamingJobsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<StreamingJob>;\n /**\n * Lists all of the streaming jobs in the given subscription.\n * @param options The options parameters.\n */\n list(\n options?: StreamingJobsListOptionalParams,\n ): PagedAsyncIterableIterator<StreamingJob>;\n /**\n * Creates a streaming job or replaces an already 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 streamingJob The definition of the streaming job that will be used to create a new streaming\n * job or replace the existing one.\n * @param options The options parameters.\n */\n beginCreateOrReplace(\n resourceGroupName: string,\n jobName: string,\n streamingJob: StreamingJob,\n options?: StreamingJobsCreateOrReplaceOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<StreamingJobsCreateOrReplaceResponse>,\n StreamingJobsCreateOrReplaceResponse\n >\n >;\n /**\n * Creates a streaming job or replaces an already 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 streamingJob The definition of the streaming job that will be used to create a new streaming\n * job or replace the existing one.\n * @param options The options parameters.\n */\n beginCreateOrReplaceAndWait(\n resourceGroupName: string,\n jobName: string,\n streamingJob: StreamingJob,\n options?: StreamingJobsCreateOrReplaceOptionalParams,\n ): Promise<StreamingJobsCreateOrReplaceResponse>;\n /**\n * Updates an existing streaming job. This can be used to partially update (ie. update one or two\n * properties) a streaming job without affecting the rest the job 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 streamingJob A streaming job object. The properties specified here will overwrite the\n * corresponding properties in the existing streaming job (ie. Those properties will be updated). Any\n * properties that are set to null here will mean that the corresponding property in the existing input\n * 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 streamingJob: StreamingJob,\n options?: StreamingJobsUpdateOptionalParams,\n ): Promise<StreamingJobsUpdateResponse>;\n /**\n * Deletes a 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 beginDelete(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a 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 beginDeleteAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets details about 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 get(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsGetOptionalParams,\n ): Promise<StreamingJobsGetResponse>;\n /**\n * Starts a streaming job. Once a job is started it will start processing input events and produce\n * output.\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 beginStart(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Starts a streaming job. Once a job is started it will start processing input events and produce\n * output.\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 beginStartAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStartOptionalParams,\n ): Promise<void>;\n /**\n * Stops a running streaming job. This will cause a running streaming job to stop processing input\n * events and producing output.\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 beginStop(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStopOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Stops a running streaming job. This will cause a running streaming job to stop processing input\n * events and producing output.\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 beginStopAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsStopOptionalParams,\n ): Promise<void>;\n /**\n * Scales a streaming job when the job is running.\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 beginScale(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsScaleOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Scales a streaming job when the job is running.\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 beginScaleAndWait(\n resourceGroupName: string,\n jobName: string,\n options?: StreamingJobsScaleOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
+
import { SubscriptionsListQuotasOptionalParams, SubscriptionsListQuotasResponse, TestQuery, SubscriptionsTestQueryOptionalParams, SubscriptionsTestQueryResponse, CompileQuery, SubscriptionsCompileQueryOptionalParams, SubscriptionsCompileQueryResponse, SampleInput, SubscriptionsSampleInputOptionalParams, SubscriptionsSampleInputResponse, TestInput, SubscriptionsTestInputOptionalParams, SubscriptionsTestInputResponse, TestOutput, SubscriptionsTestOutputOptionalParams, SubscriptionsTestOutputResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Subscriptions. */
|
|
4
|
+
export interface Subscriptions {
|
|
5
|
+
/**
|
|
6
|
+
* Retrieves the subscription's current quota information in a particular region.
|
|
7
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
8
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* Test the Stream Analytics query on a sample input.
|
|
14
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
15
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
16
|
+
* @param testQuery The query testing object that defines the input, output, and transformation for the
|
|
17
|
+
* query testing.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestQueryResponse>, SubscriptionsTestQueryResponse>>;
|
|
21
|
+
/**
|
|
22
|
+
* Test the Stream Analytics query on a sample input.
|
|
23
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
24
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
25
|
+
* @param testQuery The query testing object that defines the input, output, and transformation for the
|
|
26
|
+
* query testing.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SubscriptionsTestQueryResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Compile the Stream Analytics query.
|
|
32
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
33
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
34
|
+
* @param compileQuery The query compilation object which defines the input, output, and transformation
|
|
35
|
+
* for the query compilation.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<SubscriptionsCompileQueryResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Sample the Stream Analytics input data.
|
|
41
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
42
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
43
|
+
* @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsSampleInputResponse>, SubscriptionsSampleInputResponse>>;
|
|
47
|
+
/**
|
|
48
|
+
* Sample the Stream Analytics input data.
|
|
49
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
50
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
51
|
+
* @param sampleInput Defines the necessary parameters for sampling the Stream Analytics input data.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SubscriptionsSampleInputResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* Test the Stream Analytics input.
|
|
57
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
58
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
59
|
+
* @param testInput Defines the necessary parameters for testing the Stream Analytics input.
|
|
60
|
+
* @param options The options parameters.
|
|
61
|
+
*/
|
|
62
|
+
beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestInputResponse>, SubscriptionsTestInputResponse>>;
|
|
63
|
+
/**
|
|
64
|
+
* Test the Stream Analytics input.
|
|
65
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
66
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
67
|
+
* @param testInput Defines the necessary parameters for testing the Stream Analytics input.
|
|
68
|
+
* @param options The options parameters.
|
|
69
|
+
*/
|
|
70
|
+
beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SubscriptionsTestInputResponse>;
|
|
71
|
+
/**
|
|
72
|
+
* Test the Stream Analytics output.
|
|
73
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
74
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
75
|
+
* @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
|
|
76
|
+
* @param options The options parameters.
|
|
77
|
+
*/
|
|
78
|
+
beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestOutputResponse>, SubscriptionsTestOutputResponse>>;
|
|
79
|
+
/**
|
|
80
|
+
* Test the Stream Analytics output.
|
|
81
|
+
* @param location The region to which the request is sent. You can find out which regions Azure Stream
|
|
82
|
+
* Analytics is supported in here: https://azure.microsoft.com/en-us/regions/
|
|
83
|
+
* @param testOutput Defines the necessary parameters for testing the Stream Analytics output.
|
|
84
|
+
* @param options The options parameters.
|
|
85
|
+
*/
|
|
86
|
+
beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SubscriptionsTestOutputResponse>;
|
|
87
|
+
}
|
|
88
|
+
//# sourceMappingURL=subscriptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/subscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,qCAAqC,EACrC,+BAA+B,EAC/B,SAAS,EACT,oCAAoC,EACpC,8BAA8B,EAC9B,YAAY,EACZ,uCAAuC,EACvC,iCAAiC,EACjC,WAAW,EACX,sCAAsC,EACtC,gCAAgC,EAChC,SAAS,EACT,oCAAoC,EACpC,8BAA8B,EAC9B,UAAU,EACV,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,UAAU,CACR,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,cAAc,CACZ,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;OAOG;IACH,YAAY,CACV,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,gBAAgB,CACd,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gCAAgC,CAAC,EAChD,gCAAgC,CACjC,CACF,CAAC;IACF;;;;;;OAMG;IACH,uBAAuB,CACrB,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,cAAc,CACZ,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,8BAA8B,CAAC,EAC9C,8BAA8B,CAC/B,CACF,CAAC;IACF;;;;;;OAMG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,eAAe,CACb,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;OAMG;IACH,sBAAsB,CACpB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,EACtB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/subscriptions.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 { SimplePollerLike, OperationState } from \"@azure/core-lro\";\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/** Interface representing a Subscriptions. */\nexport interface Subscriptions {\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 /**\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 beginTestQuery(\n location: string,\n testQuery: TestQuery,\n options?: SubscriptionsTestQueryOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestQueryResponse>,\n SubscriptionsTestQueryResponse\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 beginTestQueryAndWait(\n location: string,\n testQuery: TestQuery,\n options?: SubscriptionsTestQueryOptionalParams,\n ): Promise<SubscriptionsTestQueryResponse>;\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 /**\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 beginSampleInput(\n location: string,\n sampleInput: SampleInput,\n options?: SubscriptionsSampleInputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsSampleInputResponse>,\n SubscriptionsSampleInputResponse\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 beginSampleInputAndWait(\n location: string,\n sampleInput: SampleInput,\n options?: SubscriptionsSampleInputOptionalParams,\n ): Promise<SubscriptionsSampleInputResponse>;\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 beginTestInput(\n location: string,\n testInput: TestInput,\n options?: SubscriptionsTestInputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestInputResponse>,\n SubscriptionsTestInputResponse\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 beginTestInputAndWait(\n location: string,\n testInput: TestInput,\n options?: SubscriptionsTestInputOptionalParams,\n ): Promise<SubscriptionsTestInputResponse>;\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 beginTestOutput(\n location: string,\n testOutput: TestOutput,\n options?: SubscriptionsTestOutputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SubscriptionsTestOutputResponse>,\n SubscriptionsTestOutputResponse\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 beginTestOutputAndWait(\n location: string,\n testOutput: TestOutput,\n options?: SubscriptionsTestOutputOptionalParams,\n ): Promise<SubscriptionsTestOutputResponse>;\n}\n"]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Transformation, TransformationsCreateOrReplaceOptionalParams, TransformationsCreateOrReplaceResponse, TransformationsUpdateOptionalParams, TransformationsUpdateResponse, TransformationsGetOptionalParams, TransformationsGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Transformations. */
|
|
3
|
+
export interface Transformations {
|
|
4
|
+
/**
|
|
5
|
+
* Creates a transformation or replaces an already existing transformation under an existing streaming
|
|
6
|
+
* job.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param jobName The name of the streaming job.
|
|
9
|
+
* @param transformationName The name of the transformation.
|
|
10
|
+
* @param transformation The definition of the transformation that will be used to create a new
|
|
11
|
+
* transformation or replace the existing one under the streaming job.
|
|
12
|
+
* @param options The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>;
|
|
15
|
+
/**
|
|
16
|
+
* Updates an existing transformation under an existing streaming job. This can be used to partially
|
|
17
|
+
* update (ie. update one or two properties) a transformation without affecting the rest the job or
|
|
18
|
+
* transformation definition.
|
|
19
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
|
+
* @param jobName The name of the streaming job.
|
|
21
|
+
* @param transformationName The name of the transformation.
|
|
22
|
+
* @param transformation A Transformation object. The properties specified here will overwrite the
|
|
23
|
+
* corresponding properties in the existing transformation (ie. Those properties will be updated). Any
|
|
24
|
+
* properties that are set to null here will mean that the corresponding property in the existing
|
|
25
|
+
* transformation will remain the same and not change as a result of this PATCH operation.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Gets details about the specified transformation.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param jobName The name of the streaming job.
|
|
33
|
+
* @param transformationName The name of the transformation.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=transformations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/transformations.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,4CAA4C,EAC5C,sCAAsC,EACtC,mCAAmC,EACnC,6BAA6B,EAC7B,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAE5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;;;;;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,CAAC;IACnD;;;;;;;;;;;;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,CAAC;IAC1C;;;;;;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,CAAC;CACxC"}
|