@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,2815 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
|
|
3
|
+
export type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
|
|
4
|
+
export type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
|
|
5
|
+
export type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
|
|
6
|
+
export type SerializationUnion = Serialization | DeltaSerialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
|
|
7
|
+
export type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | PostgreSQLOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource | GatewayMessageBusOutputDataSource | AzureDataExplorerOutputDataSource;
|
|
8
|
+
export type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource | GatewayMessageBusStreamInputDataSource | EventGridStreamInputDataSource;
|
|
9
|
+
export type ReferenceInputDataSourceUnion = ReferenceInputDataSource | FileReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
|
|
10
|
+
/** The properties that are associated with a function. */
|
|
11
|
+
export interface FunctionProperties {
|
|
12
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
13
|
+
type: "Scalar" | "Aggregate";
|
|
14
|
+
/**
|
|
15
|
+
* The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly etag?: string;
|
|
19
|
+
inputs?: FunctionInput[];
|
|
20
|
+
/** Describes the output of a function. */
|
|
21
|
+
output?: FunctionOutput;
|
|
22
|
+
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
23
|
+
binding?: FunctionBindingUnion;
|
|
24
|
+
}
|
|
25
|
+
/** Describes one input parameter of a function. */
|
|
26
|
+
export interface FunctionInput {
|
|
27
|
+
/** The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */
|
|
28
|
+
dataType?: string;
|
|
29
|
+
/** A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false. */
|
|
30
|
+
isConfigurationParameter?: boolean;
|
|
31
|
+
}
|
|
32
|
+
/** Describes the output of a function. */
|
|
33
|
+
export interface FunctionOutput {
|
|
34
|
+
/** The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx */
|
|
35
|
+
dataType?: string;
|
|
36
|
+
}
|
|
37
|
+
/** The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. */
|
|
38
|
+
export interface FunctionBinding {
|
|
39
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
40
|
+
type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
|
|
41
|
+
}
|
|
42
|
+
/** The base sub-resource model definition. */
|
|
43
|
+
export interface SubResource {
|
|
44
|
+
/**
|
|
45
|
+
* Resource Id
|
|
46
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
47
|
+
*/
|
|
48
|
+
readonly id?: string;
|
|
49
|
+
/** Resource name */
|
|
50
|
+
name?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Resource type
|
|
53
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
54
|
+
*/
|
|
55
|
+
readonly type?: string;
|
|
56
|
+
}
|
|
57
|
+
/** Common error representation. */
|
|
58
|
+
export interface ErrorModel {
|
|
59
|
+
/** Error definition properties. */
|
|
60
|
+
error?: ErrorError;
|
|
61
|
+
}
|
|
62
|
+
/** Error definition properties. */
|
|
63
|
+
export interface ErrorError {
|
|
64
|
+
/** Error code. */
|
|
65
|
+
code?: string;
|
|
66
|
+
/** Error message. */
|
|
67
|
+
message?: string;
|
|
68
|
+
/** Error target. */
|
|
69
|
+
target?: string;
|
|
70
|
+
/** Error details. */
|
|
71
|
+
details?: ErrorDetails[];
|
|
72
|
+
}
|
|
73
|
+
/** Common error details representation. */
|
|
74
|
+
export interface ErrorDetails {
|
|
75
|
+
/** Error code. */
|
|
76
|
+
code?: string;
|
|
77
|
+
/** Error target. */
|
|
78
|
+
target?: string;
|
|
79
|
+
/** Error message. */
|
|
80
|
+
message?: string;
|
|
81
|
+
}
|
|
82
|
+
/** Object containing a list of functions under a streaming job. */
|
|
83
|
+
export interface FunctionListResult {
|
|
84
|
+
/**
|
|
85
|
+
* A list of functions under a streaming job. Populated by a 'List' operation.
|
|
86
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
87
|
+
*/
|
|
88
|
+
readonly value?: FunctionModel[];
|
|
89
|
+
/**
|
|
90
|
+
* The link (url) to the next page of results.
|
|
91
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
92
|
+
*/
|
|
93
|
+
readonly nextLink?: string;
|
|
94
|
+
}
|
|
95
|
+
/** Describes the status of the test operation along with error information, if applicable. */
|
|
96
|
+
export interface ResourceTestStatus {
|
|
97
|
+
/**
|
|
98
|
+
* The status of the test operation.
|
|
99
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
100
|
+
*/
|
|
101
|
+
readonly status?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Describes the error that occurred.
|
|
104
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
105
|
+
*/
|
|
106
|
+
readonly error?: ErrorResponse;
|
|
107
|
+
}
|
|
108
|
+
/** Describes the error that occurred. */
|
|
109
|
+
export interface ErrorResponse {
|
|
110
|
+
/**
|
|
111
|
+
* Error code associated with the error that occurred.
|
|
112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
+
*/
|
|
114
|
+
readonly code?: string;
|
|
115
|
+
/**
|
|
116
|
+
* Describes the error in detail.
|
|
117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
+
*/
|
|
119
|
+
readonly message?: string;
|
|
120
|
+
}
|
|
121
|
+
/** Parameters used to specify the type of function to retrieve the default definition for. */
|
|
122
|
+
export interface FunctionRetrieveDefaultDefinitionParameters {
|
|
123
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
124
|
+
bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf";
|
|
125
|
+
}
|
|
126
|
+
/** The properties that are associated with an input. */
|
|
127
|
+
export interface InputProperties {
|
|
128
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
129
|
+
type: "Stream" | "Reference";
|
|
130
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */
|
|
131
|
+
serialization?: SerializationUnion;
|
|
132
|
+
/**
|
|
133
|
+
* Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
|
|
134
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
135
|
+
*/
|
|
136
|
+
readonly diagnostics?: Diagnostics;
|
|
137
|
+
/**
|
|
138
|
+
* The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
|
|
139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
|
+
*/
|
|
141
|
+
readonly etag?: string;
|
|
142
|
+
/** Describes how input data is compressed */
|
|
143
|
+
compression?: Compression;
|
|
144
|
+
/** partitionKey Describes a key in the input data which is used for partitioning the input data */
|
|
145
|
+
partitionKey?: string;
|
|
146
|
+
/** Settings which determine whether to read watermark events. */
|
|
147
|
+
watermarkSettings?: InputWatermarkProperties;
|
|
148
|
+
}
|
|
149
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output. */
|
|
150
|
+
export interface Serialization {
|
|
151
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
152
|
+
type: "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
|
|
153
|
+
}
|
|
154
|
+
/** Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention. */
|
|
155
|
+
export interface Diagnostics {
|
|
156
|
+
/**
|
|
157
|
+
* A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
|
|
158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
159
|
+
*/
|
|
160
|
+
readonly conditions?: DiagnosticCondition[];
|
|
161
|
+
}
|
|
162
|
+
/** Condition applicable to the resource, or to the job overall, that warrant customer attention. */
|
|
163
|
+
export interface DiagnosticCondition {
|
|
164
|
+
/**
|
|
165
|
+
* The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
|
|
166
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
167
|
+
*/
|
|
168
|
+
readonly since?: string;
|
|
169
|
+
/**
|
|
170
|
+
* The opaque diagnostic code.
|
|
171
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
172
|
+
*/
|
|
173
|
+
readonly code?: string;
|
|
174
|
+
/**
|
|
175
|
+
* The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
|
|
176
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
177
|
+
*/
|
|
178
|
+
readonly message?: string;
|
|
179
|
+
}
|
|
180
|
+
/** Describes how input data is compressed */
|
|
181
|
+
export interface Compression {
|
|
182
|
+
/** Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. */
|
|
183
|
+
type: CompressionType;
|
|
184
|
+
}
|
|
185
|
+
/** Settings which determine whether to read watermark events. */
|
|
186
|
+
export interface InputWatermarkProperties {
|
|
187
|
+
/** The input watermark mode. */
|
|
188
|
+
watermarkMode?: InputWatermarkMode;
|
|
189
|
+
}
|
|
190
|
+
/** Object containing a list of inputs under a streaming job. */
|
|
191
|
+
export interface InputListResult {
|
|
192
|
+
/**
|
|
193
|
+
* A list of inputs under a streaming job. Populated by a 'List' operation.
|
|
194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
+
*/
|
|
196
|
+
readonly value?: Input[];
|
|
197
|
+
/**
|
|
198
|
+
* The link (url) to the next page of results.
|
|
199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
200
|
+
*/
|
|
201
|
+
readonly nextLink?: string;
|
|
202
|
+
}
|
|
203
|
+
/** Describes the data source that output will be written to. */
|
|
204
|
+
export interface OutputDataSource {
|
|
205
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
206
|
+
type: "Raw" | "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.DBForPostgreSQL/servers/databases" | "Microsoft.Storage/DocumentDB" | "Microsoft.AzureFunction" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts" | "GatewayMessageBus" | "Microsoft.Kusto/clusters/databases";
|
|
207
|
+
}
|
|
208
|
+
/** An output event timestamp. */
|
|
209
|
+
export interface LastOutputEventTimestamp {
|
|
210
|
+
/** The last output event time. */
|
|
211
|
+
lastOutputEventTime?: string;
|
|
212
|
+
/** The time that the last update happened. */
|
|
213
|
+
lastUpdateTime?: string;
|
|
214
|
+
}
|
|
215
|
+
/** Settings which determine whether to send watermarks to downstream. */
|
|
216
|
+
export interface OutputWatermarkProperties {
|
|
217
|
+
/** The output watermark mode. */
|
|
218
|
+
watermarkMode?: OutputWatermarkMode;
|
|
219
|
+
/** Describes the maximal delta between the fastest and slowest partitions, so the out of order window that catches all necessary events in downstream jobs is well defined. */
|
|
220
|
+
maxWatermarkDifferenceAcrossPartitions?: string;
|
|
221
|
+
}
|
|
222
|
+
/** Object containing a list of outputs under a streaming job. */
|
|
223
|
+
export interface OutputListResult {
|
|
224
|
+
/**
|
|
225
|
+
* A list of outputs under a streaming job. Populated by a 'List' operation.
|
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
227
|
+
*/
|
|
228
|
+
readonly value?: Output[];
|
|
229
|
+
/**
|
|
230
|
+
* The link (url) to the next page of results.
|
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
+
*/
|
|
233
|
+
readonly nextLink?: string;
|
|
234
|
+
}
|
|
235
|
+
/** Result of the request to list Stream Analytics operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
236
|
+
export interface OperationListResult {
|
|
237
|
+
/**
|
|
238
|
+
* List of Stream Analytics operations supported by the Microsoft.StreamAnalytics resource provider.
|
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
+
*/
|
|
241
|
+
readonly value?: Operation[];
|
|
242
|
+
/**
|
|
243
|
+
* URL to get the next set of operation list results if there are any.
|
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
+
*/
|
|
246
|
+
readonly nextLink?: string;
|
|
247
|
+
}
|
|
248
|
+
/** A Stream Analytics REST API operation */
|
|
249
|
+
export interface Operation {
|
|
250
|
+
/**
|
|
251
|
+
* The name of the operation being performed on this particular object.
|
|
252
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
+
*/
|
|
254
|
+
readonly name?: string;
|
|
255
|
+
/** Indicates whether the operation is a data action */
|
|
256
|
+
isDataAction?: boolean;
|
|
257
|
+
/**
|
|
258
|
+
* Contains the localized display information for this particular operation / action.
|
|
259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
260
|
+
*/
|
|
261
|
+
readonly display?: OperationDisplay;
|
|
262
|
+
}
|
|
263
|
+
/** Contains the localized display information for this particular operation / action. */
|
|
264
|
+
export interface OperationDisplay {
|
|
265
|
+
/**
|
|
266
|
+
* The localized friendly form of the resource provider name.
|
|
267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
268
|
+
*/
|
|
269
|
+
readonly provider?: string;
|
|
270
|
+
/**
|
|
271
|
+
* The localized friendly form of the resource type related to this action/operation.
|
|
272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
|
+
*/
|
|
274
|
+
readonly resource?: string;
|
|
275
|
+
/**
|
|
276
|
+
* The localized friendly name for the operation.
|
|
277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
278
|
+
*/
|
|
279
|
+
readonly operation?: string;
|
|
280
|
+
/**
|
|
281
|
+
* The localized friendly description for the operation.
|
|
282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
283
|
+
*/
|
|
284
|
+
readonly description?: string;
|
|
285
|
+
}
|
|
286
|
+
/** The properties that are associated with a SKU. */
|
|
287
|
+
export interface Sku {
|
|
288
|
+
/** The name of the SKU. Required on PUT (CreateOrReplace) requests. */
|
|
289
|
+
name?: SkuName;
|
|
290
|
+
/** The capacity of the SKU. */
|
|
291
|
+
capacity?: number;
|
|
292
|
+
}
|
|
293
|
+
/** The properties that are associated with an Azure Storage account */
|
|
294
|
+
export interface StorageAccount {
|
|
295
|
+
/** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
296
|
+
accountName?: string;
|
|
297
|
+
/** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
298
|
+
accountKey?: string;
|
|
299
|
+
/** Authentication Mode. */
|
|
300
|
+
authenticationMode?: AuthenticationMode;
|
|
301
|
+
}
|
|
302
|
+
/** The storage account where the custom code artifacts are located. */
|
|
303
|
+
export interface External {
|
|
304
|
+
/** The properties that are associated with an Azure Storage account */
|
|
305
|
+
storageAccount?: StorageAccount;
|
|
306
|
+
/** The UserCustomCode container. */
|
|
307
|
+
container?: string;
|
|
308
|
+
/** The UserCustomCode path. */
|
|
309
|
+
path?: string;
|
|
310
|
+
/** The refresh parameters for any/all updatable user defined functions present in the job config. */
|
|
311
|
+
refreshConfiguration?: RefreshConfiguration;
|
|
312
|
+
}
|
|
313
|
+
/** The refresh parameters for any/all updatable user defined functions present in the job config. */
|
|
314
|
+
export interface RefreshConfiguration {
|
|
315
|
+
/** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */
|
|
316
|
+
pathPattern?: string;
|
|
317
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
318
|
+
dateFormat?: string;
|
|
319
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
320
|
+
timeFormat?: string;
|
|
321
|
+
/** The refresh interval. */
|
|
322
|
+
refreshInterval?: string;
|
|
323
|
+
/** This property indicates which data refresh option to use, Blocking or Nonblocking. */
|
|
324
|
+
refreshType?: UpdatableUdfRefreshType;
|
|
325
|
+
}
|
|
326
|
+
/** The properties associated with a Stream Analytics cluster. */
|
|
327
|
+
export interface ClusterInfo {
|
|
328
|
+
/** The resource id of cluster. */
|
|
329
|
+
id?: string;
|
|
330
|
+
}
|
|
331
|
+
/** Describes how identity is verified */
|
|
332
|
+
export interface Identity {
|
|
333
|
+
/**
|
|
334
|
+
* The tenantId of the identity.
|
|
335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
|
+
*/
|
|
337
|
+
readonly tenantId?: string;
|
|
338
|
+
/**
|
|
339
|
+
* The principalId of the identity.
|
|
340
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
341
|
+
*/
|
|
342
|
+
readonly principalId?: string;
|
|
343
|
+
/** The type of identity, can be SystemAssigned or UserAssigned. */
|
|
344
|
+
type?: string;
|
|
345
|
+
/** The user assigned identities associated with the streaming job resource. */
|
|
346
|
+
userAssignedIdentities?: {
|
|
347
|
+
[propertyName: string]: Record<string, unknown>;
|
|
348
|
+
};
|
|
349
|
+
}
|
|
350
|
+
/** The base resource definition */
|
|
351
|
+
export interface Resource {
|
|
352
|
+
/**
|
|
353
|
+
* Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
354
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
355
|
+
*/
|
|
356
|
+
readonly id?: string;
|
|
357
|
+
/**
|
|
358
|
+
* The name of the resource
|
|
359
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
360
|
+
*/
|
|
361
|
+
readonly name?: string;
|
|
362
|
+
/**
|
|
363
|
+
* The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
|
|
364
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
365
|
+
*/
|
|
366
|
+
readonly type?: string;
|
|
367
|
+
}
|
|
368
|
+
/** Object containing a list of streaming jobs. */
|
|
369
|
+
export interface StreamingJobListResult {
|
|
370
|
+
/**
|
|
371
|
+
* A list of streaming jobs. Populated by a 'List' operation.
|
|
372
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
373
|
+
*/
|
|
374
|
+
readonly value?: StreamingJob[];
|
|
375
|
+
/**
|
|
376
|
+
* The link (url) to the next page of results.
|
|
377
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
378
|
+
*/
|
|
379
|
+
readonly nextLink?: string;
|
|
380
|
+
}
|
|
381
|
+
/** Parameters supplied to the Start Streaming Job operation. */
|
|
382
|
+
export interface StartStreamingJobParameters {
|
|
383
|
+
/** Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */
|
|
384
|
+
outputStartMode?: OutputStartMode;
|
|
385
|
+
/** Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. */
|
|
386
|
+
outputStartTime?: Date;
|
|
387
|
+
}
|
|
388
|
+
/** Parameters supplied to the Scale Streaming Job operation. */
|
|
389
|
+
export interface ScaleStreamingJobParameters {
|
|
390
|
+
/** Specifies the number of streaming units that the streaming job will scale to. */
|
|
391
|
+
streamingUnits?: number;
|
|
392
|
+
}
|
|
393
|
+
/** Result of the request to get streaming job SKUs. */
|
|
394
|
+
export interface GetStreamingJobSkuResults {
|
|
395
|
+
/** The list of available SKUs that the streaming job can use. */
|
|
396
|
+
value?: GetStreamingJobSkuResult[];
|
|
397
|
+
/**
|
|
398
|
+
* The link (url) to the next page of results.
|
|
399
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
400
|
+
*/
|
|
401
|
+
readonly nextLink?: string;
|
|
402
|
+
}
|
|
403
|
+
/** Describes an available SKU information. */
|
|
404
|
+
export interface GetStreamingJobSkuResult {
|
|
405
|
+
/**
|
|
406
|
+
* The type of resource the SKU applies to.
|
|
407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
408
|
+
*/
|
|
409
|
+
readonly resourceType?: ResourceType;
|
|
410
|
+
/**
|
|
411
|
+
* The properties that are associated with a SKU.
|
|
412
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
413
|
+
*/
|
|
414
|
+
readonly sku?: GetStreamingJobSkuResultSku;
|
|
415
|
+
/**
|
|
416
|
+
* Describes scaling information of a SKU.
|
|
417
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
418
|
+
*/
|
|
419
|
+
readonly capacity?: SkuCapacity;
|
|
420
|
+
}
|
|
421
|
+
/** The properties that are associated with a SKU. */
|
|
422
|
+
export interface GetStreamingJobSkuResultSku {
|
|
423
|
+
/** The name of the SKU. */
|
|
424
|
+
name?: SkuName;
|
|
425
|
+
}
|
|
426
|
+
/** Describes scaling information of a SKU. */
|
|
427
|
+
export interface SkuCapacity {
|
|
428
|
+
/**
|
|
429
|
+
* Specifies the minimum streaming units that the streaming job can use.
|
|
430
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
431
|
+
*/
|
|
432
|
+
readonly minimum?: number;
|
|
433
|
+
/**
|
|
434
|
+
* Specifies the maximum streaming units that the streaming job can use.
|
|
435
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
436
|
+
*/
|
|
437
|
+
readonly maximum?: number;
|
|
438
|
+
/**
|
|
439
|
+
* Specifies the default streaming units that the streaming job can use.
|
|
440
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
441
|
+
*/
|
|
442
|
+
readonly default?: number;
|
|
443
|
+
/**
|
|
444
|
+
* The scale type applicable to the SKU.
|
|
445
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
446
|
+
*/
|
|
447
|
+
readonly scaleType?: SkuCapacityScaleType;
|
|
448
|
+
/**
|
|
449
|
+
* Specifies the valid streaming units a streaming job can scale to.
|
|
450
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
451
|
+
*/
|
|
452
|
+
readonly allowedValues?: number[];
|
|
453
|
+
}
|
|
454
|
+
/** Result of the GetQuotas operation. It contains a list of quotas for the subscription in a particular region. */
|
|
455
|
+
export interface SubscriptionQuotasListResult {
|
|
456
|
+
/**
|
|
457
|
+
* List of quotas for the subscription in a particular region.
|
|
458
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
459
|
+
*/
|
|
460
|
+
readonly value?: SubscriptionQuota[];
|
|
461
|
+
}
|
|
462
|
+
/** The request object for query testing. */
|
|
463
|
+
export interface TestQuery {
|
|
464
|
+
/** Diagnostics information related to query testing. */
|
|
465
|
+
diagnostics?: TestQueryDiagnostics;
|
|
466
|
+
/** Stream analytics job object which defines the input, output, and transformation for the query testing. */
|
|
467
|
+
streamingJob: StreamingJob;
|
|
468
|
+
}
|
|
469
|
+
/** Diagnostics information related to query testing. */
|
|
470
|
+
export interface TestQueryDiagnostics {
|
|
471
|
+
/** The SAS URI to the container or directory. */
|
|
472
|
+
writeUri: string;
|
|
473
|
+
/** The path to the subdirectory. */
|
|
474
|
+
path?: string;
|
|
475
|
+
}
|
|
476
|
+
/** The query compilation object which defines the input, output, and transformation for the query compilation. */
|
|
477
|
+
export interface CompileQuery {
|
|
478
|
+
/** The query to compile. */
|
|
479
|
+
query: string;
|
|
480
|
+
/** The inputs for the query compilation. */
|
|
481
|
+
inputs?: QueryInput[];
|
|
482
|
+
/** The functions for the query compilation. */
|
|
483
|
+
functions?: QueryFunction[];
|
|
484
|
+
/** Describes the type of the job. Valid values are `Cloud` and 'Edge'. */
|
|
485
|
+
jobType: JobType;
|
|
486
|
+
/** The query to compile. */
|
|
487
|
+
compatibilityLevel?: CompatibilityLevel;
|
|
488
|
+
}
|
|
489
|
+
/** An input for the query compilation. */
|
|
490
|
+
export interface QueryInput {
|
|
491
|
+
/** The name of the input. */
|
|
492
|
+
name: string;
|
|
493
|
+
/** The type of the input, can be Stream or Reference. */
|
|
494
|
+
type: string;
|
|
495
|
+
}
|
|
496
|
+
/** A function for the query compilation. */
|
|
497
|
+
export interface QueryFunction {
|
|
498
|
+
/** The name of the function. */
|
|
499
|
+
name: string;
|
|
500
|
+
/** The type of the function. */
|
|
501
|
+
type: string;
|
|
502
|
+
/** The type of the function binding. */
|
|
503
|
+
bindingType: string;
|
|
504
|
+
/** The inputs for the function. */
|
|
505
|
+
inputs: FunctionInput[];
|
|
506
|
+
/** An output for the function. */
|
|
507
|
+
output: FunctionOutput;
|
|
508
|
+
}
|
|
509
|
+
/** The result of the query compilation request. */
|
|
510
|
+
export interface QueryCompilationResult {
|
|
511
|
+
/**
|
|
512
|
+
* Error messages produced by the compiler.
|
|
513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
|
+
*/
|
|
515
|
+
readonly errors?: QueryCompilationError[];
|
|
516
|
+
/**
|
|
517
|
+
* Warning messages produced by the compiler.
|
|
518
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
+
*/
|
|
520
|
+
readonly warnings?: string[];
|
|
521
|
+
/**
|
|
522
|
+
* All input names used by the query.
|
|
523
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
|
+
*/
|
|
525
|
+
readonly inputs?: string[];
|
|
526
|
+
/**
|
|
527
|
+
* All output names used by the query.
|
|
528
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
|
+
*/
|
|
530
|
+
readonly outputs?: string[];
|
|
531
|
+
/**
|
|
532
|
+
* All function names used by the query.
|
|
533
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
534
|
+
*/
|
|
535
|
+
readonly functions?: string[];
|
|
536
|
+
}
|
|
537
|
+
/** An error produced by the compiler. */
|
|
538
|
+
export interface QueryCompilationError {
|
|
539
|
+
/**
|
|
540
|
+
* The content of the error message.
|
|
541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
542
|
+
*/
|
|
543
|
+
readonly message?: string;
|
|
544
|
+
/**
|
|
545
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
546
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
547
|
+
*/
|
|
548
|
+
readonly startLine?: number;
|
|
549
|
+
/**
|
|
550
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
552
|
+
*/
|
|
553
|
+
readonly startColumn?: number;
|
|
554
|
+
/**
|
|
555
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
557
|
+
*/
|
|
558
|
+
readonly endLine?: number;
|
|
559
|
+
/**
|
|
560
|
+
* Describes the error location in the original query. Not set if isGlobal is true.
|
|
561
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
562
|
+
*/
|
|
563
|
+
readonly endColumn?: number;
|
|
564
|
+
/**
|
|
565
|
+
* Whether the error is not for a specific part but for the entire query.
|
|
566
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
|
+
*/
|
|
568
|
+
readonly isGlobal?: boolean;
|
|
569
|
+
}
|
|
570
|
+
/** The stream analytics input to sample. */
|
|
571
|
+
export interface SampleInput {
|
|
572
|
+
/** The stream analytics input to sample. */
|
|
573
|
+
input?: Input;
|
|
574
|
+
/** Defaults to the default ASA job compatibility level. Today it is 1.2 */
|
|
575
|
+
compatibilityLevel?: string;
|
|
576
|
+
/** The SAS URI of the storage blob for service to write the sampled events to. If this parameter is not provided, service will write events to he system account and share a temporary SAS URI to it. */
|
|
577
|
+
eventsUri?: string;
|
|
578
|
+
/** Defaults to en-US. */
|
|
579
|
+
dataLocale?: string;
|
|
580
|
+
}
|
|
581
|
+
/** A stream analytics input. */
|
|
582
|
+
export interface TestInput {
|
|
583
|
+
/** The stream analytics input to test. */
|
|
584
|
+
input: Input;
|
|
585
|
+
}
|
|
586
|
+
/** A stream analytics output. */
|
|
587
|
+
export interface TestOutput {
|
|
588
|
+
/** The stream analytics output to test. */
|
|
589
|
+
output: Output;
|
|
590
|
+
}
|
|
591
|
+
/** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
592
|
+
export interface ClusterSku {
|
|
593
|
+
/** Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
594
|
+
name?: ClusterSkuName;
|
|
595
|
+
/** Denotes the number of streaming units the cluster can support. Valid values for this property are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT (CreateOrUpdate) requests. */
|
|
596
|
+
capacity?: number;
|
|
597
|
+
}
|
|
598
|
+
/** The properties associated with a Stream Analytics cluster. */
|
|
599
|
+
export interface ClusterProperties {
|
|
600
|
+
/**
|
|
601
|
+
* The date this cluster was created.
|
|
602
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
603
|
+
*/
|
|
604
|
+
readonly createdDate?: Date;
|
|
605
|
+
/**
|
|
606
|
+
* Unique identifier for the cluster.
|
|
607
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
608
|
+
*/
|
|
609
|
+
readonly clusterId?: string;
|
|
610
|
+
/**
|
|
611
|
+
* The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
|
|
612
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
613
|
+
*/
|
|
614
|
+
readonly provisioningState?: ClusterProvisioningState;
|
|
615
|
+
/**
|
|
616
|
+
* Represents the number of streaming units currently being used on the cluster.
|
|
617
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
618
|
+
*/
|
|
619
|
+
readonly capacityAllocated?: number;
|
|
620
|
+
/**
|
|
621
|
+
* Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.
|
|
622
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
623
|
+
*/
|
|
624
|
+
readonly capacityAssigned?: number;
|
|
625
|
+
}
|
|
626
|
+
/** A list of clusters populated by a 'list' operation. */
|
|
627
|
+
export interface ClusterListResult {
|
|
628
|
+
/**
|
|
629
|
+
* A list of clusters.
|
|
630
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
+
*/
|
|
632
|
+
readonly value?: Cluster[];
|
|
633
|
+
/**
|
|
634
|
+
* The URL to fetch the next set of clusters.
|
|
635
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
636
|
+
*/
|
|
637
|
+
readonly nextLink?: string;
|
|
638
|
+
}
|
|
639
|
+
/** A list of streaming jobs. Populated by a List operation. */
|
|
640
|
+
export interface ClusterJobListResult {
|
|
641
|
+
/**
|
|
642
|
+
* A list of streaming jobs.
|
|
643
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
644
|
+
*/
|
|
645
|
+
readonly value?: ClusterJob[];
|
|
646
|
+
/**
|
|
647
|
+
* The URL to fetch the next set of streaming jobs.
|
|
648
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
649
|
+
*/
|
|
650
|
+
readonly nextLink?: string;
|
|
651
|
+
}
|
|
652
|
+
/** A streaming job. */
|
|
653
|
+
export interface ClusterJob {
|
|
654
|
+
/**
|
|
655
|
+
* Resource ID of the streaming job.
|
|
656
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
657
|
+
*/
|
|
658
|
+
readonly id?: string;
|
|
659
|
+
/**
|
|
660
|
+
* The number of streaming units that are used by the streaming job.
|
|
661
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
662
|
+
*/
|
|
663
|
+
readonly streamingUnits?: number;
|
|
664
|
+
/**
|
|
665
|
+
* The current execution state of the streaming job.
|
|
666
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
667
|
+
*/
|
|
668
|
+
readonly jobState?: JobState;
|
|
669
|
+
}
|
|
670
|
+
/** The properties associated with a private endpoint. */
|
|
671
|
+
export interface PrivateEndpointProperties {
|
|
672
|
+
/**
|
|
673
|
+
* The date when this private endpoint was created.
|
|
674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
|
+
*/
|
|
676
|
+
readonly createdDate?: string;
|
|
677
|
+
/** A list of connections to the remote resource. Immutable after it is set. */
|
|
678
|
+
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
|
|
679
|
+
}
|
|
680
|
+
/** A grouping of information about the connection to the remote resource. */
|
|
681
|
+
export interface PrivateLinkServiceConnection {
|
|
682
|
+
/** The resource id of the private link service. Required on PUT (CreateOrUpdate) requests. */
|
|
683
|
+
privateLinkServiceId?: string;
|
|
684
|
+
/** The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to. Required on PUT (CreateOrUpdate) requests. */
|
|
685
|
+
groupIds?: string[];
|
|
686
|
+
/**
|
|
687
|
+
* A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.
|
|
688
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
689
|
+
*/
|
|
690
|
+
readonly requestMessage?: string;
|
|
691
|
+
/** A collection of read-only information about the state of the connection to the private remote resource. */
|
|
692
|
+
privateLinkServiceConnectionState?: PrivateLinkConnectionState;
|
|
693
|
+
}
|
|
694
|
+
/** A collection of read-only information about the state of the connection to the private remote resource. */
|
|
695
|
+
export interface PrivateLinkConnectionState {
|
|
696
|
+
/**
|
|
697
|
+
* Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.
|
|
698
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
699
|
+
*/
|
|
700
|
+
readonly status?: string;
|
|
701
|
+
/**
|
|
702
|
+
* The reason for approval/rejection of the connection.
|
|
703
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
704
|
+
*/
|
|
705
|
+
readonly description?: string;
|
|
706
|
+
/**
|
|
707
|
+
* A message indicating if changes on the service provider require any updates on the consumer.
|
|
708
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
709
|
+
*/
|
|
710
|
+
readonly actionsRequired?: string;
|
|
711
|
+
}
|
|
712
|
+
/** A list of private endpoints. */
|
|
713
|
+
export interface PrivateEndpointListResult {
|
|
714
|
+
/**
|
|
715
|
+
* A list of private endpoints.
|
|
716
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
717
|
+
*/
|
|
718
|
+
readonly value?: PrivateEndpoint[];
|
|
719
|
+
/**
|
|
720
|
+
* The URL to fetch the next set of private endpoints.
|
|
721
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
722
|
+
*/
|
|
723
|
+
readonly nextLink?: string;
|
|
724
|
+
}
|
|
725
|
+
/** The inputs for the Azure Machine Learning Studio endpoint. */
|
|
726
|
+
export interface AzureMachineLearningStudioInputs {
|
|
727
|
+
/** The name of the input. This is the name provided while authoring the endpoint. */
|
|
728
|
+
name?: string;
|
|
729
|
+
/** A list of input columns for the Azure Machine Learning Studio endpoint. */
|
|
730
|
+
columnNames?: AzureMachineLearningStudioInputColumn[];
|
|
731
|
+
}
|
|
732
|
+
/** Describes an input column for the Azure Machine Learning Studio endpoint. */
|
|
733
|
+
export interface AzureMachineLearningStudioInputColumn {
|
|
734
|
+
/** The name of the input column. */
|
|
735
|
+
name?: string;
|
|
736
|
+
/** The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx . */
|
|
737
|
+
dataType?: string;
|
|
738
|
+
/** The zero based index of the function parameter this input maps to. */
|
|
739
|
+
mapTo?: number;
|
|
740
|
+
}
|
|
741
|
+
/** Describes an output column for the Azure Machine Learning Studio endpoint. */
|
|
742
|
+
export interface AzureMachineLearningStudioOutputColumn {
|
|
743
|
+
/** The name of the output column. */
|
|
744
|
+
name?: string;
|
|
745
|
+
/** The (Azure Machine Learning supported) data type of the output column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx . */
|
|
746
|
+
dataType?: string;
|
|
747
|
+
}
|
|
748
|
+
/** Describes an input column for the Azure Machine Learning web service endpoint. */
|
|
749
|
+
export interface AzureMachineLearningServiceInputColumn {
|
|
750
|
+
/** The name of the input column. */
|
|
751
|
+
name?: string;
|
|
752
|
+
/** The (Azure Machine Learning supported) data type of the input column. */
|
|
753
|
+
dataType?: string;
|
|
754
|
+
/** The zero based index of the function parameter this input maps to. */
|
|
755
|
+
mapTo?: number;
|
|
756
|
+
}
|
|
757
|
+
/** Describes an output column for the Azure Machine Learning web service endpoint. */
|
|
758
|
+
export interface AzureMachineLearningServiceOutputColumn {
|
|
759
|
+
/** The name of the output column. */
|
|
760
|
+
name?: string;
|
|
761
|
+
/** The (Azure Machine Learning supported) data type of the output column. */
|
|
762
|
+
dataType?: string;
|
|
763
|
+
/** The zero based index of the function parameter this input maps to. */
|
|
764
|
+
mapTo?: number;
|
|
765
|
+
}
|
|
766
|
+
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
767
|
+
export interface AzureMachineLearningServiceInputs {
|
|
768
|
+
/** The name of the input. This is the name provided while authoring the endpoint. */
|
|
769
|
+
name?: string;
|
|
770
|
+
/** A list of input columns for the Azure Machine Learning web service endpoint. */
|
|
771
|
+
columnNames?: AzureMachineLearningServiceInputColumn[];
|
|
772
|
+
}
|
|
773
|
+
/** Describes an input data source that contains stream data. */
|
|
774
|
+
export interface StreamInputDataSource {
|
|
775
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
776
|
+
type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw" | "GatewayMessageBus" | "Microsoft.EventGrid/EventSubscriptions";
|
|
777
|
+
}
|
|
778
|
+
/** Describes an input data source that contains reference data. */
|
|
779
|
+
export interface ReferenceInputDataSource {
|
|
780
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
781
|
+
type: "File" | "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database";
|
|
782
|
+
}
|
|
783
|
+
/** The properties that are associated with a blob data source. */
|
|
784
|
+
export interface BlobDataSourceProperties {
|
|
785
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
786
|
+
storageAccounts?: StorageAccount[];
|
|
787
|
+
/** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */
|
|
788
|
+
container?: string;
|
|
789
|
+
/** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */
|
|
790
|
+
pathPattern?: string;
|
|
791
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
792
|
+
dateFormat?: string;
|
|
793
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
794
|
+
timeFormat?: string;
|
|
795
|
+
/** Authentication Mode. */
|
|
796
|
+
authenticationMode?: AuthenticationMode;
|
|
797
|
+
}
|
|
798
|
+
/** The common properties that are associated with Service Bus data sources (Queues, Topics, Event Hubs, etc.). */
|
|
799
|
+
export interface ServiceBusDataSourceProperties {
|
|
800
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
801
|
+
serviceBusNamespace?: string;
|
|
802
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
803
|
+
sharedAccessPolicyName?: string;
|
|
804
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
805
|
+
sharedAccessPolicyKey?: string;
|
|
806
|
+
/** Authentication Mode. */
|
|
807
|
+
authenticationMode?: AuthenticationMode;
|
|
808
|
+
}
|
|
809
|
+
/** The properties that are associated with a gateway message bus datasource. */
|
|
810
|
+
export interface GatewayMessageBusSourceProperties {
|
|
811
|
+
/** The name of the Service Bus topic. */
|
|
812
|
+
topic?: string;
|
|
813
|
+
}
|
|
814
|
+
/** The properties that are associated with an Azure SQL database data source. */
|
|
815
|
+
export interface AzureSqlDatabaseDataSourceProperties {
|
|
816
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
817
|
+
server?: string;
|
|
818
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
819
|
+
database?: string;
|
|
820
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
821
|
+
user?: string;
|
|
822
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
823
|
+
password?: string;
|
|
824
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
825
|
+
table?: string;
|
|
826
|
+
/** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */
|
|
827
|
+
maxBatchCount?: number;
|
|
828
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
829
|
+
maxWriterCount?: number;
|
|
830
|
+
/** Authentication Mode. */
|
|
831
|
+
authenticationMode?: AuthenticationMode;
|
|
832
|
+
}
|
|
833
|
+
/** The properties that are associated with an Azure SQL database data source. */
|
|
834
|
+
export interface AzureSynapseDataSourceProperties {
|
|
835
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
836
|
+
server?: string;
|
|
837
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
838
|
+
database?: string;
|
|
839
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
840
|
+
table?: string;
|
|
841
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
842
|
+
user?: string;
|
|
843
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
844
|
+
password?: string;
|
|
845
|
+
/** Authentication Mode. */
|
|
846
|
+
authenticationMode?: AuthenticationMode;
|
|
847
|
+
}
|
|
848
|
+
/** The properties that are associated with an Azure SQL database data source. */
|
|
849
|
+
export interface PostgreSQLDataSourceProperties {
|
|
850
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
851
|
+
server?: string;
|
|
852
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
853
|
+
database?: string;
|
|
854
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
855
|
+
table?: string;
|
|
856
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
857
|
+
user?: string;
|
|
858
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
859
|
+
password?: string;
|
|
860
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
861
|
+
maxWriterCount?: number;
|
|
862
|
+
/** Authentication Mode. */
|
|
863
|
+
authenticationMode?: AuthenticationMode;
|
|
864
|
+
}
|
|
865
|
+
/** The properties that are associated with data sources that use OAuth as their authentication model. */
|
|
866
|
+
export interface OAuthBasedDataSourceProperties {
|
|
867
|
+
/** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
868
|
+
refreshToken?: string;
|
|
869
|
+
/** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */
|
|
870
|
+
tokenUserPrincipalName?: string;
|
|
871
|
+
/** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */
|
|
872
|
+
tokenUserDisplayName?: string;
|
|
873
|
+
}
|
|
874
|
+
/** The properties that are associated with a scalar function. */
|
|
875
|
+
export interface ScalarFunctionProperties extends FunctionProperties {
|
|
876
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
877
|
+
type: "Scalar";
|
|
878
|
+
}
|
|
879
|
+
/** The properties that are associated with an aggregate function. */
|
|
880
|
+
export interface AggregateFunctionProperties extends FunctionProperties {
|
|
881
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
882
|
+
type: "Aggregate";
|
|
883
|
+
}
|
|
884
|
+
/** The binding to an Azure Machine Learning Studio. */
|
|
885
|
+
export interface AzureMachineLearningStudioFunctionBinding extends FunctionBinding {
|
|
886
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
887
|
+
type: "Microsoft.MachineLearning/WebService";
|
|
888
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */
|
|
889
|
+
endpoint?: string;
|
|
890
|
+
/** The API key used to authenticate with Request-Response endpoint. */
|
|
891
|
+
apiKey?: string;
|
|
892
|
+
/** The inputs for the Azure Machine Learning Studio endpoint. */
|
|
893
|
+
inputs?: AzureMachineLearningStudioInputs;
|
|
894
|
+
/** A list of outputs from the Azure Machine Learning Studio endpoint execution. */
|
|
895
|
+
outputs?: AzureMachineLearningStudioOutputColumn[];
|
|
896
|
+
/** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
|
|
897
|
+
batchSize?: number;
|
|
898
|
+
}
|
|
899
|
+
/** The binding to a JavaScript function. */
|
|
900
|
+
export interface JavaScriptFunctionBinding extends FunctionBinding {
|
|
901
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
902
|
+
type: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
903
|
+
/** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }' */
|
|
904
|
+
script?: string;
|
|
905
|
+
}
|
|
906
|
+
/** The binding to a CSharp function. */
|
|
907
|
+
export interface CSharpFunctionBinding extends FunctionBinding {
|
|
908
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
909
|
+
type: "Microsoft.StreamAnalytics/CLRUdf";
|
|
910
|
+
/** The Csharp code containing a single function definition. */
|
|
911
|
+
dllPath?: string;
|
|
912
|
+
/** The Csharp code containing a single function definition. */
|
|
913
|
+
class?: string;
|
|
914
|
+
/** The Csharp code containing a single function definition. */
|
|
915
|
+
method?: string;
|
|
916
|
+
/** Refresh modes for Stream Analytics functions. */
|
|
917
|
+
updateMode?: UpdateMode;
|
|
918
|
+
}
|
|
919
|
+
/** The binding to an Azure Machine Learning web service. */
|
|
920
|
+
export interface AzureMachineLearningServiceFunctionBinding extends FunctionBinding {
|
|
921
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
922
|
+
type: "Microsoft.MachineLearningServices";
|
|
923
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning web service. */
|
|
924
|
+
endpoint?: string;
|
|
925
|
+
/** The API key used to authenticate with Request-Response endpoint. */
|
|
926
|
+
apiKey?: string;
|
|
927
|
+
/** The inputs for the Azure Machine Learning web service endpoint. */
|
|
928
|
+
inputs?: AzureMachineLearningServiceInputColumn[];
|
|
929
|
+
/** A list of outputs from the Azure Machine Learning web service endpoint execution. */
|
|
930
|
+
outputs?: AzureMachineLearningServiceOutputColumn[];
|
|
931
|
+
/** Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000. */
|
|
932
|
+
batchSize?: number;
|
|
933
|
+
/** The number of parallel requests that will be sent per partition of your job to the machine learning service. Default is 1. */
|
|
934
|
+
numberOfParallelRequests?: number;
|
|
935
|
+
/** Label for the input request object. */
|
|
936
|
+
inputRequestName?: string;
|
|
937
|
+
/** Label for the output request object. */
|
|
938
|
+
outputResponseName?: string;
|
|
939
|
+
}
|
|
940
|
+
/** A function object, containing all information associated with the named function. All functions are contained under a streaming job. */
|
|
941
|
+
export interface FunctionModel extends SubResource {
|
|
942
|
+
/** The properties that are associated with a function. */
|
|
943
|
+
properties?: FunctionPropertiesUnion;
|
|
944
|
+
}
|
|
945
|
+
/** An input object, containing all information associated with the named input. All inputs are contained under a streaming job. */
|
|
946
|
+
export interface Input extends SubResource {
|
|
947
|
+
/** The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. */
|
|
948
|
+
properties?: InputPropertiesUnion;
|
|
949
|
+
}
|
|
950
|
+
/** An output object, containing all information associated with the named output. All outputs are contained under a streaming job. */
|
|
951
|
+
export interface Output extends SubResource {
|
|
952
|
+
/** Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests. */
|
|
953
|
+
datasource?: OutputDataSourceUnion;
|
|
954
|
+
/** The time frame for filtering Stream Analytics job outputs. */
|
|
955
|
+
timeWindow?: string;
|
|
956
|
+
/** The size window to constrain a Stream Analytics output to. */
|
|
957
|
+
sizeWindow?: number;
|
|
958
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests. */
|
|
959
|
+
serialization?: SerializationUnion;
|
|
960
|
+
/**
|
|
961
|
+
* Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
|
|
962
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
963
|
+
*/
|
|
964
|
+
readonly diagnostics?: Diagnostics;
|
|
965
|
+
/**
|
|
966
|
+
* The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
|
|
967
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
968
|
+
*/
|
|
969
|
+
readonly etag?: string;
|
|
970
|
+
/**
|
|
971
|
+
* A list of the last output event times for each output partition. The index of the array corresponds to the partition number.
|
|
972
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
973
|
+
*/
|
|
974
|
+
readonly lastOutputEventTimestamps?: LastOutputEventTimestamp[];
|
|
975
|
+
/** Settings which determine whether to send watermarks to downstream. */
|
|
976
|
+
watermarkSettings?: OutputWatermarkProperties;
|
|
977
|
+
}
|
|
978
|
+
/** A transformation object, containing all information associated with the named transformation. All transformations are contained under a streaming job. */
|
|
979
|
+
export interface Transformation extends SubResource {
|
|
980
|
+
/** Specifies the number of streaming units that the streaming job uses. */
|
|
981
|
+
streamingUnits?: number;
|
|
982
|
+
/** Specifies the valid streaming units a streaming job can scale to. */
|
|
983
|
+
validStreamingUnits?: number[];
|
|
984
|
+
/** Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests. */
|
|
985
|
+
query?: string;
|
|
986
|
+
/**
|
|
987
|
+
* The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
|
|
988
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
989
|
+
*/
|
|
990
|
+
readonly etag?: string;
|
|
991
|
+
}
|
|
992
|
+
/** Describes the current quota for the subscription. */
|
|
993
|
+
export interface SubscriptionQuota extends SubResource {
|
|
994
|
+
/**
|
|
995
|
+
* The max permitted usage of this resource.
|
|
996
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
997
|
+
*/
|
|
998
|
+
readonly maxCount?: number;
|
|
999
|
+
/**
|
|
1000
|
+
* The current usage of this resource.
|
|
1001
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1002
|
+
*/
|
|
1003
|
+
readonly currentCount?: number;
|
|
1004
|
+
}
|
|
1005
|
+
/** The result of the query testing request. */
|
|
1006
|
+
export interface QueryTestingResult extends ErrorModel {
|
|
1007
|
+
/**
|
|
1008
|
+
* The status of the query testing request.
|
|
1009
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1010
|
+
*/
|
|
1011
|
+
readonly status?: QueryTestingResultStatus;
|
|
1012
|
+
/**
|
|
1013
|
+
* The SAS URL to the outputs payload.
|
|
1014
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1015
|
+
*/
|
|
1016
|
+
readonly outputUri?: string;
|
|
1017
|
+
}
|
|
1018
|
+
/** The result of the sample input request. */
|
|
1019
|
+
export interface SampleInputResult extends ErrorModel {
|
|
1020
|
+
/**
|
|
1021
|
+
* The status of the sample input request.
|
|
1022
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1023
|
+
*/
|
|
1024
|
+
readonly status?: SampleInputResultStatus;
|
|
1025
|
+
/**
|
|
1026
|
+
* Diagnostics messages. E.g. message indicating some partitions from the input have no data.
|
|
1027
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1028
|
+
*/
|
|
1029
|
+
readonly diagnostics?: string[];
|
|
1030
|
+
/**
|
|
1031
|
+
* A SAS URL to download the sampled input data.
|
|
1032
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1033
|
+
*/
|
|
1034
|
+
readonly eventsDownloadUrl?: string;
|
|
1035
|
+
/**
|
|
1036
|
+
* The timestamp for the last event in the data. It is in DateTime format.
|
|
1037
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1038
|
+
*/
|
|
1039
|
+
readonly lastArrivalTime?: string;
|
|
1040
|
+
}
|
|
1041
|
+
/** The result of the test input or output request. */
|
|
1042
|
+
export interface TestDatasourceResult extends ErrorModel {
|
|
1043
|
+
/**
|
|
1044
|
+
* The status of the sample output request.
|
|
1045
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1046
|
+
*/
|
|
1047
|
+
readonly status?: TestDatasourceResultStatus;
|
|
1048
|
+
}
|
|
1049
|
+
/** The parameters needed to retrieve the default function definition for an Azure Machine Learning Studio function. */
|
|
1050
|
+
export interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
1051
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1052
|
+
bindingType: "Microsoft.MachineLearning/WebService";
|
|
1053
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning Studio. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs */
|
|
1054
|
+
executeEndpoint?: string;
|
|
1055
|
+
/** The function type. */
|
|
1056
|
+
udfType?: "Scalar";
|
|
1057
|
+
}
|
|
1058
|
+
/** The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. */
|
|
1059
|
+
export interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
1060
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1061
|
+
bindingType: "Microsoft.MachineLearningServices";
|
|
1062
|
+
/** The Request-Response execute endpoint of the Azure Machine Learning web service. */
|
|
1063
|
+
executeEndpoint?: string;
|
|
1064
|
+
/** The function type. */
|
|
1065
|
+
udfType?: "Scalar";
|
|
1066
|
+
}
|
|
1067
|
+
/** The parameters needed to retrieve the default function definition for a JavaScript function. */
|
|
1068
|
+
export interface JavaScriptFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
1069
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1070
|
+
bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
1071
|
+
/** The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'. */
|
|
1072
|
+
script?: string;
|
|
1073
|
+
/** The function type. */
|
|
1074
|
+
udfType?: "Scalar";
|
|
1075
|
+
}
|
|
1076
|
+
/** The parameters needed to retrieve the default function definition for a CSharp function. */
|
|
1077
|
+
export interface CSharpFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
1078
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1079
|
+
bindingType: "Microsoft.StreamAnalytics/CLRUdf";
|
|
1080
|
+
/** The CSharp code containing a single function definition. */
|
|
1081
|
+
script?: string;
|
|
1082
|
+
/** The function type. */
|
|
1083
|
+
udfType?: "Scalar";
|
|
1084
|
+
}
|
|
1085
|
+
/** The properties that are associated with an input containing stream data. */
|
|
1086
|
+
export interface StreamInputProperties extends InputProperties {
|
|
1087
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1088
|
+
type: "Stream";
|
|
1089
|
+
/** Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests. */
|
|
1090
|
+
datasource?: StreamInputDataSourceUnion;
|
|
1091
|
+
}
|
|
1092
|
+
/** The properties that are associated with an input containing reference data. */
|
|
1093
|
+
export interface ReferenceInputProperties extends InputProperties {
|
|
1094
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1095
|
+
type: "Reference";
|
|
1096
|
+
/** Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests. */
|
|
1097
|
+
datasource?: ReferenceInputDataSourceUnion;
|
|
1098
|
+
}
|
|
1099
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Delta Lake format. */
|
|
1100
|
+
export interface DeltaSerialization extends Serialization {
|
|
1101
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1102
|
+
type: "Delta";
|
|
1103
|
+
/** Specifies the path of the Delta Lake table that the output will be written to. */
|
|
1104
|
+
deltaTablePath?: string;
|
|
1105
|
+
/** Specifies the names of the columns for which the Delta Lake table will be partitioned. We are only supporting 1 partition column, but keeping it as an array for extensibility. */
|
|
1106
|
+
partitionColumns?: string[];
|
|
1107
|
+
}
|
|
1108
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format. */
|
|
1109
|
+
export interface ParquetSerialization extends Serialization {
|
|
1110
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1111
|
+
type: "Parquet";
|
|
1112
|
+
/** The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. */
|
|
1113
|
+
properties?: Record<string, unknown>;
|
|
1114
|
+
}
|
|
1115
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in custom format. */
|
|
1116
|
+
export interface CustomClrSerialization extends Serialization {
|
|
1117
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1118
|
+
type: "CustomClr";
|
|
1119
|
+
/** The serialization library path. */
|
|
1120
|
+
serializationDllPath?: string;
|
|
1121
|
+
/** The serialization class name. */
|
|
1122
|
+
serializationClassName?: string;
|
|
1123
|
+
}
|
|
1124
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in CSV format. */
|
|
1125
|
+
export interface CsvSerialization extends Serialization {
|
|
1126
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1127
|
+
type: "Csv";
|
|
1128
|
+
/** Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests. */
|
|
1129
|
+
fieldDelimiter?: string;
|
|
1130
|
+
/** Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. */
|
|
1131
|
+
encoding?: Encoding;
|
|
1132
|
+
}
|
|
1133
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in JSON format. */
|
|
1134
|
+
export interface JsonSerialization extends Serialization {
|
|
1135
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1136
|
+
type: "Json";
|
|
1137
|
+
/** Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests. */
|
|
1138
|
+
encoding?: Encoding;
|
|
1139
|
+
/** This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null. */
|
|
1140
|
+
format?: JsonOutputSerializationFormat;
|
|
1141
|
+
}
|
|
1142
|
+
/** Describes how data from an input is serialized or how data is serialized when written to an output in Avro format. */
|
|
1143
|
+
export interface AvroSerialization extends Serialization {
|
|
1144
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1145
|
+
type: "Avro";
|
|
1146
|
+
/** The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. */
|
|
1147
|
+
properties?: Record<string, unknown>;
|
|
1148
|
+
}
|
|
1149
|
+
/** Describes a raw output data source. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an output of this data source type to an existing job. */
|
|
1150
|
+
export interface RawOutputDatasource extends OutputDataSource {
|
|
1151
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1152
|
+
type: "Raw";
|
|
1153
|
+
/** The SAS URL to a blob where the output should be written. If this property is not set, output data will be written into a temporary storage, and a SAS URL to that temporary storage will be included in the result. */
|
|
1154
|
+
payloadUri?: string;
|
|
1155
|
+
}
|
|
1156
|
+
/** Describes a blob output data source. */
|
|
1157
|
+
export interface BlobOutputDataSource extends OutputDataSource {
|
|
1158
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1159
|
+
type: "Microsoft.Storage/Blob";
|
|
1160
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
1161
|
+
storageAccounts?: StorageAccount[];
|
|
1162
|
+
/** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */
|
|
1163
|
+
container?: string;
|
|
1164
|
+
/** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */
|
|
1165
|
+
pathPattern?: string;
|
|
1166
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
1167
|
+
dateFormat?: string;
|
|
1168
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
1169
|
+
timeFormat?: string;
|
|
1170
|
+
/** Authentication Mode. */
|
|
1171
|
+
authenticationMode?: AuthenticationMode;
|
|
1172
|
+
/** Blob path prefix. */
|
|
1173
|
+
blobPathPrefix?: string;
|
|
1174
|
+
/** Blob write mode. */
|
|
1175
|
+
blobWriteMode?: BlobWriteMode;
|
|
1176
|
+
}
|
|
1177
|
+
/** Describes an Azure Table output data source. */
|
|
1178
|
+
export interface AzureTableOutputDataSource extends OutputDataSource {
|
|
1179
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1180
|
+
type: "Microsoft.Storage/Table";
|
|
1181
|
+
/** The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
1182
|
+
accountName?: string;
|
|
1183
|
+
/** The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests. */
|
|
1184
|
+
accountKey?: string;
|
|
1185
|
+
/** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
1186
|
+
table?: string;
|
|
1187
|
+
/** This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
1188
|
+
partitionKey?: string;
|
|
1189
|
+
/** This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
1190
|
+
rowKey?: string;
|
|
1191
|
+
/** If specified, each item in the array is the name of a column to remove (if present) from output event entities. */
|
|
1192
|
+
columnsToRemove?: string[];
|
|
1193
|
+
/** The number of rows to write to the Azure Table at a time. */
|
|
1194
|
+
batchSize?: number;
|
|
1195
|
+
}
|
|
1196
|
+
/** Describes an Event Hub output data source. */
|
|
1197
|
+
export interface EventHubOutputDataSource extends OutputDataSource {
|
|
1198
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1199
|
+
type: "Microsoft.ServiceBus/EventHub";
|
|
1200
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1201
|
+
serviceBusNamespace?: string;
|
|
1202
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1203
|
+
sharedAccessPolicyName?: string;
|
|
1204
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
1205
|
+
sharedAccessPolicyKey?: string;
|
|
1206
|
+
/** Authentication Mode. */
|
|
1207
|
+
authenticationMode?: AuthenticationMode;
|
|
1208
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
1209
|
+
eventHubName?: string;
|
|
1210
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1211
|
+
partitionCount?: number;
|
|
1212
|
+
/** The key/column that is used to determine to which partition to send event data. */
|
|
1213
|
+
partitionKey?: string;
|
|
1214
|
+
/** The properties associated with this Event Hub output. */
|
|
1215
|
+
propertyColumns?: string[];
|
|
1216
|
+
}
|
|
1217
|
+
/** Describes an Event Hub output data source. */
|
|
1218
|
+
export interface EventHubV2OutputDataSource extends OutputDataSource {
|
|
1219
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1220
|
+
type: "Microsoft.EventHub/EventHub";
|
|
1221
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1222
|
+
serviceBusNamespace?: string;
|
|
1223
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1224
|
+
sharedAccessPolicyName?: string;
|
|
1225
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
1226
|
+
sharedAccessPolicyKey?: string;
|
|
1227
|
+
/** Authentication Mode. */
|
|
1228
|
+
authenticationMode?: AuthenticationMode;
|
|
1229
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
1230
|
+
eventHubName?: string;
|
|
1231
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1232
|
+
partitionCount?: number;
|
|
1233
|
+
/** The key/column that is used to determine to which partition to send event data. */
|
|
1234
|
+
partitionKey?: string;
|
|
1235
|
+
/** The properties associated with this Event Hub output. */
|
|
1236
|
+
propertyColumns?: string[];
|
|
1237
|
+
}
|
|
1238
|
+
/** Describes an Azure SQL database output data source. */
|
|
1239
|
+
export interface AzureSqlDatabaseOutputDataSource extends OutputDataSource {
|
|
1240
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1241
|
+
type: "Microsoft.Sql/Server/Database";
|
|
1242
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1243
|
+
server?: string;
|
|
1244
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1245
|
+
database?: string;
|
|
1246
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1247
|
+
user?: string;
|
|
1248
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1249
|
+
password?: string;
|
|
1250
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1251
|
+
table?: string;
|
|
1252
|
+
/** Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. */
|
|
1253
|
+
maxBatchCount?: number;
|
|
1254
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
1255
|
+
maxWriterCount?: number;
|
|
1256
|
+
/** Authentication Mode. */
|
|
1257
|
+
authenticationMode?: AuthenticationMode;
|
|
1258
|
+
}
|
|
1259
|
+
/** Describes an Azure Synapse output data source. */
|
|
1260
|
+
export interface AzureSynapseOutputDataSource extends OutputDataSource {
|
|
1261
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1262
|
+
type: "Microsoft.Sql/Server/DataWarehouse";
|
|
1263
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1264
|
+
server?: string;
|
|
1265
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1266
|
+
database?: string;
|
|
1267
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1268
|
+
table?: string;
|
|
1269
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1270
|
+
user?: string;
|
|
1271
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1272
|
+
password?: string;
|
|
1273
|
+
/** Authentication Mode. */
|
|
1274
|
+
authenticationMode?: AuthenticationMode;
|
|
1275
|
+
}
|
|
1276
|
+
/** Describes a PostgreSQL output data source. */
|
|
1277
|
+
export interface PostgreSQLOutputDataSource extends OutputDataSource {
|
|
1278
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1279
|
+
type: "Microsoft.DBForPostgreSQL/servers/databases";
|
|
1280
|
+
/** The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1281
|
+
server?: string;
|
|
1282
|
+
/** The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1283
|
+
database?: string;
|
|
1284
|
+
/** The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1285
|
+
table?: string;
|
|
1286
|
+
/** The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1287
|
+
user?: string;
|
|
1288
|
+
/** The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. */
|
|
1289
|
+
password?: string;
|
|
1290
|
+
/** Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. */
|
|
1291
|
+
maxWriterCount?: number;
|
|
1292
|
+
/** Authentication Mode. */
|
|
1293
|
+
authenticationMode?: AuthenticationMode;
|
|
1294
|
+
}
|
|
1295
|
+
/** Describes a DocumentDB output data source. */
|
|
1296
|
+
export interface DocumentDbOutputDataSource extends OutputDataSource {
|
|
1297
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1298
|
+
type: "Microsoft.Storage/DocumentDB";
|
|
1299
|
+
/** The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests. */
|
|
1300
|
+
accountId?: string;
|
|
1301
|
+
/** The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests. */
|
|
1302
|
+
accountKey?: string;
|
|
1303
|
+
/** The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests. */
|
|
1304
|
+
database?: string;
|
|
1305
|
+
/** The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests. */
|
|
1306
|
+
collectionNamePattern?: string;
|
|
1307
|
+
/** The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified. */
|
|
1308
|
+
partitionKey?: string;
|
|
1309
|
+
/** The name of the field in output events used to specify the primary key which insert or update operations are based on. */
|
|
1310
|
+
documentId?: string;
|
|
1311
|
+
/** Authentication Mode. */
|
|
1312
|
+
authenticationMode?: AuthenticationMode;
|
|
1313
|
+
}
|
|
1314
|
+
/** Defines the metadata of AzureFunctionOutputDataSource */
|
|
1315
|
+
export interface AzureFunctionOutputDataSource extends OutputDataSource {
|
|
1316
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1317
|
+
type: "Microsoft.AzureFunction";
|
|
1318
|
+
/** The name of your Azure Functions app. */
|
|
1319
|
+
functionAppName?: string;
|
|
1320
|
+
/** The name of the function in your Azure Functions app. */
|
|
1321
|
+
functionName?: string;
|
|
1322
|
+
/** If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function. */
|
|
1323
|
+
apiKey?: string;
|
|
1324
|
+
/** A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB). */
|
|
1325
|
+
maxBatchSize?: number;
|
|
1326
|
+
/** A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100. */
|
|
1327
|
+
maxBatchCount?: number;
|
|
1328
|
+
}
|
|
1329
|
+
/** Describes a Service Bus Queue output data source. */
|
|
1330
|
+
export interface ServiceBusQueueOutputDataSource extends OutputDataSource {
|
|
1331
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1332
|
+
type: "Microsoft.ServiceBus/Queue";
|
|
1333
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1334
|
+
serviceBusNamespace?: string;
|
|
1335
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1336
|
+
sharedAccessPolicyName?: string;
|
|
1337
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
1338
|
+
sharedAccessPolicyKey?: string;
|
|
1339
|
+
/** Authentication Mode. */
|
|
1340
|
+
authenticationMode?: AuthenticationMode;
|
|
1341
|
+
/** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */
|
|
1342
|
+
queueName?: string;
|
|
1343
|
+
/** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
|
|
1344
|
+
propertyColumns?: string[];
|
|
1345
|
+
/** The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */
|
|
1346
|
+
systemPropertyColumns?: Record<string, unknown>;
|
|
1347
|
+
}
|
|
1348
|
+
/** Describes a Service Bus Topic output data source. */
|
|
1349
|
+
export interface ServiceBusTopicOutputDataSource extends OutputDataSource {
|
|
1350
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1351
|
+
type: "Microsoft.ServiceBus/Topic";
|
|
1352
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1353
|
+
serviceBusNamespace?: string;
|
|
1354
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1355
|
+
sharedAccessPolicyName?: string;
|
|
1356
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
1357
|
+
sharedAccessPolicyKey?: string;
|
|
1358
|
+
/** Authentication Mode. */
|
|
1359
|
+
authenticationMode?: AuthenticationMode;
|
|
1360
|
+
/** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */
|
|
1361
|
+
topicName?: string;
|
|
1362
|
+
/** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
|
|
1363
|
+
propertyColumns?: string[];
|
|
1364
|
+
/** The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */
|
|
1365
|
+
systemPropertyColumns?: {
|
|
1366
|
+
[propertyName: string]: string;
|
|
1367
|
+
};
|
|
1368
|
+
}
|
|
1369
|
+
/** Describes a Power BI output data source. */
|
|
1370
|
+
export interface PowerBIOutputDataSource extends OutputDataSource {
|
|
1371
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1372
|
+
type: "PowerBI";
|
|
1373
|
+
/** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
1374
|
+
refreshToken?: string;
|
|
1375
|
+
/** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */
|
|
1376
|
+
tokenUserPrincipalName?: string;
|
|
1377
|
+
/** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */
|
|
1378
|
+
tokenUserDisplayName?: string;
|
|
1379
|
+
/** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */
|
|
1380
|
+
dataset?: string;
|
|
1381
|
+
/** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */
|
|
1382
|
+
table?: string;
|
|
1383
|
+
/** The ID of the Power BI group. */
|
|
1384
|
+
groupId?: string;
|
|
1385
|
+
/** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */
|
|
1386
|
+
groupName?: string;
|
|
1387
|
+
/** Authentication Mode. */
|
|
1388
|
+
authenticationMode?: AuthenticationMode;
|
|
1389
|
+
}
|
|
1390
|
+
/** Describes an Azure Data Lake Store output data source. */
|
|
1391
|
+
export interface AzureDataLakeStoreOutputDataSource extends OutputDataSource {
|
|
1392
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1393
|
+
type: "Microsoft.DataLake/Accounts";
|
|
1394
|
+
/** A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
1395
|
+
refreshToken?: string;
|
|
1396
|
+
/** The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */
|
|
1397
|
+
tokenUserPrincipalName?: string;
|
|
1398
|
+
/** The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token. */
|
|
1399
|
+
tokenUserDisplayName?: string;
|
|
1400
|
+
/** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */
|
|
1401
|
+
accountName?: string;
|
|
1402
|
+
/** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
1403
|
+
tenantId?: string;
|
|
1404
|
+
/** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */
|
|
1405
|
+
filePathPrefix?: string;
|
|
1406
|
+
/** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */
|
|
1407
|
+
dateFormat?: string;
|
|
1408
|
+
/** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */
|
|
1409
|
+
timeFormat?: string;
|
|
1410
|
+
/** Authentication Mode. */
|
|
1411
|
+
authenticationMode?: AuthenticationMode;
|
|
1412
|
+
}
|
|
1413
|
+
/** Describes a Gateway Message Bus output data source. */
|
|
1414
|
+
export interface GatewayMessageBusOutputDataSource extends OutputDataSource {
|
|
1415
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1416
|
+
type: "GatewayMessageBus";
|
|
1417
|
+
/** The name of the Service Bus topic. */
|
|
1418
|
+
topic?: string;
|
|
1419
|
+
}
|
|
1420
|
+
/** Describes an Azure Data Explorer output data source. */
|
|
1421
|
+
export interface AzureDataExplorerOutputDataSource extends OutputDataSource {
|
|
1422
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1423
|
+
type: "Microsoft.Kusto/clusters/databases";
|
|
1424
|
+
/** The name of the Azure Data Explorer cluster. Required on PUT (CreateOrReplace) requests. */
|
|
1425
|
+
cluster?: string;
|
|
1426
|
+
/** The name of the Azure Data Explorer database. Required on PUT (CreateOrReplace) requests. */
|
|
1427
|
+
database?: string;
|
|
1428
|
+
/** The name of the Azure Table. Required on PUT (CreateOrReplace) requests. */
|
|
1429
|
+
table?: string;
|
|
1430
|
+
/** Authentication Mode. */
|
|
1431
|
+
authenticationMode?: AuthenticationMode;
|
|
1432
|
+
}
|
|
1433
|
+
/** The properties that are associated with an Azure Storage account with MSI */
|
|
1434
|
+
export interface JobStorageAccount extends StorageAccount {
|
|
1435
|
+
}
|
|
1436
|
+
/** The resource model definition for a ARM tracked top level resource */
|
|
1437
|
+
export interface TrackedResource extends Resource {
|
|
1438
|
+
/** Resource tags. */
|
|
1439
|
+
tags?: {
|
|
1440
|
+
[propertyName: string]: string;
|
|
1441
|
+
};
|
|
1442
|
+
/** The geo-location where the resource lives */
|
|
1443
|
+
location?: string;
|
|
1444
|
+
}
|
|
1445
|
+
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */
|
|
1446
|
+
export interface ProxyResource extends Resource {
|
|
1447
|
+
}
|
|
1448
|
+
/** Describes a blob input data source that contains stream data. */
|
|
1449
|
+
export interface BlobStreamInputDataSource extends StreamInputDataSource {
|
|
1450
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1451
|
+
type: "Microsoft.Storage/Blob";
|
|
1452
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
1453
|
+
storageAccounts?: StorageAccount[];
|
|
1454
|
+
/** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */
|
|
1455
|
+
container?: string;
|
|
1456
|
+
/** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */
|
|
1457
|
+
pathPattern?: string;
|
|
1458
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
1459
|
+
dateFormat?: string;
|
|
1460
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
1461
|
+
timeFormat?: string;
|
|
1462
|
+
/** Authentication Mode. */
|
|
1463
|
+
authenticationMode?: AuthenticationMode;
|
|
1464
|
+
/** The partition count of the blob input data source. Range 1 - 1024. */
|
|
1465
|
+
sourcePartitionCount?: number;
|
|
1466
|
+
}
|
|
1467
|
+
/** Describes an Event Hub input data source that contains stream data. */
|
|
1468
|
+
export interface EventHubStreamInputDataSource extends StreamInputDataSource {
|
|
1469
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1470
|
+
type: "Microsoft.ServiceBus/EventHub";
|
|
1471
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1472
|
+
serviceBusNamespace?: string;
|
|
1473
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1474
|
+
sharedAccessPolicyName?: string;
|
|
1475
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
1476
|
+
sharedAccessPolicyKey?: string;
|
|
1477
|
+
/** Authentication Mode. */
|
|
1478
|
+
authenticationMode?: AuthenticationMode;
|
|
1479
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
1480
|
+
eventHubName?: string;
|
|
1481
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1482
|
+
partitionCount?: number;
|
|
1483
|
+
/** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */
|
|
1484
|
+
consumerGroupName?: string;
|
|
1485
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1486
|
+
prefetchCount?: number;
|
|
1487
|
+
}
|
|
1488
|
+
/** Describes an Event Hub input data source that contains stream data. */
|
|
1489
|
+
export interface EventHubV2StreamInputDataSource extends StreamInputDataSource {
|
|
1490
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1491
|
+
type: "Microsoft.EventHub/EventHub";
|
|
1492
|
+
/** The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1493
|
+
serviceBusNamespace?: string;
|
|
1494
|
+
/** The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests. */
|
|
1495
|
+
sharedAccessPolicyName?: string;
|
|
1496
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
1497
|
+
sharedAccessPolicyKey?: string;
|
|
1498
|
+
/** Authentication Mode. */
|
|
1499
|
+
authenticationMode?: AuthenticationMode;
|
|
1500
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
1501
|
+
eventHubName?: string;
|
|
1502
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1503
|
+
partitionCount?: number;
|
|
1504
|
+
/** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */
|
|
1505
|
+
consumerGroupName?: string;
|
|
1506
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1507
|
+
prefetchCount?: number;
|
|
1508
|
+
}
|
|
1509
|
+
/** Describes an IoT Hub input data source that contains stream data. */
|
|
1510
|
+
export interface IoTHubStreamInputDataSource extends StreamInputDataSource {
|
|
1511
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1512
|
+
type: "Microsoft.Devices/IotHubs";
|
|
1513
|
+
/** The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests. */
|
|
1514
|
+
iotHubNamespace?: string;
|
|
1515
|
+
/** The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests. */
|
|
1516
|
+
sharedAccessPolicyName?: string;
|
|
1517
|
+
/** The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests. */
|
|
1518
|
+
sharedAccessPolicyKey?: string;
|
|
1519
|
+
/** The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group. */
|
|
1520
|
+
consumerGroupName?: string;
|
|
1521
|
+
/** The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.). */
|
|
1522
|
+
endpoint?: string;
|
|
1523
|
+
}
|
|
1524
|
+
/** Describes a raw input data source that contains stream data. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an input of this data source type to an existing job. */
|
|
1525
|
+
export interface RawStreamInputDataSource extends StreamInputDataSource {
|
|
1526
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1527
|
+
type: "Raw";
|
|
1528
|
+
/** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
1529
|
+
payload?: string;
|
|
1530
|
+
/** The SAS URL to a blob containing the JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
1531
|
+
payloadUri?: string;
|
|
1532
|
+
}
|
|
1533
|
+
/** Describes a blob input data source that contains stream data. */
|
|
1534
|
+
export interface GatewayMessageBusStreamInputDataSource extends StreamInputDataSource {
|
|
1535
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1536
|
+
type: "GatewayMessageBus";
|
|
1537
|
+
/** The name of the Service Bus topic. */
|
|
1538
|
+
topic?: string;
|
|
1539
|
+
}
|
|
1540
|
+
/** Describes an event grid input data source that contains stream data. */
|
|
1541
|
+
export interface EventGridStreamInputDataSource extends StreamInputDataSource {
|
|
1542
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1543
|
+
type: "Microsoft.EventGrid/EventSubscriptions";
|
|
1544
|
+
/** Subscribers for the Event Grid. Currently only EventHub Subscriber is supported. */
|
|
1545
|
+
subscriber?: EventHubV2StreamInputDataSource;
|
|
1546
|
+
/** Indicates the Event Grid schema type. */
|
|
1547
|
+
schema?: EventGridEventSchemaType;
|
|
1548
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
1549
|
+
storageAccounts?: StorageAccount[];
|
|
1550
|
+
/** List of Event Types that are supported by the Event Grid adapter. */
|
|
1551
|
+
eventTypes?: string[];
|
|
1552
|
+
}
|
|
1553
|
+
/** Describes a file input data source that contains reference data. */
|
|
1554
|
+
export interface FileReferenceInputDataSource extends ReferenceInputDataSource {
|
|
1555
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1556
|
+
type: "File";
|
|
1557
|
+
/** The path of the file. */
|
|
1558
|
+
path?: string;
|
|
1559
|
+
}
|
|
1560
|
+
/** Describes a blob input data source that contains reference data. */
|
|
1561
|
+
export interface BlobReferenceInputDataSource extends ReferenceInputDataSource {
|
|
1562
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1563
|
+
type: "Microsoft.Storage/Blob";
|
|
1564
|
+
/** A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests. */
|
|
1565
|
+
storageAccounts?: StorageAccount[];
|
|
1566
|
+
/** The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests. */
|
|
1567
|
+
container?: string;
|
|
1568
|
+
/** The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example. */
|
|
1569
|
+
pathPattern?: string;
|
|
1570
|
+
/** The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead. */
|
|
1571
|
+
dateFormat?: string;
|
|
1572
|
+
/** The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead. */
|
|
1573
|
+
timeFormat?: string;
|
|
1574
|
+
/** Authentication Mode. */
|
|
1575
|
+
authenticationMode?: AuthenticationMode;
|
|
1576
|
+
/** The name of the blob input. */
|
|
1577
|
+
blobName?: string;
|
|
1578
|
+
/** The path pattern of the delta snapshot. */
|
|
1579
|
+
deltaPathPattern?: string;
|
|
1580
|
+
/** The partition count of the blob input data source. Range 1 - 256. */
|
|
1581
|
+
sourcePartitionCount?: number;
|
|
1582
|
+
/** The refresh interval of the blob input data source. */
|
|
1583
|
+
fullSnapshotRefreshRate?: string;
|
|
1584
|
+
/** The interval that the user generates a delta snapshot of this reference blob input data source. */
|
|
1585
|
+
deltaSnapshotRefreshRate?: string;
|
|
1586
|
+
}
|
|
1587
|
+
/** Describes a raw input data source that contains reference data. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an input of this data source type to an existing job. */
|
|
1588
|
+
export interface RawReferenceInputDataSource extends ReferenceInputDataSource {
|
|
1589
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1590
|
+
type: "Raw";
|
|
1591
|
+
/** The JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
1592
|
+
payload?: string;
|
|
1593
|
+
/** The SAS URL to a blob containing the JSON serialized content of the input data. Either payload or payloadUri must be set, but not both. */
|
|
1594
|
+
payloadUri?: string;
|
|
1595
|
+
}
|
|
1596
|
+
/** Describes an Azure SQL database reference input data source. */
|
|
1597
|
+
export interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSource {
|
|
1598
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1599
|
+
type: "Microsoft.Sql/Server/Database";
|
|
1600
|
+
/** This element is associated with the datasource element. This is the name of the server that contains the database that will be written to. */
|
|
1601
|
+
server?: string;
|
|
1602
|
+
/** This element is associated with the datasource element. This is the name of the database that output will be written to. */
|
|
1603
|
+
database?: string;
|
|
1604
|
+
/** This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance. */
|
|
1605
|
+
user?: string;
|
|
1606
|
+
/** This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance. */
|
|
1607
|
+
password?: string;
|
|
1608
|
+
/** Indicates the type of data refresh option. */
|
|
1609
|
+
refreshType?: RefreshType;
|
|
1610
|
+
/** This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format. */
|
|
1611
|
+
refreshRate?: string;
|
|
1612
|
+
/** This element is associated with the datasource element. This query is used to fetch data from the sql database. */
|
|
1613
|
+
fullSnapshotQuery?: string;
|
|
1614
|
+
/** This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database. */
|
|
1615
|
+
deltaSnapshotQuery?: string;
|
|
1616
|
+
/** Authentication Mode. */
|
|
1617
|
+
authenticationMode?: AuthenticationMode;
|
|
1618
|
+
}
|
|
1619
|
+
/** The properties that are associated with a blob input containing stream data. */
|
|
1620
|
+
export interface BlobStreamInputDataSourceProperties extends BlobDataSourceProperties {
|
|
1621
|
+
/** The partition count of the blob input data source. Range 1 - 1024. */
|
|
1622
|
+
sourcePartitionCount?: number;
|
|
1623
|
+
}
|
|
1624
|
+
/** The properties that are associated with a blob input containing reference data. */
|
|
1625
|
+
export interface BlobReferenceInputDataSourceProperties extends BlobDataSourceProperties {
|
|
1626
|
+
/** The name of the blob input. */
|
|
1627
|
+
blobName?: string;
|
|
1628
|
+
/** The path pattern of the delta snapshot. */
|
|
1629
|
+
deltaPathPattern?: string;
|
|
1630
|
+
/** The partition count of the blob input data source. Range 1 - 256. */
|
|
1631
|
+
sourcePartitionCount?: number;
|
|
1632
|
+
/** The refresh interval of the blob input data source. */
|
|
1633
|
+
fullSnapshotRefreshRate?: string;
|
|
1634
|
+
/** The interval that the user generates a delta snapshot of this reference blob input data source. */
|
|
1635
|
+
deltaSnapshotRefreshRate?: string;
|
|
1636
|
+
}
|
|
1637
|
+
/** The properties that are associated with a blob output. */
|
|
1638
|
+
export interface BlobOutputDataSourceProperties extends BlobDataSourceProperties {
|
|
1639
|
+
/** Blob path prefix. */
|
|
1640
|
+
blobPathPrefix?: string;
|
|
1641
|
+
/** Blob write mode. */
|
|
1642
|
+
blobWriteMode?: BlobWriteMode;
|
|
1643
|
+
}
|
|
1644
|
+
/** The common properties that are associated with Event Hub data sources. */
|
|
1645
|
+
export interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
1646
|
+
/** The name of the Event Hub. Required on PUT (CreateOrReplace) requests. */
|
|
1647
|
+
eventHubName?: string;
|
|
1648
|
+
/** The partition count of the event hub data source. Range 1 - 256. */
|
|
1649
|
+
partitionCount?: number;
|
|
1650
|
+
}
|
|
1651
|
+
/** The properties that are associated with a Service Bus Queue output. */
|
|
1652
|
+
export interface ServiceBusQueueOutputDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
1653
|
+
/** The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests. */
|
|
1654
|
+
queueName?: string;
|
|
1655
|
+
/** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
|
|
1656
|
+
propertyColumns?: string[];
|
|
1657
|
+
/** The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */
|
|
1658
|
+
systemPropertyColumns?: Record<string, unknown>;
|
|
1659
|
+
}
|
|
1660
|
+
/** The properties that are associated with a Service Bus Topic output. */
|
|
1661
|
+
export interface ServiceBusTopicOutputDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
1662
|
+
/** The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests. */
|
|
1663
|
+
topicName?: string;
|
|
1664
|
+
/** A string array of the names of output columns to be attached to Service Bus messages as custom properties. */
|
|
1665
|
+
propertyColumns?: string[];
|
|
1666
|
+
/** The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc. */
|
|
1667
|
+
systemPropertyColumns?: {
|
|
1668
|
+
[propertyName: string]: string;
|
|
1669
|
+
};
|
|
1670
|
+
}
|
|
1671
|
+
/** The properties that are associated with a gateway message bus input containing stream data. */
|
|
1672
|
+
export interface GatewayMessageBusStreamInputDataSourceProperties extends GatewayMessageBusSourceProperties {
|
|
1673
|
+
}
|
|
1674
|
+
/** The properties that are associated with a Gateway Message Bus. */
|
|
1675
|
+
export interface GatewayMessageBusOutputDataSourceProperties extends GatewayMessageBusSourceProperties {
|
|
1676
|
+
}
|
|
1677
|
+
/** The properties that are associated with an Azure SQL database output. */
|
|
1678
|
+
export interface AzureSqlDatabaseOutputDataSourceProperties extends AzureSqlDatabaseDataSourceProperties {
|
|
1679
|
+
}
|
|
1680
|
+
/** The properties that are associated with an Azure Synapse output. */
|
|
1681
|
+
export interface AzureSynapseOutputDataSourceProperties extends AzureSynapseDataSourceProperties {
|
|
1682
|
+
}
|
|
1683
|
+
/** The properties that are associated with a PostgreSQL output. */
|
|
1684
|
+
export interface PostgreSQLOutputDataSourceProperties extends PostgreSQLDataSourceProperties {
|
|
1685
|
+
}
|
|
1686
|
+
/** The properties that are associated with a Power BI output. */
|
|
1687
|
+
export interface PowerBIOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
|
|
1688
|
+
/** The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. */
|
|
1689
|
+
dataset?: string;
|
|
1690
|
+
/** The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. */
|
|
1691
|
+
table?: string;
|
|
1692
|
+
/** The ID of the Power BI group. */
|
|
1693
|
+
groupId?: string;
|
|
1694
|
+
/** The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. */
|
|
1695
|
+
groupName?: string;
|
|
1696
|
+
/** Authentication Mode. */
|
|
1697
|
+
authenticationMode?: AuthenticationMode;
|
|
1698
|
+
}
|
|
1699
|
+
/** The properties that are associated with an Azure Data Lake Store. */
|
|
1700
|
+
export interface AzureDataLakeStoreOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
|
|
1701
|
+
/** The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests. */
|
|
1702
|
+
accountName?: string;
|
|
1703
|
+
/** The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests. */
|
|
1704
|
+
tenantId?: string;
|
|
1705
|
+
/** The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests. */
|
|
1706
|
+
filePathPrefix?: string;
|
|
1707
|
+
/** The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead. */
|
|
1708
|
+
dateFormat?: string;
|
|
1709
|
+
/** The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead. */
|
|
1710
|
+
timeFormat?: string;
|
|
1711
|
+
/** Authentication Mode. */
|
|
1712
|
+
authenticationMode?: AuthenticationMode;
|
|
1713
|
+
}
|
|
1714
|
+
/** A streaming job object, containing all information associated with the named streaming job. */
|
|
1715
|
+
export interface StreamingJob extends TrackedResource {
|
|
1716
|
+
/** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
|
|
1717
|
+
sku?: Sku;
|
|
1718
|
+
/** Describes the managed identity assigned to this job that can be used to authenticate with inputs and outputs. */
|
|
1719
|
+
identity?: Identity;
|
|
1720
|
+
/** Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. */
|
|
1721
|
+
skuPropertiesSku?: Sku;
|
|
1722
|
+
/**
|
|
1723
|
+
* A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
|
|
1724
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1725
|
+
*/
|
|
1726
|
+
readonly jobId?: string;
|
|
1727
|
+
/**
|
|
1728
|
+
* Describes the provisioning status of the streaming job.
|
|
1729
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1730
|
+
*/
|
|
1731
|
+
readonly provisioningState?: string;
|
|
1732
|
+
/**
|
|
1733
|
+
* Describes the state of the streaming job.
|
|
1734
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1735
|
+
*/
|
|
1736
|
+
readonly jobState?: string;
|
|
1737
|
+
/** Describes the type of the job. Valid modes are `Cloud` and 'Edge'. */
|
|
1738
|
+
jobType?: JobType;
|
|
1739
|
+
/** This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. */
|
|
1740
|
+
outputStartMode?: OutputStartMode;
|
|
1741
|
+
/** Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. */
|
|
1742
|
+
outputStartTime?: Date;
|
|
1743
|
+
/**
|
|
1744
|
+
* Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
|
|
1745
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1746
|
+
*/
|
|
1747
|
+
readonly lastOutputEventTime?: Date;
|
|
1748
|
+
/** Indicates the policy to apply to events that arrive out of order in the input event stream. */
|
|
1749
|
+
eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
|
|
1750
|
+
/** Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). */
|
|
1751
|
+
outputErrorPolicy?: OutputErrorPolicy;
|
|
1752
|
+
/** The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order. */
|
|
1753
|
+
eventsOutOfOrderMaxDelayInSeconds?: number;
|
|
1754
|
+
/** The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1. */
|
|
1755
|
+
eventsLateArrivalMaxDelayInSeconds?: number;
|
|
1756
|
+
/** The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified. */
|
|
1757
|
+
dataLocale?: string;
|
|
1758
|
+
/** Controls certain runtime behaviors of the streaming job. */
|
|
1759
|
+
compatibilityLevel?: CompatibilityLevel;
|
|
1760
|
+
/**
|
|
1761
|
+
* Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
|
|
1762
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1763
|
+
*/
|
|
1764
|
+
readonly createdDate?: Date;
|
|
1765
|
+
/** A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input. */
|
|
1766
|
+
inputs?: Input[];
|
|
1767
|
+
/** Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. */
|
|
1768
|
+
transformation?: Transformation;
|
|
1769
|
+
/** A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output. */
|
|
1770
|
+
outputs?: Output[];
|
|
1771
|
+
/** A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. */
|
|
1772
|
+
functions?: FunctionModel[];
|
|
1773
|
+
/**
|
|
1774
|
+
* The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
|
|
1775
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1776
|
+
*/
|
|
1777
|
+
readonly etag?: string;
|
|
1778
|
+
/** The properties that are associated with an Azure Storage account with MSI */
|
|
1779
|
+
jobStorageAccount?: JobStorageAccount;
|
|
1780
|
+
/** Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. . */
|
|
1781
|
+
contentStoragePolicy?: ContentStoragePolicy;
|
|
1782
|
+
/** The storage account where the custom code artifacts are located. */
|
|
1783
|
+
externals?: External;
|
|
1784
|
+
/** The cluster which streaming jobs will run on. */
|
|
1785
|
+
cluster?: ClusterInfo;
|
|
1786
|
+
}
|
|
1787
|
+
/** A Stream Analytics Cluster object */
|
|
1788
|
+
export interface Cluster extends TrackedResource {
|
|
1789
|
+
/** The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. */
|
|
1790
|
+
sku?: ClusterSku;
|
|
1791
|
+
/**
|
|
1792
|
+
* The current entity tag for the cluster. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
|
|
1793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1794
|
+
*/
|
|
1795
|
+
readonly etag?: string;
|
|
1796
|
+
/** The properties associated with a Stream Analytics cluster. */
|
|
1797
|
+
properties?: ClusterProperties;
|
|
1798
|
+
}
|
|
1799
|
+
/** Complete information about the private endpoint. */
|
|
1800
|
+
export interface PrivateEndpoint extends ProxyResource {
|
|
1801
|
+
/** The properties associated with a private endpoint. */
|
|
1802
|
+
properties?: PrivateEndpointProperties;
|
|
1803
|
+
/**
|
|
1804
|
+
* Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests.
|
|
1805
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1806
|
+
*/
|
|
1807
|
+
readonly etag?: string;
|
|
1808
|
+
}
|
|
1809
|
+
/** The properties that are associated with a Event Hub input containing stream data. */
|
|
1810
|
+
export interface EventHubStreamInputDataSourceProperties extends EventHubDataSourceProperties {
|
|
1811
|
+
/** The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group. */
|
|
1812
|
+
consumerGroupName?: string;
|
|
1813
|
+
/** The number of messages that the message receiver can simultaneously request. */
|
|
1814
|
+
prefetchCount?: number;
|
|
1815
|
+
}
|
|
1816
|
+
/** The properties that are associated with an Event Hub output. */
|
|
1817
|
+
export interface EventHubOutputDataSourceProperties extends EventHubDataSourceProperties {
|
|
1818
|
+
/** The key/column that is used to determine to which partition to send event data. */
|
|
1819
|
+
partitionKey?: string;
|
|
1820
|
+
/** The properties associated with this Event Hub output. */
|
|
1821
|
+
propertyColumns?: string[];
|
|
1822
|
+
}
|
|
1823
|
+
/** Defines headers for Functions_createOrReplace operation. */
|
|
1824
|
+
export interface FunctionsCreateOrReplaceHeaders {
|
|
1825
|
+
/** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1826
|
+
eTag?: string;
|
|
1827
|
+
}
|
|
1828
|
+
/** Defines headers for Functions_update operation. */
|
|
1829
|
+
export interface FunctionsUpdateHeaders {
|
|
1830
|
+
/** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1831
|
+
eTag?: string;
|
|
1832
|
+
}
|
|
1833
|
+
/** Defines headers for Functions_get operation. */
|
|
1834
|
+
export interface FunctionsGetHeaders {
|
|
1835
|
+
/** The current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1836
|
+
eTag?: string;
|
|
1837
|
+
}
|
|
1838
|
+
/** Defines headers for Inputs_createOrReplace operation. */
|
|
1839
|
+
export interface InputsCreateOrReplaceHeaders {
|
|
1840
|
+
/** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1841
|
+
eTag?: string;
|
|
1842
|
+
}
|
|
1843
|
+
/** Defines headers for Inputs_update operation. */
|
|
1844
|
+
export interface InputsUpdateHeaders {
|
|
1845
|
+
/** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1846
|
+
eTag?: string;
|
|
1847
|
+
}
|
|
1848
|
+
/** Defines headers for Inputs_get operation. */
|
|
1849
|
+
export interface InputsGetHeaders {
|
|
1850
|
+
/** The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1851
|
+
eTag?: string;
|
|
1852
|
+
}
|
|
1853
|
+
/** Defines headers for Outputs_createOrReplace operation. */
|
|
1854
|
+
export interface OutputsCreateOrReplaceHeaders {
|
|
1855
|
+
/** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1856
|
+
eTag?: string;
|
|
1857
|
+
}
|
|
1858
|
+
/** Defines headers for Outputs_update operation. */
|
|
1859
|
+
export interface OutputsUpdateHeaders {
|
|
1860
|
+
/** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1861
|
+
eTag?: string;
|
|
1862
|
+
}
|
|
1863
|
+
/** Defines headers for Outputs_get operation. */
|
|
1864
|
+
export interface OutputsGetHeaders {
|
|
1865
|
+
/** The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1866
|
+
eTag?: string;
|
|
1867
|
+
}
|
|
1868
|
+
/** Defines headers for StreamingJobs_createOrReplace operation. */
|
|
1869
|
+
export interface StreamingJobsCreateOrReplaceHeaders {
|
|
1870
|
+
/** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1871
|
+
eTag?: string;
|
|
1872
|
+
}
|
|
1873
|
+
/** Defines headers for StreamingJobs_update operation. */
|
|
1874
|
+
export interface StreamingJobsUpdateHeaders {
|
|
1875
|
+
/** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1876
|
+
eTag?: string;
|
|
1877
|
+
}
|
|
1878
|
+
/** Defines headers for StreamingJobs_get operation. */
|
|
1879
|
+
export interface StreamingJobsGetHeaders {
|
|
1880
|
+
/** The current entity tag for the streaming job. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1881
|
+
eTag?: string;
|
|
1882
|
+
}
|
|
1883
|
+
/** Defines headers for Transformations_createOrReplace operation. */
|
|
1884
|
+
export interface TransformationsCreateOrReplaceHeaders {
|
|
1885
|
+
/** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1886
|
+
eTag?: string;
|
|
1887
|
+
}
|
|
1888
|
+
/** Defines headers for Transformations_update operation. */
|
|
1889
|
+
export interface TransformationsUpdateHeaders {
|
|
1890
|
+
/** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1891
|
+
eTag?: string;
|
|
1892
|
+
}
|
|
1893
|
+
/** Defines headers for Transformations_get operation. */
|
|
1894
|
+
export interface TransformationsGetHeaders {
|
|
1895
|
+
/** The current entity tag for the transformation. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. */
|
|
1896
|
+
eTag?: string;
|
|
1897
|
+
}
|
|
1898
|
+
/** Known values of {@link EventSerializationType} that the service accepts. */
|
|
1899
|
+
export declare enum KnownEventSerializationType {
|
|
1900
|
+
/** Csv */
|
|
1901
|
+
Csv = "Csv",
|
|
1902
|
+
/** Avro */
|
|
1903
|
+
Avro = "Avro",
|
|
1904
|
+
/** Json */
|
|
1905
|
+
Json = "Json",
|
|
1906
|
+
/** CustomClr */
|
|
1907
|
+
CustomClr = "CustomClr",
|
|
1908
|
+
/** Parquet */
|
|
1909
|
+
Parquet = "Parquet",
|
|
1910
|
+
/** Delta */
|
|
1911
|
+
Delta = "Delta"
|
|
1912
|
+
}
|
|
1913
|
+
/**
|
|
1914
|
+
* Defines values for EventSerializationType. \
|
|
1915
|
+
* {@link KnownEventSerializationType} can be used interchangeably with EventSerializationType,
|
|
1916
|
+
* this enum contains the known values that the service supports.
|
|
1917
|
+
* ### Known values supported by the service
|
|
1918
|
+
* **Csv** \
|
|
1919
|
+
* **Avro** \
|
|
1920
|
+
* **Json** \
|
|
1921
|
+
* **CustomClr** \
|
|
1922
|
+
* **Parquet** \
|
|
1923
|
+
* **Delta**
|
|
1924
|
+
*/
|
|
1925
|
+
export type EventSerializationType = string;
|
|
1926
|
+
/** Known values of {@link CompressionType} that the service accepts. */
|
|
1927
|
+
export declare enum KnownCompressionType {
|
|
1928
|
+
/** None */
|
|
1929
|
+
None = "None",
|
|
1930
|
+
/** GZip */
|
|
1931
|
+
GZip = "GZip",
|
|
1932
|
+
/** Deflate */
|
|
1933
|
+
Deflate = "Deflate"
|
|
1934
|
+
}
|
|
1935
|
+
/**
|
|
1936
|
+
* Defines values for CompressionType. \
|
|
1937
|
+
* {@link KnownCompressionType} can be used interchangeably with CompressionType,
|
|
1938
|
+
* this enum contains the known values that the service supports.
|
|
1939
|
+
* ### Known values supported by the service
|
|
1940
|
+
* **None** \
|
|
1941
|
+
* **GZip** \
|
|
1942
|
+
* **Deflate**
|
|
1943
|
+
*/
|
|
1944
|
+
export type CompressionType = string;
|
|
1945
|
+
/** Known values of {@link InputWatermarkMode} that the service accepts. */
|
|
1946
|
+
export declare enum KnownInputWatermarkMode {
|
|
1947
|
+
/** None */
|
|
1948
|
+
None = "None",
|
|
1949
|
+
/** ReadWatermark */
|
|
1950
|
+
ReadWatermark = "ReadWatermark"
|
|
1951
|
+
}
|
|
1952
|
+
/**
|
|
1953
|
+
* Defines values for InputWatermarkMode. \
|
|
1954
|
+
* {@link KnownInputWatermarkMode} can be used interchangeably with InputWatermarkMode,
|
|
1955
|
+
* this enum contains the known values that the service supports.
|
|
1956
|
+
* ### Known values supported by the service
|
|
1957
|
+
* **None** \
|
|
1958
|
+
* **ReadWatermark**
|
|
1959
|
+
*/
|
|
1960
|
+
export type InputWatermarkMode = string;
|
|
1961
|
+
/** Known values of {@link OutputWatermarkMode} that the service accepts. */
|
|
1962
|
+
export declare enum KnownOutputWatermarkMode {
|
|
1963
|
+
/** None */
|
|
1964
|
+
None = "None",
|
|
1965
|
+
/** SendCurrentPartitionWatermark */
|
|
1966
|
+
SendCurrentPartitionWatermark = "SendCurrentPartitionWatermark",
|
|
1967
|
+
/** SendLowestWatermarkAcrossPartitions */
|
|
1968
|
+
SendLowestWatermarkAcrossPartitions = "SendLowestWatermarkAcrossPartitions"
|
|
1969
|
+
}
|
|
1970
|
+
/**
|
|
1971
|
+
* Defines values for OutputWatermarkMode. \
|
|
1972
|
+
* {@link KnownOutputWatermarkMode} can be used interchangeably with OutputWatermarkMode,
|
|
1973
|
+
* this enum contains the known values that the service supports.
|
|
1974
|
+
* ### Known values supported by the service
|
|
1975
|
+
* **None** \
|
|
1976
|
+
* **SendCurrentPartitionWatermark** \
|
|
1977
|
+
* **SendLowestWatermarkAcrossPartitions**
|
|
1978
|
+
*/
|
|
1979
|
+
export type OutputWatermarkMode = string;
|
|
1980
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
1981
|
+
export declare enum KnownSkuName {
|
|
1982
|
+
/** Standard */
|
|
1983
|
+
Standard = "Standard"
|
|
1984
|
+
}
|
|
1985
|
+
/**
|
|
1986
|
+
* Defines values for SkuName. \
|
|
1987
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
1988
|
+
* this enum contains the known values that the service supports.
|
|
1989
|
+
* ### Known values supported by the service
|
|
1990
|
+
* **Standard**
|
|
1991
|
+
*/
|
|
1992
|
+
export type SkuName = string;
|
|
1993
|
+
/** Known values of {@link JobType} that the service accepts. */
|
|
1994
|
+
export declare enum KnownJobType {
|
|
1995
|
+
/** Cloud */
|
|
1996
|
+
Cloud = "Cloud",
|
|
1997
|
+
/** Edge */
|
|
1998
|
+
Edge = "Edge"
|
|
1999
|
+
}
|
|
2000
|
+
/**
|
|
2001
|
+
* Defines values for JobType. \
|
|
2002
|
+
* {@link KnownJobType} can be used interchangeably with JobType,
|
|
2003
|
+
* this enum contains the known values that the service supports.
|
|
2004
|
+
* ### Known values supported by the service
|
|
2005
|
+
* **Cloud** \
|
|
2006
|
+
* **Edge**
|
|
2007
|
+
*/
|
|
2008
|
+
export type JobType = string;
|
|
2009
|
+
/** Known values of {@link OutputStartMode} that the service accepts. */
|
|
2010
|
+
export declare enum KnownOutputStartMode {
|
|
2011
|
+
/** JobStartTime */
|
|
2012
|
+
JobStartTime = "JobStartTime",
|
|
2013
|
+
/** CustomTime */
|
|
2014
|
+
CustomTime = "CustomTime",
|
|
2015
|
+
/** LastOutputEventTime */
|
|
2016
|
+
LastOutputEventTime = "LastOutputEventTime"
|
|
2017
|
+
}
|
|
2018
|
+
/**
|
|
2019
|
+
* Defines values for OutputStartMode. \
|
|
2020
|
+
* {@link KnownOutputStartMode} can be used interchangeably with OutputStartMode,
|
|
2021
|
+
* this enum contains the known values that the service supports.
|
|
2022
|
+
* ### Known values supported by the service
|
|
2023
|
+
* **JobStartTime** \
|
|
2024
|
+
* **CustomTime** \
|
|
2025
|
+
* **LastOutputEventTime**
|
|
2026
|
+
*/
|
|
2027
|
+
export type OutputStartMode = string;
|
|
2028
|
+
/** Known values of {@link EventsOutOfOrderPolicy} that the service accepts. */
|
|
2029
|
+
export declare enum KnownEventsOutOfOrderPolicy {
|
|
2030
|
+
/** Adjust */
|
|
2031
|
+
Adjust = "Adjust",
|
|
2032
|
+
/** Drop */
|
|
2033
|
+
Drop = "Drop"
|
|
2034
|
+
}
|
|
2035
|
+
/**
|
|
2036
|
+
* Defines values for EventsOutOfOrderPolicy. \
|
|
2037
|
+
* {@link KnownEventsOutOfOrderPolicy} can be used interchangeably with EventsOutOfOrderPolicy,
|
|
2038
|
+
* this enum contains the known values that the service supports.
|
|
2039
|
+
* ### Known values supported by the service
|
|
2040
|
+
* **Adjust** \
|
|
2041
|
+
* **Drop**
|
|
2042
|
+
*/
|
|
2043
|
+
export type EventsOutOfOrderPolicy = string;
|
|
2044
|
+
/** Known values of {@link OutputErrorPolicy} that the service accepts. */
|
|
2045
|
+
export declare enum KnownOutputErrorPolicy {
|
|
2046
|
+
/** Stop */
|
|
2047
|
+
Stop = "Stop",
|
|
2048
|
+
/** Drop */
|
|
2049
|
+
Drop = "Drop"
|
|
2050
|
+
}
|
|
2051
|
+
/**
|
|
2052
|
+
* Defines values for OutputErrorPolicy. \
|
|
2053
|
+
* {@link KnownOutputErrorPolicy} can be used interchangeably with OutputErrorPolicy,
|
|
2054
|
+
* this enum contains the known values that the service supports.
|
|
2055
|
+
* ### Known values supported by the service
|
|
2056
|
+
* **Stop** \
|
|
2057
|
+
* **Drop**
|
|
2058
|
+
*/
|
|
2059
|
+
export type OutputErrorPolicy = string;
|
|
2060
|
+
/** Known values of {@link CompatibilityLevel} that the service accepts. */
|
|
2061
|
+
export declare enum KnownCompatibilityLevel {
|
|
2062
|
+
/** One0 */
|
|
2063
|
+
One0 = "1.0",
|
|
2064
|
+
/** One2 */
|
|
2065
|
+
One2 = "1.2"
|
|
2066
|
+
}
|
|
2067
|
+
/**
|
|
2068
|
+
* Defines values for CompatibilityLevel. \
|
|
2069
|
+
* {@link KnownCompatibilityLevel} can be used interchangeably with CompatibilityLevel,
|
|
2070
|
+
* this enum contains the known values that the service supports.
|
|
2071
|
+
* ### Known values supported by the service
|
|
2072
|
+
* **1.0** \
|
|
2073
|
+
* **1.2**
|
|
2074
|
+
*/
|
|
2075
|
+
export type CompatibilityLevel = string;
|
|
2076
|
+
/** Known values of {@link AuthenticationMode} that the service accepts. */
|
|
2077
|
+
export declare enum KnownAuthenticationMode {
|
|
2078
|
+
/** Msi */
|
|
2079
|
+
Msi = "Msi",
|
|
2080
|
+
/** UserToken */
|
|
2081
|
+
UserToken = "UserToken",
|
|
2082
|
+
/** ConnectionString */
|
|
2083
|
+
ConnectionString = "ConnectionString"
|
|
2084
|
+
}
|
|
2085
|
+
/**
|
|
2086
|
+
* Defines values for AuthenticationMode. \
|
|
2087
|
+
* {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,
|
|
2088
|
+
* this enum contains the known values that the service supports.
|
|
2089
|
+
* ### Known values supported by the service
|
|
2090
|
+
* **Msi** \
|
|
2091
|
+
* **UserToken** \
|
|
2092
|
+
* **ConnectionString**
|
|
2093
|
+
*/
|
|
2094
|
+
export type AuthenticationMode = string;
|
|
2095
|
+
/** Known values of {@link ContentStoragePolicy} that the service accepts. */
|
|
2096
|
+
export declare enum KnownContentStoragePolicy {
|
|
2097
|
+
/** SystemAccount */
|
|
2098
|
+
SystemAccount = "SystemAccount",
|
|
2099
|
+
/** JobStorageAccount */
|
|
2100
|
+
JobStorageAccount = "JobStorageAccount"
|
|
2101
|
+
}
|
|
2102
|
+
/**
|
|
2103
|
+
* Defines values for ContentStoragePolicy. \
|
|
2104
|
+
* {@link KnownContentStoragePolicy} can be used interchangeably with ContentStoragePolicy,
|
|
2105
|
+
* this enum contains the known values that the service supports.
|
|
2106
|
+
* ### Known values supported by the service
|
|
2107
|
+
* **SystemAccount** \
|
|
2108
|
+
* **JobStorageAccount**
|
|
2109
|
+
*/
|
|
2110
|
+
export type ContentStoragePolicy = string;
|
|
2111
|
+
/** Known values of {@link UpdatableUdfRefreshType} that the service accepts. */
|
|
2112
|
+
export declare enum KnownUpdatableUdfRefreshType {
|
|
2113
|
+
/** Blocking */
|
|
2114
|
+
Blocking = "Blocking",
|
|
2115
|
+
/** Nonblocking */
|
|
2116
|
+
Nonblocking = "Nonblocking"
|
|
2117
|
+
}
|
|
2118
|
+
/**
|
|
2119
|
+
* Defines values for UpdatableUdfRefreshType. \
|
|
2120
|
+
* {@link KnownUpdatableUdfRefreshType} can be used interchangeably with UpdatableUdfRefreshType,
|
|
2121
|
+
* this enum contains the known values that the service supports.
|
|
2122
|
+
* ### Known values supported by the service
|
|
2123
|
+
* **Blocking** \
|
|
2124
|
+
* **Nonblocking**
|
|
2125
|
+
*/
|
|
2126
|
+
export type UpdatableUdfRefreshType = string;
|
|
2127
|
+
/** Known values of {@link ResourceType} that the service accepts. */
|
|
2128
|
+
export declare enum KnownResourceType {
|
|
2129
|
+
/** MicrosoftStreamAnalyticsStreamingjobs */
|
|
2130
|
+
MicrosoftStreamAnalyticsStreamingjobs = "Microsoft.StreamAnalytics/streamingjobs"
|
|
2131
|
+
}
|
|
2132
|
+
/**
|
|
2133
|
+
* Defines values for ResourceType. \
|
|
2134
|
+
* {@link KnownResourceType} can be used interchangeably with ResourceType,
|
|
2135
|
+
* this enum contains the known values that the service supports.
|
|
2136
|
+
* ### Known values supported by the service
|
|
2137
|
+
* **Microsoft.StreamAnalytics\/streamingjobs**
|
|
2138
|
+
*/
|
|
2139
|
+
export type ResourceType = string;
|
|
2140
|
+
/** Known values of {@link SkuCapacityScaleType} that the service accepts. */
|
|
2141
|
+
export declare enum KnownSkuCapacityScaleType {
|
|
2142
|
+
/** Supported scale type automatic. */
|
|
2143
|
+
Automatic = "automatic",
|
|
2144
|
+
/** Supported scale type manual. */
|
|
2145
|
+
Manual = "manual",
|
|
2146
|
+
/** Scaling not supported. */
|
|
2147
|
+
None = "none"
|
|
2148
|
+
}
|
|
2149
|
+
/**
|
|
2150
|
+
* Defines values for SkuCapacityScaleType. \
|
|
2151
|
+
* {@link KnownSkuCapacityScaleType} can be used interchangeably with SkuCapacityScaleType,
|
|
2152
|
+
* this enum contains the known values that the service supports.
|
|
2153
|
+
* ### Known values supported by the service
|
|
2154
|
+
* **automatic**: Supported scale type automatic. \
|
|
2155
|
+
* **manual**: Supported scale type manual. \
|
|
2156
|
+
* **none**: Scaling not supported.
|
|
2157
|
+
*/
|
|
2158
|
+
export type SkuCapacityScaleType = string;
|
|
2159
|
+
/** Known values of {@link QueryTestingResultStatus} that the service accepts. */
|
|
2160
|
+
export declare enum KnownQueryTestingResultStatus {
|
|
2161
|
+
/** The query testing operation was initiated. */
|
|
2162
|
+
Started = "Started",
|
|
2163
|
+
/** The query testing operation succeeded. */
|
|
2164
|
+
Success = "Success",
|
|
2165
|
+
/** The query testing operation failed due to a compiler error. */
|
|
2166
|
+
CompilerError = "CompilerError",
|
|
2167
|
+
/** The query testing operation failed due to a runtime error. */
|
|
2168
|
+
RuntimeError = "RuntimeError",
|
|
2169
|
+
/** The query testing operation failed due to a timeout. */
|
|
2170
|
+
Timeout = "Timeout",
|
|
2171
|
+
/** The query testing operation failed due to an unknown error . */
|
|
2172
|
+
UnknownError = "UnknownError"
|
|
2173
|
+
}
|
|
2174
|
+
/**
|
|
2175
|
+
* Defines values for QueryTestingResultStatus. \
|
|
2176
|
+
* {@link KnownQueryTestingResultStatus} can be used interchangeably with QueryTestingResultStatus,
|
|
2177
|
+
* this enum contains the known values that the service supports.
|
|
2178
|
+
* ### Known values supported by the service
|
|
2179
|
+
* **Started**: The query testing operation was initiated. \
|
|
2180
|
+
* **Success**: The query testing operation succeeded. \
|
|
2181
|
+
* **CompilerError**: The query testing operation failed due to a compiler error. \
|
|
2182
|
+
* **RuntimeError**: The query testing operation failed due to a runtime error. \
|
|
2183
|
+
* **Timeout**: The query testing operation failed due to a timeout. \
|
|
2184
|
+
* **UnknownError**: The query testing operation failed due to an unknown error .
|
|
2185
|
+
*/
|
|
2186
|
+
export type QueryTestingResultStatus = string;
|
|
2187
|
+
/** Known values of {@link SampleInputResultStatus} that the service accepts. */
|
|
2188
|
+
export declare enum KnownSampleInputResultStatus {
|
|
2189
|
+
/** The sample input operation successfully read all the events in the range. */
|
|
2190
|
+
ReadAllEventsInRange = "ReadAllEventsInRange",
|
|
2191
|
+
/** The sample input operation found no events in the range. */
|
|
2192
|
+
NoEventsFoundInRange = "NoEventsFoundInRange",
|
|
2193
|
+
/** The sample input operation failed to connect to the input. */
|
|
2194
|
+
ErrorConnectingToInput = "ErrorConnectingToInput"
|
|
2195
|
+
}
|
|
2196
|
+
/**
|
|
2197
|
+
* Defines values for SampleInputResultStatus. \
|
|
2198
|
+
* {@link KnownSampleInputResultStatus} can be used interchangeably with SampleInputResultStatus,
|
|
2199
|
+
* this enum contains the known values that the service supports.
|
|
2200
|
+
* ### Known values supported by the service
|
|
2201
|
+
* **ReadAllEventsInRange**: The sample input operation successfully read all the events in the range. \
|
|
2202
|
+
* **NoEventsFoundInRange**: The sample input operation found no events in the range. \
|
|
2203
|
+
* **ErrorConnectingToInput**: The sample input operation failed to connect to the input.
|
|
2204
|
+
*/
|
|
2205
|
+
export type SampleInputResultStatus = string;
|
|
2206
|
+
/** Known values of {@link TestDatasourceResultStatus} that the service accepts. */
|
|
2207
|
+
export declare enum KnownTestDatasourceResultStatus {
|
|
2208
|
+
/** The test datasource operation succeeded. */
|
|
2209
|
+
TestSucceeded = "TestSucceeded",
|
|
2210
|
+
/** The test datasource operation failed. */
|
|
2211
|
+
TestFailed = "TestFailed"
|
|
2212
|
+
}
|
|
2213
|
+
/**
|
|
2214
|
+
* Defines values for TestDatasourceResultStatus. \
|
|
2215
|
+
* {@link KnownTestDatasourceResultStatus} can be used interchangeably with TestDatasourceResultStatus,
|
|
2216
|
+
* this enum contains the known values that the service supports.
|
|
2217
|
+
* ### Known values supported by the service
|
|
2218
|
+
* **TestSucceeded**: The test datasource operation succeeded. \
|
|
2219
|
+
* **TestFailed**: The test datasource operation failed.
|
|
2220
|
+
*/
|
|
2221
|
+
export type TestDatasourceResultStatus = string;
|
|
2222
|
+
/** Known values of {@link ClusterSkuName} that the service accepts. */
|
|
2223
|
+
export declare enum KnownClusterSkuName {
|
|
2224
|
+
/** The default SKU. */
|
|
2225
|
+
Default = "Default"
|
|
2226
|
+
}
|
|
2227
|
+
/**
|
|
2228
|
+
* Defines values for ClusterSkuName. \
|
|
2229
|
+
* {@link KnownClusterSkuName} can be used interchangeably with ClusterSkuName,
|
|
2230
|
+
* this enum contains the known values that the service supports.
|
|
2231
|
+
* ### Known values supported by the service
|
|
2232
|
+
* **Default**: The default SKU.
|
|
2233
|
+
*/
|
|
2234
|
+
export type ClusterSkuName = string;
|
|
2235
|
+
/** Known values of {@link ClusterProvisioningState} that the service accepts. */
|
|
2236
|
+
export declare enum KnownClusterProvisioningState {
|
|
2237
|
+
/** The cluster provisioning succeeded. */
|
|
2238
|
+
Succeeded = "Succeeded",
|
|
2239
|
+
/** The cluster provisioning failed. */
|
|
2240
|
+
Failed = "Failed",
|
|
2241
|
+
/** The cluster provisioning was canceled. */
|
|
2242
|
+
Canceled = "Canceled",
|
|
2243
|
+
/** The cluster provisioning was inprogress. */
|
|
2244
|
+
InProgress = "InProgress"
|
|
2245
|
+
}
|
|
2246
|
+
/**
|
|
2247
|
+
* Defines values for ClusterProvisioningState. \
|
|
2248
|
+
* {@link KnownClusterProvisioningState} can be used interchangeably with ClusterProvisioningState,
|
|
2249
|
+
* this enum contains the known values that the service supports.
|
|
2250
|
+
* ### Known values supported by the service
|
|
2251
|
+
* **Succeeded**: The cluster provisioning succeeded. \
|
|
2252
|
+
* **Failed**: The cluster provisioning failed. \
|
|
2253
|
+
* **Canceled**: The cluster provisioning was canceled. \
|
|
2254
|
+
* **InProgress**: The cluster provisioning was inprogress.
|
|
2255
|
+
*/
|
|
2256
|
+
export type ClusterProvisioningState = string;
|
|
2257
|
+
/** Known values of {@link JobState} that the service accepts. */
|
|
2258
|
+
export declare enum KnownJobState {
|
|
2259
|
+
/** The job is currently in the Created state. */
|
|
2260
|
+
Created = "Created",
|
|
2261
|
+
/** The job is currently in the Starting state. */
|
|
2262
|
+
Starting = "Starting",
|
|
2263
|
+
/** The job is currently in the Running state. */
|
|
2264
|
+
Running = "Running",
|
|
2265
|
+
/** The job is currently in the Stopping state. */
|
|
2266
|
+
Stopping = "Stopping",
|
|
2267
|
+
/** The job is currently in the Stopped state. */
|
|
2268
|
+
Stopped = "Stopped",
|
|
2269
|
+
/** The job is currently in the Deleting state. */
|
|
2270
|
+
Deleting = "Deleting",
|
|
2271
|
+
/** The job is currently in the Failed state. */
|
|
2272
|
+
Failed = "Failed",
|
|
2273
|
+
/** The job is currently in the Degraded state. */
|
|
2274
|
+
Degraded = "Degraded",
|
|
2275
|
+
/** The job is currently in the Restarting state. */
|
|
2276
|
+
Restarting = "Restarting",
|
|
2277
|
+
/** The job is currently in the Scaling state. */
|
|
2278
|
+
Scaling = "Scaling"
|
|
2279
|
+
}
|
|
2280
|
+
/**
|
|
2281
|
+
* Defines values for JobState. \
|
|
2282
|
+
* {@link KnownJobState} can be used interchangeably with JobState,
|
|
2283
|
+
* this enum contains the known values that the service supports.
|
|
2284
|
+
* ### Known values supported by the service
|
|
2285
|
+
* **Created**: The job is currently in the Created state. \
|
|
2286
|
+
* **Starting**: The job is currently in the Starting state. \
|
|
2287
|
+
* **Running**: The job is currently in the Running state. \
|
|
2288
|
+
* **Stopping**: The job is currently in the Stopping state. \
|
|
2289
|
+
* **Stopped**: The job is currently in the Stopped state. \
|
|
2290
|
+
* **Deleting**: The job is currently in the Deleting state. \
|
|
2291
|
+
* **Failed**: The job is currently in the Failed state. \
|
|
2292
|
+
* **Degraded**: The job is currently in the Degraded state. \
|
|
2293
|
+
* **Restarting**: The job is currently in the Restarting state. \
|
|
2294
|
+
* **Scaling**: The job is currently in the Scaling state.
|
|
2295
|
+
*/
|
|
2296
|
+
export type JobState = string;
|
|
2297
|
+
/** Known values of {@link UpdateMode} that the service accepts. */
|
|
2298
|
+
export declare enum KnownUpdateMode {
|
|
2299
|
+
/** Static */
|
|
2300
|
+
Static = "Static",
|
|
2301
|
+
/** Refreshable */
|
|
2302
|
+
Refreshable = "Refreshable"
|
|
2303
|
+
}
|
|
2304
|
+
/**
|
|
2305
|
+
* Defines values for UpdateMode. \
|
|
2306
|
+
* {@link KnownUpdateMode} can be used interchangeably with UpdateMode,
|
|
2307
|
+
* this enum contains the known values that the service supports.
|
|
2308
|
+
* ### Known values supported by the service
|
|
2309
|
+
* **Static** \
|
|
2310
|
+
* **Refreshable**
|
|
2311
|
+
*/
|
|
2312
|
+
export type UpdateMode = string;
|
|
2313
|
+
/** Known values of {@link Encoding} that the service accepts. */
|
|
2314
|
+
export declare enum KnownEncoding {
|
|
2315
|
+
/** UTF8 */
|
|
2316
|
+
UTF8 = "UTF8"
|
|
2317
|
+
}
|
|
2318
|
+
/**
|
|
2319
|
+
* Defines values for Encoding. \
|
|
2320
|
+
* {@link KnownEncoding} can be used interchangeably with Encoding,
|
|
2321
|
+
* this enum contains the known values that the service supports.
|
|
2322
|
+
* ### Known values supported by the service
|
|
2323
|
+
* **UTF8**
|
|
2324
|
+
*/
|
|
2325
|
+
export type Encoding = string;
|
|
2326
|
+
/** Known values of {@link JsonOutputSerializationFormat} that the service accepts. */
|
|
2327
|
+
export declare enum KnownJsonOutputSerializationFormat {
|
|
2328
|
+
/** LineSeparated */
|
|
2329
|
+
LineSeparated = "LineSeparated",
|
|
2330
|
+
/** Array */
|
|
2331
|
+
Array = "Array"
|
|
2332
|
+
}
|
|
2333
|
+
/**
|
|
2334
|
+
* Defines values for JsonOutputSerializationFormat. \
|
|
2335
|
+
* {@link KnownJsonOutputSerializationFormat} can be used interchangeably with JsonOutputSerializationFormat,
|
|
2336
|
+
* this enum contains the known values that the service supports.
|
|
2337
|
+
* ### Known values supported by the service
|
|
2338
|
+
* **LineSeparated** \
|
|
2339
|
+
* **Array**
|
|
2340
|
+
*/
|
|
2341
|
+
export type JsonOutputSerializationFormat = string;
|
|
2342
|
+
/** Known values of {@link RefreshType} that the service accepts. */
|
|
2343
|
+
export declare enum KnownRefreshType {
|
|
2344
|
+
/** Static */
|
|
2345
|
+
Static = "Static",
|
|
2346
|
+
/** RefreshPeriodicallyWithFull */
|
|
2347
|
+
RefreshPeriodicallyWithFull = "RefreshPeriodicallyWithFull",
|
|
2348
|
+
/** RefreshPeriodicallyWithDelta */
|
|
2349
|
+
RefreshPeriodicallyWithDelta = "RefreshPeriodicallyWithDelta"
|
|
2350
|
+
}
|
|
2351
|
+
/**
|
|
2352
|
+
* Defines values for RefreshType. \
|
|
2353
|
+
* {@link KnownRefreshType} can be used interchangeably with RefreshType,
|
|
2354
|
+
* this enum contains the known values that the service supports.
|
|
2355
|
+
* ### Known values supported by the service
|
|
2356
|
+
* **Static** \
|
|
2357
|
+
* **RefreshPeriodicallyWithFull** \
|
|
2358
|
+
* **RefreshPeriodicallyWithDelta**
|
|
2359
|
+
*/
|
|
2360
|
+
export type RefreshType = string;
|
|
2361
|
+
/** Known values of {@link EventGridEventSchemaType} that the service accepts. */
|
|
2362
|
+
export declare enum KnownEventGridEventSchemaType {
|
|
2363
|
+
/** EventGridEventSchema */
|
|
2364
|
+
EventGridEventSchema = "EventGridEventSchema",
|
|
2365
|
+
/** CloudEventSchema */
|
|
2366
|
+
CloudEventSchema = "CloudEventSchema"
|
|
2367
|
+
}
|
|
2368
|
+
/**
|
|
2369
|
+
* Defines values for EventGridEventSchemaType. \
|
|
2370
|
+
* {@link KnownEventGridEventSchemaType} can be used interchangeably with EventGridEventSchemaType,
|
|
2371
|
+
* this enum contains the known values that the service supports.
|
|
2372
|
+
* ### Known values supported by the service
|
|
2373
|
+
* **EventGridEventSchema** \
|
|
2374
|
+
* **CloudEventSchema**
|
|
2375
|
+
*/
|
|
2376
|
+
export type EventGridEventSchemaType = string;
|
|
2377
|
+
/** Known values of {@link BlobWriteMode} that the service accepts. */
|
|
2378
|
+
export declare enum KnownBlobWriteMode {
|
|
2379
|
+
/** Append */
|
|
2380
|
+
Append = "Append",
|
|
2381
|
+
/** Once */
|
|
2382
|
+
Once = "Once"
|
|
2383
|
+
}
|
|
2384
|
+
/**
|
|
2385
|
+
* Defines values for BlobWriteMode. \
|
|
2386
|
+
* {@link KnownBlobWriteMode} can be used interchangeably with BlobWriteMode,
|
|
2387
|
+
* this enum contains the known values that the service supports.
|
|
2388
|
+
* ### Known values supported by the service
|
|
2389
|
+
* **Append** \
|
|
2390
|
+
* **Once**
|
|
2391
|
+
*/
|
|
2392
|
+
export type BlobWriteMode = string;
|
|
2393
|
+
/** Optional parameters. */
|
|
2394
|
+
export interface FunctionsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2395
|
+
/** The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2396
|
+
ifMatch?: string;
|
|
2397
|
+
/** Set to '*' to allow a new function to be created, but to prevent updating an existing function. Other values will result in a 412 Pre-condition Failed response. */
|
|
2398
|
+
ifNoneMatch?: string;
|
|
2399
|
+
}
|
|
2400
|
+
/** Contains response data for the createOrReplace operation. */
|
|
2401
|
+
export type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders & FunctionModel;
|
|
2402
|
+
/** Optional parameters. */
|
|
2403
|
+
export interface FunctionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2404
|
+
/** The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2405
|
+
ifMatch?: string;
|
|
2406
|
+
}
|
|
2407
|
+
/** Contains response data for the update operation. */
|
|
2408
|
+
export type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
|
|
2409
|
+
/** Optional parameters. */
|
|
2410
|
+
export interface FunctionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2411
|
+
}
|
|
2412
|
+
/** Optional parameters. */
|
|
2413
|
+
export interface FunctionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2414
|
+
}
|
|
2415
|
+
/** Contains response data for the get operation. */
|
|
2416
|
+
export type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
|
|
2417
|
+
/** Optional parameters. */
|
|
2418
|
+
export interface FunctionsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
2419
|
+
/** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or "*" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */
|
|
2420
|
+
select?: string;
|
|
2421
|
+
}
|
|
2422
|
+
/** Contains response data for the listByStreamingJob operation. */
|
|
2423
|
+
export type FunctionsListByStreamingJobResponse = FunctionListResult;
|
|
2424
|
+
/** Optional parameters. */
|
|
2425
|
+
export interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
|
|
2426
|
+
/** If the function specified does not already exist, this parameter must contain the full function definition intended to be tested. If the function specified already exists, this parameter can be left null to test the existing function as is or if specified, the properties specified will overwrite the corresponding properties in the existing function (exactly like a PATCH operation) and the resulting function will be tested. */
|
|
2427
|
+
function?: FunctionModel;
|
|
2428
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2429
|
+
updateIntervalInMs?: number;
|
|
2430
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2431
|
+
resumeFrom?: string;
|
|
2432
|
+
}
|
|
2433
|
+
/** Contains response data for the test operation. */
|
|
2434
|
+
export type FunctionsTestResponse = ResourceTestStatus;
|
|
2435
|
+
/** Optional parameters. */
|
|
2436
|
+
export interface FunctionsRetrieveDefaultDefinitionOptionalParams extends coreClient.OperationOptions {
|
|
2437
|
+
/** Parameters used to specify the type of function to retrieve the default definition for. */
|
|
2438
|
+
functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
|
|
2439
|
+
}
|
|
2440
|
+
/** Contains response data for the retrieveDefaultDefinition operation. */
|
|
2441
|
+
export type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
|
|
2442
|
+
/** Optional parameters. */
|
|
2443
|
+
export interface FunctionsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
2444
|
+
}
|
|
2445
|
+
/** Contains response data for the listByStreamingJobNext operation. */
|
|
2446
|
+
export type FunctionsListByStreamingJobNextResponse = FunctionListResult;
|
|
2447
|
+
/** Optional parameters. */
|
|
2448
|
+
export interface InputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2449
|
+
/** The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2450
|
+
ifMatch?: string;
|
|
2451
|
+
/** Set to '*' to allow a new input to be created, but to prevent updating an existing input. Other values will result in a 412 Pre-condition Failed response. */
|
|
2452
|
+
ifNoneMatch?: string;
|
|
2453
|
+
}
|
|
2454
|
+
/** Contains response data for the createOrReplace operation. */
|
|
2455
|
+
export type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders & Input;
|
|
2456
|
+
/** Optional parameters. */
|
|
2457
|
+
export interface InputsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2458
|
+
/** The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2459
|
+
ifMatch?: string;
|
|
2460
|
+
}
|
|
2461
|
+
/** Contains response data for the update operation. */
|
|
2462
|
+
export type InputsUpdateResponse = InputsUpdateHeaders & Input;
|
|
2463
|
+
/** Optional parameters. */
|
|
2464
|
+
export interface InputsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2465
|
+
}
|
|
2466
|
+
/** Optional parameters. */
|
|
2467
|
+
export interface InputsGetOptionalParams extends coreClient.OperationOptions {
|
|
2468
|
+
}
|
|
2469
|
+
/** Contains response data for the get operation. */
|
|
2470
|
+
export type InputsGetResponse = InputsGetHeaders & Input;
|
|
2471
|
+
/** Optional parameters. */
|
|
2472
|
+
export interface InputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
2473
|
+
/** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or "*" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */
|
|
2474
|
+
select?: string;
|
|
2475
|
+
}
|
|
2476
|
+
/** Contains response data for the listByStreamingJob operation. */
|
|
2477
|
+
export type InputsListByStreamingJobResponse = InputListResult;
|
|
2478
|
+
/** Optional parameters. */
|
|
2479
|
+
export interface InputsTestOptionalParams extends coreClient.OperationOptions {
|
|
2480
|
+
/** If the input specified does not already exist, this parameter must contain the full input definition intended to be tested. If the input specified already exists, this parameter can be left null to test the existing input as is or if specified, the properties specified will overwrite the corresponding properties in the existing input (exactly like a PATCH operation) and the resulting input will be tested. */
|
|
2481
|
+
input?: Input;
|
|
2482
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2483
|
+
updateIntervalInMs?: number;
|
|
2484
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2485
|
+
resumeFrom?: string;
|
|
2486
|
+
}
|
|
2487
|
+
/** Contains response data for the test operation. */
|
|
2488
|
+
export type InputsTestResponse = ResourceTestStatus;
|
|
2489
|
+
/** Optional parameters. */
|
|
2490
|
+
export interface InputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
2491
|
+
}
|
|
2492
|
+
/** Contains response data for the listByStreamingJobNext operation. */
|
|
2493
|
+
export type InputsListByStreamingJobNextResponse = InputListResult;
|
|
2494
|
+
/** Optional parameters. */
|
|
2495
|
+
export interface OutputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2496
|
+
/** The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2497
|
+
ifMatch?: string;
|
|
2498
|
+
/** Set to '*' to allow a new output to be created, but to prevent updating an existing output. Other values will result in a 412 Pre-condition Failed response. */
|
|
2499
|
+
ifNoneMatch?: string;
|
|
2500
|
+
}
|
|
2501
|
+
/** Contains response data for the createOrReplace operation. */
|
|
2502
|
+
export type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders & Output;
|
|
2503
|
+
/** Optional parameters. */
|
|
2504
|
+
export interface OutputsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2505
|
+
/** The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2506
|
+
ifMatch?: string;
|
|
2507
|
+
}
|
|
2508
|
+
/** Contains response data for the update operation. */
|
|
2509
|
+
export type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
|
|
2510
|
+
/** Optional parameters. */
|
|
2511
|
+
export interface OutputsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2512
|
+
}
|
|
2513
|
+
/** Optional parameters. */
|
|
2514
|
+
export interface OutputsGetOptionalParams extends coreClient.OperationOptions {
|
|
2515
|
+
}
|
|
2516
|
+
/** Contains response data for the get operation. */
|
|
2517
|
+
export type OutputsGetResponse = OutputsGetHeaders & Output;
|
|
2518
|
+
/** Optional parameters. */
|
|
2519
|
+
export interface OutputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
2520
|
+
/** The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or "*" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value. */
|
|
2521
|
+
select?: string;
|
|
2522
|
+
}
|
|
2523
|
+
/** Contains response data for the listByStreamingJob operation. */
|
|
2524
|
+
export type OutputsListByStreamingJobResponse = OutputListResult;
|
|
2525
|
+
/** Optional parameters. */
|
|
2526
|
+
export interface OutputsTestOptionalParams extends coreClient.OperationOptions {
|
|
2527
|
+
/** If the output specified does not already exist, this parameter must contain the full output definition intended to be tested. If the output specified already exists, this parameter can be left null to test the existing output as is or if specified, the properties specified will overwrite the corresponding properties in the existing output (exactly like a PATCH operation) and the resulting output will be tested. */
|
|
2528
|
+
output?: Output;
|
|
2529
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2530
|
+
updateIntervalInMs?: number;
|
|
2531
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2532
|
+
resumeFrom?: string;
|
|
2533
|
+
}
|
|
2534
|
+
/** Contains response data for the test operation. */
|
|
2535
|
+
export type OutputsTestResponse = ResourceTestStatus;
|
|
2536
|
+
/** Optional parameters. */
|
|
2537
|
+
export interface OutputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
2538
|
+
}
|
|
2539
|
+
/** Contains response data for the listByStreamingJobNext operation. */
|
|
2540
|
+
export type OutputsListByStreamingJobNextResponse = OutputListResult;
|
|
2541
|
+
/** Optional parameters. */
|
|
2542
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2543
|
+
}
|
|
2544
|
+
/** Contains response data for the list operation. */
|
|
2545
|
+
export type OperationsListResponse = OperationListResult;
|
|
2546
|
+
/** Optional parameters. */
|
|
2547
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2548
|
+
}
|
|
2549
|
+
/** Contains response data for the listNext operation. */
|
|
2550
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
2551
|
+
/** Optional parameters. */
|
|
2552
|
+
export interface StreamingJobsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2553
|
+
/** The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2554
|
+
ifMatch?: string;
|
|
2555
|
+
/** Set to '*' to allow a new streaming job to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */
|
|
2556
|
+
ifNoneMatch?: string;
|
|
2557
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2558
|
+
updateIntervalInMs?: number;
|
|
2559
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2560
|
+
resumeFrom?: string;
|
|
2561
|
+
}
|
|
2562
|
+
/** Contains response data for the createOrReplace operation. */
|
|
2563
|
+
export type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders & StreamingJob;
|
|
2564
|
+
/** Optional parameters. */
|
|
2565
|
+
export interface StreamingJobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2566
|
+
/** The ETag of the streaming job. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2567
|
+
ifMatch?: string;
|
|
2568
|
+
}
|
|
2569
|
+
/** Contains response data for the update operation. */
|
|
2570
|
+
export type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & StreamingJob;
|
|
2571
|
+
/** Optional parameters. */
|
|
2572
|
+
export interface StreamingJobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2573
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2574
|
+
updateIntervalInMs?: number;
|
|
2575
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2576
|
+
resumeFrom?: string;
|
|
2577
|
+
}
|
|
2578
|
+
/** Optional parameters. */
|
|
2579
|
+
export interface StreamingJobsGetOptionalParams extends coreClient.OperationOptions {
|
|
2580
|
+
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
2581
|
+
expand?: string;
|
|
2582
|
+
}
|
|
2583
|
+
/** Contains response data for the get operation. */
|
|
2584
|
+
export type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;
|
|
2585
|
+
/** Optional parameters. */
|
|
2586
|
+
export interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2587
|
+
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
2588
|
+
expand?: string;
|
|
2589
|
+
}
|
|
2590
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2591
|
+
export type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
|
|
2592
|
+
/** Optional parameters. */
|
|
2593
|
+
export interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
|
|
2594
|
+
/** The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'. */
|
|
2595
|
+
expand?: string;
|
|
2596
|
+
}
|
|
2597
|
+
/** Contains response data for the list operation. */
|
|
2598
|
+
export type StreamingJobsListResponse = StreamingJobListResult;
|
|
2599
|
+
/** Optional parameters. */
|
|
2600
|
+
export interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
|
|
2601
|
+
/** Parameters applicable to a start streaming job operation. */
|
|
2602
|
+
startJobParameters?: StartStreamingJobParameters;
|
|
2603
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2604
|
+
updateIntervalInMs?: number;
|
|
2605
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2606
|
+
resumeFrom?: string;
|
|
2607
|
+
}
|
|
2608
|
+
/** Optional parameters. */
|
|
2609
|
+
export interface StreamingJobsStopOptionalParams extends coreClient.OperationOptions {
|
|
2610
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2611
|
+
updateIntervalInMs?: number;
|
|
2612
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2613
|
+
resumeFrom?: string;
|
|
2614
|
+
}
|
|
2615
|
+
/** Optional parameters. */
|
|
2616
|
+
export interface StreamingJobsScaleOptionalParams extends coreClient.OperationOptions {
|
|
2617
|
+
/** Parameters applicable to a scale streaming job operation. */
|
|
2618
|
+
scaleJobParameters?: ScaleStreamingJobParameters;
|
|
2619
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2620
|
+
updateIntervalInMs?: number;
|
|
2621
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2622
|
+
resumeFrom?: string;
|
|
2623
|
+
}
|
|
2624
|
+
/** Optional parameters. */
|
|
2625
|
+
export interface StreamingJobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2626
|
+
}
|
|
2627
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2628
|
+
export type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;
|
|
2629
|
+
/** Optional parameters. */
|
|
2630
|
+
export interface StreamingJobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2631
|
+
}
|
|
2632
|
+
/** Contains response data for the listNext operation. */
|
|
2633
|
+
export type StreamingJobsListNextResponse = StreamingJobListResult;
|
|
2634
|
+
/** Optional parameters. */
|
|
2635
|
+
export interface SkuListOptionalParams extends coreClient.OperationOptions {
|
|
2636
|
+
}
|
|
2637
|
+
/** Contains response data for the list operation. */
|
|
2638
|
+
export type SkuListResponse = GetStreamingJobSkuResults;
|
|
2639
|
+
/** Optional parameters. */
|
|
2640
|
+
export interface SkuListNextOptionalParams extends coreClient.OperationOptions {
|
|
2641
|
+
}
|
|
2642
|
+
/** Contains response data for the listNext operation. */
|
|
2643
|
+
export type SkuListNextResponse = GetStreamingJobSkuResults;
|
|
2644
|
+
/** Optional parameters. */
|
|
2645
|
+
export interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
|
|
2646
|
+
}
|
|
2647
|
+
/** Contains response data for the listQuotas operation. */
|
|
2648
|
+
export type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
|
|
2649
|
+
/** Optional parameters. */
|
|
2650
|
+
export interface SubscriptionsTestQueryOptionalParams extends coreClient.OperationOptions {
|
|
2651
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2652
|
+
updateIntervalInMs?: number;
|
|
2653
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2654
|
+
resumeFrom?: string;
|
|
2655
|
+
}
|
|
2656
|
+
/** Contains response data for the testQuery operation. */
|
|
2657
|
+
export type SubscriptionsTestQueryResponse = QueryTestingResult;
|
|
2658
|
+
/** Optional parameters. */
|
|
2659
|
+
export interface SubscriptionsCompileQueryOptionalParams extends coreClient.OperationOptions {
|
|
2660
|
+
}
|
|
2661
|
+
/** Contains response data for the compileQuery operation. */
|
|
2662
|
+
export type SubscriptionsCompileQueryResponse = QueryCompilationResult;
|
|
2663
|
+
/** Optional parameters. */
|
|
2664
|
+
export interface SubscriptionsSampleInputOptionalParams extends coreClient.OperationOptions {
|
|
2665
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2666
|
+
updateIntervalInMs?: number;
|
|
2667
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2668
|
+
resumeFrom?: string;
|
|
2669
|
+
}
|
|
2670
|
+
/** Contains response data for the sampleInput operation. */
|
|
2671
|
+
export type SubscriptionsSampleInputResponse = SampleInputResult;
|
|
2672
|
+
/** Optional parameters. */
|
|
2673
|
+
export interface SubscriptionsTestInputOptionalParams extends coreClient.OperationOptions {
|
|
2674
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2675
|
+
updateIntervalInMs?: number;
|
|
2676
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2677
|
+
resumeFrom?: string;
|
|
2678
|
+
}
|
|
2679
|
+
/** Contains response data for the testInput operation. */
|
|
2680
|
+
export type SubscriptionsTestInputResponse = TestDatasourceResult;
|
|
2681
|
+
/** Optional parameters. */
|
|
2682
|
+
export interface SubscriptionsTestOutputOptionalParams extends coreClient.OperationOptions {
|
|
2683
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2684
|
+
updateIntervalInMs?: number;
|
|
2685
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2686
|
+
resumeFrom?: string;
|
|
2687
|
+
}
|
|
2688
|
+
/** Contains response data for the testOutput operation. */
|
|
2689
|
+
export type SubscriptionsTestOutputResponse = TestDatasourceResult;
|
|
2690
|
+
/** Optional parameters. */
|
|
2691
|
+
export interface TransformationsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2692
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2693
|
+
ifMatch?: string;
|
|
2694
|
+
/** Set to '*' to allow a new transformation to be created, but to prevent updating an existing transformation. Other values will result in a 412 Pre-condition Failed response. */
|
|
2695
|
+
ifNoneMatch?: string;
|
|
2696
|
+
}
|
|
2697
|
+
/** Contains response data for the createOrReplace operation. */
|
|
2698
|
+
export type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders & Transformation;
|
|
2699
|
+
/** Optional parameters. */
|
|
2700
|
+
export interface TransformationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2701
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current transformation. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2702
|
+
ifMatch?: string;
|
|
2703
|
+
}
|
|
2704
|
+
/** Contains response data for the update operation. */
|
|
2705
|
+
export type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
|
|
2706
|
+
/** Optional parameters. */
|
|
2707
|
+
export interface TransformationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2708
|
+
}
|
|
2709
|
+
/** Contains response data for the get operation. */
|
|
2710
|
+
export type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
|
|
2711
|
+
/** Optional parameters. */
|
|
2712
|
+
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2713
|
+
/** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2714
|
+
ifMatch?: string;
|
|
2715
|
+
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */
|
|
2716
|
+
ifNoneMatch?: string;
|
|
2717
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2718
|
+
updateIntervalInMs?: number;
|
|
2719
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2720
|
+
resumeFrom?: string;
|
|
2721
|
+
}
|
|
2722
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2723
|
+
export type ClustersCreateOrUpdateResponse = Cluster;
|
|
2724
|
+
/** Optional parameters. */
|
|
2725
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2726
|
+
/** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2727
|
+
ifMatch?: string;
|
|
2728
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2729
|
+
updateIntervalInMs?: number;
|
|
2730
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2731
|
+
resumeFrom?: string;
|
|
2732
|
+
}
|
|
2733
|
+
/** Contains response data for the update operation. */
|
|
2734
|
+
export type ClustersUpdateResponse = Cluster;
|
|
2735
|
+
/** Optional parameters. */
|
|
2736
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
2737
|
+
}
|
|
2738
|
+
/** Contains response data for the get operation. */
|
|
2739
|
+
export type ClustersGetResponse = Cluster;
|
|
2740
|
+
/** Optional parameters. */
|
|
2741
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2742
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2743
|
+
updateIntervalInMs?: number;
|
|
2744
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2745
|
+
resumeFrom?: string;
|
|
2746
|
+
}
|
|
2747
|
+
/** Optional parameters. */
|
|
2748
|
+
export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
2749
|
+
}
|
|
2750
|
+
/** Contains response data for the listBySubscription operation. */
|
|
2751
|
+
export type ClustersListBySubscriptionResponse = ClusterListResult;
|
|
2752
|
+
/** Optional parameters. */
|
|
2753
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2754
|
+
}
|
|
2755
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
2756
|
+
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
2757
|
+
/** Optional parameters. */
|
|
2758
|
+
export interface ClustersListStreamingJobsOptionalParams extends coreClient.OperationOptions {
|
|
2759
|
+
}
|
|
2760
|
+
/** Contains response data for the listStreamingJobs operation. */
|
|
2761
|
+
export type ClustersListStreamingJobsResponse = ClusterJobListResult;
|
|
2762
|
+
/** Optional parameters. */
|
|
2763
|
+
export interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
2764
|
+
}
|
|
2765
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2766
|
+
export type ClustersListBySubscriptionNextResponse = ClusterListResult;
|
|
2767
|
+
/** Optional parameters. */
|
|
2768
|
+
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2769
|
+
}
|
|
2770
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2771
|
+
export type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
2772
|
+
/** Optional parameters. */
|
|
2773
|
+
export interface ClustersListStreamingJobsNextOptionalParams extends coreClient.OperationOptions {
|
|
2774
|
+
}
|
|
2775
|
+
/** Contains response data for the listStreamingJobsNext operation. */
|
|
2776
|
+
export type ClustersListStreamingJobsNextResponse = ClusterJobListResult;
|
|
2777
|
+
/** Optional parameters. */
|
|
2778
|
+
export interface PrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2779
|
+
/** The ETag of the resource. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
2780
|
+
ifMatch?: string;
|
|
2781
|
+
/** Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response. */
|
|
2782
|
+
ifNoneMatch?: string;
|
|
2783
|
+
}
|
|
2784
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2785
|
+
export type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;
|
|
2786
|
+
/** Optional parameters. */
|
|
2787
|
+
export interface PrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
2788
|
+
}
|
|
2789
|
+
/** Contains response data for the get operation. */
|
|
2790
|
+
export type PrivateEndpointsGetResponse = PrivateEndpoint;
|
|
2791
|
+
/** Optional parameters. */
|
|
2792
|
+
export interface PrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2793
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2794
|
+
updateIntervalInMs?: number;
|
|
2795
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2796
|
+
resumeFrom?: string;
|
|
2797
|
+
}
|
|
2798
|
+
/** Optional parameters. */
|
|
2799
|
+
export interface PrivateEndpointsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
2800
|
+
}
|
|
2801
|
+
/** Contains response data for the listByCluster operation. */
|
|
2802
|
+
export type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;
|
|
2803
|
+
/** Optional parameters. */
|
|
2804
|
+
export interface PrivateEndpointsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
2805
|
+
}
|
|
2806
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
2807
|
+
export type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult;
|
|
2808
|
+
/** Optional parameters. */
|
|
2809
|
+
export interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2810
|
+
/** server parameter */
|
|
2811
|
+
$host?: string;
|
|
2812
|
+
/** Overrides client endpoint. */
|
|
2813
|
+
endpoint?: string;
|
|
2814
|
+
}
|
|
2815
|
+
//# sourceMappingURL=index.d.ts.map
|