@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,2128 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-streamanalytics"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AggregateFunctionProperties extends FunctionProperties {
|
|
15
|
+
type: "Aggregate";
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export type AuthenticationMode = string;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export interface AvroSerialization extends Serialization {
|
|
23
|
+
properties?: Record<string, unknown>;
|
|
24
|
+
type: "Avro";
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export interface AzureDataExplorerOutputDataSource extends OutputDataSource {
|
|
29
|
+
authenticationMode?: AuthenticationMode;
|
|
30
|
+
cluster?: string;
|
|
31
|
+
database?: string;
|
|
32
|
+
table?: string;
|
|
33
|
+
type: "Microsoft.Kusto/clusters/databases";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export interface AzureDataLakeStoreOutputDataSource extends OutputDataSource {
|
|
38
|
+
accountName?: string;
|
|
39
|
+
authenticationMode?: AuthenticationMode;
|
|
40
|
+
dateFormat?: string;
|
|
41
|
+
filePathPrefix?: string;
|
|
42
|
+
refreshToken?: string;
|
|
43
|
+
tenantId?: string;
|
|
44
|
+
timeFormat?: string;
|
|
45
|
+
tokenUserDisplayName?: string;
|
|
46
|
+
tokenUserPrincipalName?: string;
|
|
47
|
+
type: "Microsoft.DataLake/Accounts";
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// @public
|
|
51
|
+
export interface AzureDataLakeStoreOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
|
|
52
|
+
accountName?: string;
|
|
53
|
+
authenticationMode?: AuthenticationMode;
|
|
54
|
+
dateFormat?: string;
|
|
55
|
+
filePathPrefix?: string;
|
|
56
|
+
tenantId?: string;
|
|
57
|
+
timeFormat?: string;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export interface AzureFunctionOutputDataSource extends OutputDataSource {
|
|
62
|
+
apiKey?: string;
|
|
63
|
+
functionAppName?: string;
|
|
64
|
+
functionName?: string;
|
|
65
|
+
maxBatchCount?: number;
|
|
66
|
+
maxBatchSize?: number;
|
|
67
|
+
type: "Microsoft.AzureFunction";
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export interface AzureMachineLearningServiceFunctionBinding extends FunctionBinding {
|
|
72
|
+
apiKey?: string;
|
|
73
|
+
batchSize?: number;
|
|
74
|
+
endpoint?: string;
|
|
75
|
+
inputRequestName?: string;
|
|
76
|
+
inputs?: AzureMachineLearningServiceInputColumn[];
|
|
77
|
+
numberOfParallelRequests?: number;
|
|
78
|
+
outputResponseName?: string;
|
|
79
|
+
outputs?: AzureMachineLearningServiceOutputColumn[];
|
|
80
|
+
type: "Microsoft.MachineLearningServices";
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// @public
|
|
84
|
+
export interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
85
|
+
bindingType: "Microsoft.MachineLearningServices";
|
|
86
|
+
executeEndpoint?: string;
|
|
87
|
+
udfType?: "Scalar";
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// @public
|
|
91
|
+
export interface AzureMachineLearningServiceInputColumn {
|
|
92
|
+
dataType?: string;
|
|
93
|
+
mapTo?: number;
|
|
94
|
+
name?: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// @public
|
|
98
|
+
export interface AzureMachineLearningServiceInputs {
|
|
99
|
+
columnNames?: AzureMachineLearningServiceInputColumn[];
|
|
100
|
+
name?: string;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface AzureMachineLearningServiceOutputColumn {
|
|
105
|
+
dataType?: string;
|
|
106
|
+
mapTo?: number;
|
|
107
|
+
name?: string;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export interface AzureMachineLearningStudioFunctionBinding extends FunctionBinding {
|
|
112
|
+
apiKey?: string;
|
|
113
|
+
batchSize?: number;
|
|
114
|
+
endpoint?: string;
|
|
115
|
+
inputs?: AzureMachineLearningStudioInputs;
|
|
116
|
+
outputs?: AzureMachineLearningStudioOutputColumn[];
|
|
117
|
+
type: "Microsoft.MachineLearning/WebService";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
122
|
+
bindingType: "Microsoft.MachineLearning/WebService";
|
|
123
|
+
executeEndpoint?: string;
|
|
124
|
+
udfType?: "Scalar";
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export interface AzureMachineLearningStudioInputColumn {
|
|
129
|
+
dataType?: string;
|
|
130
|
+
mapTo?: number;
|
|
131
|
+
name?: string;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// @public
|
|
135
|
+
export interface AzureMachineLearningStudioInputs {
|
|
136
|
+
columnNames?: AzureMachineLearningStudioInputColumn[];
|
|
137
|
+
name?: string;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface AzureMachineLearningStudioOutputColumn {
|
|
142
|
+
dataType?: string;
|
|
143
|
+
name?: string;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export interface AzureSqlDatabaseDataSourceProperties {
|
|
148
|
+
authenticationMode?: AuthenticationMode;
|
|
149
|
+
database?: string;
|
|
150
|
+
maxBatchCount?: number;
|
|
151
|
+
maxWriterCount?: number;
|
|
152
|
+
password?: string;
|
|
153
|
+
server?: string;
|
|
154
|
+
table?: string;
|
|
155
|
+
user?: string;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// @public
|
|
159
|
+
export interface AzureSqlDatabaseOutputDataSource extends OutputDataSource {
|
|
160
|
+
authenticationMode?: AuthenticationMode;
|
|
161
|
+
database?: string;
|
|
162
|
+
maxBatchCount?: number;
|
|
163
|
+
maxWriterCount?: number;
|
|
164
|
+
password?: string;
|
|
165
|
+
server?: string;
|
|
166
|
+
table?: string;
|
|
167
|
+
type: "Microsoft.Sql/Server/Database";
|
|
168
|
+
user?: string;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// @public
|
|
172
|
+
export interface AzureSqlDatabaseOutputDataSourceProperties extends AzureSqlDatabaseDataSourceProperties {
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSource {
|
|
177
|
+
authenticationMode?: AuthenticationMode;
|
|
178
|
+
database?: string;
|
|
179
|
+
deltaSnapshotQuery?: string;
|
|
180
|
+
fullSnapshotQuery?: string;
|
|
181
|
+
password?: string;
|
|
182
|
+
refreshRate?: string;
|
|
183
|
+
refreshType?: RefreshType;
|
|
184
|
+
server?: string;
|
|
185
|
+
type: "Microsoft.Sql/Server/Database";
|
|
186
|
+
user?: string;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export interface AzureSynapseDataSourceProperties {
|
|
191
|
+
authenticationMode?: AuthenticationMode;
|
|
192
|
+
database?: string;
|
|
193
|
+
password?: string;
|
|
194
|
+
server?: string;
|
|
195
|
+
table?: string;
|
|
196
|
+
user?: string;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// @public
|
|
200
|
+
export interface AzureSynapseOutputDataSource extends OutputDataSource {
|
|
201
|
+
authenticationMode?: AuthenticationMode;
|
|
202
|
+
database?: string;
|
|
203
|
+
password?: string;
|
|
204
|
+
server?: string;
|
|
205
|
+
table?: string;
|
|
206
|
+
type: "Microsoft.Sql/Server/DataWarehouse";
|
|
207
|
+
user?: string;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// @public
|
|
211
|
+
export interface AzureSynapseOutputDataSourceProperties extends AzureSynapseDataSourceProperties {
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface AzureTableOutputDataSource extends OutputDataSource {
|
|
216
|
+
accountKey?: string;
|
|
217
|
+
accountName?: string;
|
|
218
|
+
batchSize?: number;
|
|
219
|
+
columnsToRemove?: string[];
|
|
220
|
+
partitionKey?: string;
|
|
221
|
+
rowKey?: string;
|
|
222
|
+
table?: string;
|
|
223
|
+
type: "Microsoft.Storage/Table";
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
// @public
|
|
227
|
+
export interface BlobDataSourceProperties {
|
|
228
|
+
authenticationMode?: AuthenticationMode;
|
|
229
|
+
container?: string;
|
|
230
|
+
dateFormat?: string;
|
|
231
|
+
pathPattern?: string;
|
|
232
|
+
storageAccounts?: StorageAccount[];
|
|
233
|
+
timeFormat?: string;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// @public
|
|
237
|
+
export interface BlobOutputDataSource extends OutputDataSource {
|
|
238
|
+
authenticationMode?: AuthenticationMode;
|
|
239
|
+
blobPathPrefix?: string;
|
|
240
|
+
blobWriteMode?: BlobWriteMode;
|
|
241
|
+
container?: string;
|
|
242
|
+
dateFormat?: string;
|
|
243
|
+
pathPattern?: string;
|
|
244
|
+
storageAccounts?: StorageAccount[];
|
|
245
|
+
timeFormat?: string;
|
|
246
|
+
type: "Microsoft.Storage/Blob";
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
// @public
|
|
250
|
+
export interface BlobOutputDataSourceProperties extends BlobDataSourceProperties {
|
|
251
|
+
blobPathPrefix?: string;
|
|
252
|
+
blobWriteMode?: BlobWriteMode;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface BlobReferenceInputDataSource extends ReferenceInputDataSource {
|
|
257
|
+
authenticationMode?: AuthenticationMode;
|
|
258
|
+
blobName?: string;
|
|
259
|
+
container?: string;
|
|
260
|
+
dateFormat?: string;
|
|
261
|
+
deltaPathPattern?: string;
|
|
262
|
+
deltaSnapshotRefreshRate?: string;
|
|
263
|
+
fullSnapshotRefreshRate?: string;
|
|
264
|
+
pathPattern?: string;
|
|
265
|
+
sourcePartitionCount?: number;
|
|
266
|
+
storageAccounts?: StorageAccount[];
|
|
267
|
+
timeFormat?: string;
|
|
268
|
+
type: "Microsoft.Storage/Blob";
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
// @public
|
|
272
|
+
export interface BlobReferenceInputDataSourceProperties extends BlobDataSourceProperties {
|
|
273
|
+
blobName?: string;
|
|
274
|
+
deltaPathPattern?: string;
|
|
275
|
+
deltaSnapshotRefreshRate?: string;
|
|
276
|
+
fullSnapshotRefreshRate?: string;
|
|
277
|
+
sourcePartitionCount?: number;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
// @public
|
|
281
|
+
export interface BlobStreamInputDataSource extends StreamInputDataSource {
|
|
282
|
+
authenticationMode?: AuthenticationMode;
|
|
283
|
+
container?: string;
|
|
284
|
+
dateFormat?: string;
|
|
285
|
+
pathPattern?: string;
|
|
286
|
+
sourcePartitionCount?: number;
|
|
287
|
+
storageAccounts?: StorageAccount[];
|
|
288
|
+
timeFormat?: string;
|
|
289
|
+
type: "Microsoft.Storage/Blob";
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
// @public
|
|
293
|
+
export interface BlobStreamInputDataSourceProperties extends BlobDataSourceProperties {
|
|
294
|
+
sourcePartitionCount?: number;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
// @public
|
|
298
|
+
export type BlobWriteMode = string;
|
|
299
|
+
|
|
300
|
+
// @public
|
|
301
|
+
export interface Cluster extends TrackedResource {
|
|
302
|
+
readonly etag?: string;
|
|
303
|
+
properties?: ClusterProperties;
|
|
304
|
+
sku?: ClusterSku;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export interface ClusterInfo {
|
|
309
|
+
id?: string;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export interface ClusterJob {
|
|
314
|
+
readonly id?: string;
|
|
315
|
+
readonly jobState?: JobState;
|
|
316
|
+
readonly streamingUnits?: number;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
// @public
|
|
320
|
+
export interface ClusterJobListResult {
|
|
321
|
+
readonly nextLink?: string;
|
|
322
|
+
readonly value?: ClusterJob[];
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// @public
|
|
326
|
+
export interface ClusterListResult {
|
|
327
|
+
readonly nextLink?: string;
|
|
328
|
+
readonly value?: Cluster[];
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// @public
|
|
332
|
+
export interface ClusterProperties {
|
|
333
|
+
readonly capacityAllocated?: number;
|
|
334
|
+
readonly capacityAssigned?: number;
|
|
335
|
+
readonly clusterId?: string;
|
|
336
|
+
readonly createdDate?: Date;
|
|
337
|
+
readonly provisioningState?: ClusterProvisioningState;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export type ClusterProvisioningState = string;
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export interface Clusters {
|
|
345
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
346
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
347
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
348
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
349
|
+
beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
350
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
351
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
352
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
353
|
+
listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
354
|
+
listStreamingJobs(resourceGroupName: string, clusterName: string, options?: ClustersListStreamingJobsOptionalParams): PagedAsyncIterableIterator<ClusterJob>;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
// @public
|
|
358
|
+
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
359
|
+
ifMatch?: string;
|
|
360
|
+
ifNoneMatch?: string;
|
|
361
|
+
resumeFrom?: string;
|
|
362
|
+
updateIntervalInMs?: number;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export type ClustersCreateOrUpdateResponse = Cluster;
|
|
367
|
+
|
|
368
|
+
// @public
|
|
369
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
370
|
+
resumeFrom?: string;
|
|
371
|
+
updateIntervalInMs?: number;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
// @public
|
|
375
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export type ClustersGetResponse = Cluster;
|
|
380
|
+
|
|
381
|
+
// @public
|
|
382
|
+
export interface ClusterSku {
|
|
383
|
+
capacity?: number;
|
|
384
|
+
name?: ClusterSkuName;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export type ClusterSkuName = string;
|
|
389
|
+
|
|
390
|
+
// @public
|
|
391
|
+
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
// @public
|
|
395
|
+
export type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
396
|
+
|
|
397
|
+
// @public
|
|
398
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
403
|
+
|
|
404
|
+
// @public
|
|
405
|
+
export interface ClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
// @public
|
|
409
|
+
export type ClustersListBySubscriptionNextResponse = ClusterListResult;
|
|
410
|
+
|
|
411
|
+
// @public
|
|
412
|
+
export interface ClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export type ClustersListBySubscriptionResponse = ClusterListResult;
|
|
417
|
+
|
|
418
|
+
// @public
|
|
419
|
+
export interface ClustersListStreamingJobsNextOptionalParams extends coreClient.OperationOptions {
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export type ClustersListStreamingJobsNextResponse = ClusterJobListResult;
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export interface ClustersListStreamingJobsOptionalParams extends coreClient.OperationOptions {
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export type ClustersListStreamingJobsResponse = ClusterJobListResult;
|
|
431
|
+
|
|
432
|
+
// @public
|
|
433
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
434
|
+
ifMatch?: string;
|
|
435
|
+
resumeFrom?: string;
|
|
436
|
+
updateIntervalInMs?: number;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// @public
|
|
440
|
+
export type ClustersUpdateResponse = Cluster;
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export type CompatibilityLevel = string;
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export interface CompileQuery {
|
|
447
|
+
compatibilityLevel?: CompatibilityLevel;
|
|
448
|
+
functions?: QueryFunction[];
|
|
449
|
+
inputs?: QueryInput[];
|
|
450
|
+
jobType: JobType;
|
|
451
|
+
query: string;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
// @public
|
|
455
|
+
export interface Compression {
|
|
456
|
+
type: CompressionType;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export type CompressionType = string;
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export type ContentStoragePolicy = string;
|
|
464
|
+
|
|
465
|
+
// @public
|
|
466
|
+
export interface CSharpFunctionBinding extends FunctionBinding {
|
|
467
|
+
class?: string;
|
|
468
|
+
dllPath?: string;
|
|
469
|
+
method?: string;
|
|
470
|
+
type: "Microsoft.StreamAnalytics/CLRUdf";
|
|
471
|
+
updateMode?: UpdateMode;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export interface CSharpFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
476
|
+
bindingType: "Microsoft.StreamAnalytics/CLRUdf";
|
|
477
|
+
script?: string;
|
|
478
|
+
udfType?: "Scalar";
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
// @public
|
|
482
|
+
export interface CsvSerialization extends Serialization {
|
|
483
|
+
encoding?: Encoding;
|
|
484
|
+
fieldDelimiter?: string;
|
|
485
|
+
type: "Csv";
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface CustomClrSerialization extends Serialization {
|
|
490
|
+
serializationClassName?: string;
|
|
491
|
+
serializationDllPath?: string;
|
|
492
|
+
type: "CustomClr";
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
// @public
|
|
496
|
+
export interface DeltaSerialization extends Serialization {
|
|
497
|
+
deltaTablePath?: string;
|
|
498
|
+
partitionColumns?: string[];
|
|
499
|
+
type: "Delta";
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
// @public
|
|
503
|
+
export interface DiagnosticCondition {
|
|
504
|
+
readonly code?: string;
|
|
505
|
+
readonly message?: string;
|
|
506
|
+
readonly since?: string;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
// @public
|
|
510
|
+
export interface Diagnostics {
|
|
511
|
+
readonly conditions?: DiagnosticCondition[];
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
// @public
|
|
515
|
+
export interface DocumentDbOutputDataSource extends OutputDataSource {
|
|
516
|
+
accountId?: string;
|
|
517
|
+
accountKey?: string;
|
|
518
|
+
authenticationMode?: AuthenticationMode;
|
|
519
|
+
collectionNamePattern?: string;
|
|
520
|
+
database?: string;
|
|
521
|
+
documentId?: string;
|
|
522
|
+
partitionKey?: string;
|
|
523
|
+
type: "Microsoft.Storage/DocumentDB";
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
// @public
|
|
527
|
+
export type Encoding = string;
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export interface ErrorDetails {
|
|
531
|
+
code?: string;
|
|
532
|
+
message?: string;
|
|
533
|
+
target?: string;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface ErrorError {
|
|
538
|
+
code?: string;
|
|
539
|
+
details?: ErrorDetails[];
|
|
540
|
+
message?: string;
|
|
541
|
+
target?: string;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
// @public
|
|
545
|
+
export interface ErrorModel {
|
|
546
|
+
error?: ErrorError;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
// @public
|
|
550
|
+
export interface ErrorResponse {
|
|
551
|
+
readonly code?: string;
|
|
552
|
+
readonly message?: string;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
// @public
|
|
556
|
+
export type EventGridEventSchemaType = string;
|
|
557
|
+
|
|
558
|
+
// @public
|
|
559
|
+
export interface EventGridStreamInputDataSource extends StreamInputDataSource {
|
|
560
|
+
eventTypes?: string[];
|
|
561
|
+
schema?: EventGridEventSchemaType;
|
|
562
|
+
storageAccounts?: StorageAccount[];
|
|
563
|
+
subscriber?: EventHubV2StreamInputDataSource;
|
|
564
|
+
type: "Microsoft.EventGrid/EventSubscriptions";
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
569
|
+
eventHubName?: string;
|
|
570
|
+
partitionCount?: number;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
// @public
|
|
574
|
+
export interface EventHubOutputDataSource extends OutputDataSource {
|
|
575
|
+
authenticationMode?: AuthenticationMode;
|
|
576
|
+
eventHubName?: string;
|
|
577
|
+
partitionCount?: number;
|
|
578
|
+
partitionKey?: string;
|
|
579
|
+
propertyColumns?: string[];
|
|
580
|
+
serviceBusNamespace?: string;
|
|
581
|
+
sharedAccessPolicyKey?: string;
|
|
582
|
+
sharedAccessPolicyName?: string;
|
|
583
|
+
type: "Microsoft.ServiceBus/EventHub";
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
// @public
|
|
587
|
+
export interface EventHubOutputDataSourceProperties extends EventHubDataSourceProperties {
|
|
588
|
+
partitionKey?: string;
|
|
589
|
+
propertyColumns?: string[];
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
// @public
|
|
593
|
+
export interface EventHubStreamInputDataSource extends StreamInputDataSource {
|
|
594
|
+
authenticationMode?: AuthenticationMode;
|
|
595
|
+
consumerGroupName?: string;
|
|
596
|
+
eventHubName?: string;
|
|
597
|
+
partitionCount?: number;
|
|
598
|
+
prefetchCount?: number;
|
|
599
|
+
serviceBusNamespace?: string;
|
|
600
|
+
sharedAccessPolicyKey?: string;
|
|
601
|
+
sharedAccessPolicyName?: string;
|
|
602
|
+
type: "Microsoft.ServiceBus/EventHub";
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export interface EventHubStreamInputDataSourceProperties extends EventHubDataSourceProperties {
|
|
607
|
+
consumerGroupName?: string;
|
|
608
|
+
prefetchCount?: number;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface EventHubV2OutputDataSource extends OutputDataSource {
|
|
613
|
+
authenticationMode?: AuthenticationMode;
|
|
614
|
+
eventHubName?: string;
|
|
615
|
+
partitionCount?: number;
|
|
616
|
+
partitionKey?: string;
|
|
617
|
+
propertyColumns?: string[];
|
|
618
|
+
serviceBusNamespace?: string;
|
|
619
|
+
sharedAccessPolicyKey?: string;
|
|
620
|
+
sharedAccessPolicyName?: string;
|
|
621
|
+
type: "Microsoft.EventHub/EventHub";
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export interface EventHubV2StreamInputDataSource extends StreamInputDataSource {
|
|
626
|
+
authenticationMode?: AuthenticationMode;
|
|
627
|
+
consumerGroupName?: string;
|
|
628
|
+
eventHubName?: string;
|
|
629
|
+
partitionCount?: number;
|
|
630
|
+
prefetchCount?: number;
|
|
631
|
+
serviceBusNamespace?: string;
|
|
632
|
+
sharedAccessPolicyKey?: string;
|
|
633
|
+
sharedAccessPolicyName?: string;
|
|
634
|
+
type: "Microsoft.EventHub/EventHub";
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export type EventSerializationType = string;
|
|
639
|
+
|
|
640
|
+
// @public
|
|
641
|
+
export type EventsOutOfOrderPolicy = string;
|
|
642
|
+
|
|
643
|
+
// @public
|
|
644
|
+
export interface External {
|
|
645
|
+
container?: string;
|
|
646
|
+
path?: string;
|
|
647
|
+
refreshConfiguration?: RefreshConfiguration;
|
|
648
|
+
storageAccount?: StorageAccount;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
// @public
|
|
652
|
+
export interface FileReferenceInputDataSource extends ReferenceInputDataSource {
|
|
653
|
+
path?: string;
|
|
654
|
+
type: "File";
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
// @public
|
|
658
|
+
export interface FunctionBinding {
|
|
659
|
+
type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
// @public (undocumented)
|
|
663
|
+
export type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
|
|
664
|
+
|
|
665
|
+
// @public
|
|
666
|
+
export interface FunctionInput {
|
|
667
|
+
dataType?: string;
|
|
668
|
+
isConfigurationParameter?: boolean;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
// @public
|
|
672
|
+
export interface FunctionListResult {
|
|
673
|
+
readonly nextLink?: string;
|
|
674
|
+
readonly value?: FunctionModel[];
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
// @public
|
|
678
|
+
export interface FunctionModel extends SubResource {
|
|
679
|
+
properties?: FunctionPropertiesUnion;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
// @public
|
|
683
|
+
export interface FunctionOutput {
|
|
684
|
+
dataType?: string;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export interface FunctionProperties {
|
|
689
|
+
binding?: FunctionBindingUnion;
|
|
690
|
+
readonly etag?: string;
|
|
691
|
+
// (undocumented)
|
|
692
|
+
inputs?: FunctionInput[];
|
|
693
|
+
output?: FunctionOutput;
|
|
694
|
+
type: "Scalar" | "Aggregate";
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
// @public (undocumented)
|
|
698
|
+
export type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
|
|
699
|
+
|
|
700
|
+
// @public
|
|
701
|
+
export interface FunctionRetrieveDefaultDefinitionParameters {
|
|
702
|
+
bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf";
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
// @public (undocumented)
|
|
706
|
+
export type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
|
|
707
|
+
|
|
708
|
+
// @public
|
|
709
|
+
export interface Functions {
|
|
710
|
+
beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<SimplePollerLike<OperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
|
|
711
|
+
beginTestAndWait(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<FunctionsTestResponse>;
|
|
712
|
+
createOrReplace(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsCreateOrReplaceOptionalParams): Promise<FunctionsCreateOrReplaceResponse>;
|
|
713
|
+
delete(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsDeleteOptionalParams): Promise<void>;
|
|
714
|
+
get(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsGetOptionalParams): Promise<FunctionsGetResponse>;
|
|
715
|
+
listByStreamingJob(resourceGroupName: string, jobName: string, options?: FunctionsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<FunctionModel>;
|
|
716
|
+
retrieveDefaultDefinition(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsRetrieveDefaultDefinitionOptionalParams): Promise<FunctionsRetrieveDefaultDefinitionResponse>;
|
|
717
|
+
update(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsUpdateOptionalParams): Promise<FunctionsUpdateResponse>;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
// @public
|
|
721
|
+
export interface FunctionsCreateOrReplaceHeaders {
|
|
722
|
+
eTag?: string;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
// @public
|
|
726
|
+
export interface FunctionsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
727
|
+
ifMatch?: string;
|
|
728
|
+
ifNoneMatch?: string;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
// @public
|
|
732
|
+
export type FunctionsCreateOrReplaceResponse = FunctionsCreateOrReplaceHeaders & FunctionModel;
|
|
733
|
+
|
|
734
|
+
// @public
|
|
735
|
+
export interface FunctionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// @public
|
|
739
|
+
export interface FunctionsGetHeaders {
|
|
740
|
+
eTag?: string;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
// @public
|
|
744
|
+
export interface FunctionsGetOptionalParams extends coreClient.OperationOptions {
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
// @public
|
|
748
|
+
export type FunctionsGetResponse = FunctionsGetHeaders & FunctionModel;
|
|
749
|
+
|
|
750
|
+
// @public
|
|
751
|
+
export interface FunctionsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
// @public
|
|
755
|
+
export type FunctionsListByStreamingJobNextResponse = FunctionListResult;
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export interface FunctionsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
759
|
+
select?: string;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export type FunctionsListByStreamingJobResponse = FunctionListResult;
|
|
764
|
+
|
|
765
|
+
// @public
|
|
766
|
+
export interface FunctionsRetrieveDefaultDefinitionOptionalParams extends coreClient.OperationOptions {
|
|
767
|
+
functionRetrieveDefaultDefinitionParameters?: FunctionRetrieveDefaultDefinitionParametersUnion;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
// @public
|
|
771
|
+
export type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
|
|
772
|
+
|
|
773
|
+
// @public
|
|
774
|
+
export interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
|
|
775
|
+
function?: FunctionModel;
|
|
776
|
+
resumeFrom?: string;
|
|
777
|
+
updateIntervalInMs?: number;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
// @public
|
|
781
|
+
export type FunctionsTestResponse = ResourceTestStatus;
|
|
782
|
+
|
|
783
|
+
// @public
|
|
784
|
+
export interface FunctionsUpdateHeaders {
|
|
785
|
+
eTag?: string;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
// @public
|
|
789
|
+
export interface FunctionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
790
|
+
ifMatch?: string;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
|
|
795
|
+
|
|
796
|
+
// @public
|
|
797
|
+
export interface GatewayMessageBusOutputDataSource extends OutputDataSource {
|
|
798
|
+
topic?: string;
|
|
799
|
+
type: "GatewayMessageBus";
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
// @public
|
|
803
|
+
export interface GatewayMessageBusOutputDataSourceProperties extends GatewayMessageBusSourceProperties {
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
// @public
|
|
807
|
+
export interface GatewayMessageBusSourceProperties {
|
|
808
|
+
topic?: string;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
// @public
|
|
812
|
+
export interface GatewayMessageBusStreamInputDataSource extends StreamInputDataSource {
|
|
813
|
+
topic?: string;
|
|
814
|
+
type: "GatewayMessageBus";
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
// @public
|
|
818
|
+
export interface GatewayMessageBusStreamInputDataSourceProperties extends GatewayMessageBusSourceProperties {
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
// @public
|
|
822
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
823
|
+
|
|
824
|
+
// @public
|
|
825
|
+
export interface GetStreamingJobSkuResult {
|
|
826
|
+
readonly capacity?: SkuCapacity;
|
|
827
|
+
readonly resourceType?: ResourceType;
|
|
828
|
+
readonly sku?: GetStreamingJobSkuResultSku;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
// @public
|
|
832
|
+
export interface GetStreamingJobSkuResults {
|
|
833
|
+
readonly nextLink?: string;
|
|
834
|
+
value?: GetStreamingJobSkuResult[];
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
// @public
|
|
838
|
+
export interface GetStreamingJobSkuResultSku {
|
|
839
|
+
name?: SkuName;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
// @public
|
|
843
|
+
export interface Identity {
|
|
844
|
+
readonly principalId?: string;
|
|
845
|
+
readonly tenantId?: string;
|
|
846
|
+
type?: string;
|
|
847
|
+
userAssignedIdentities?: {
|
|
848
|
+
[propertyName: string]: Record<string, unknown>;
|
|
849
|
+
};
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
// @public
|
|
853
|
+
export interface Input extends SubResource {
|
|
854
|
+
properties?: InputPropertiesUnion;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
// @public
|
|
858
|
+
export interface InputListResult {
|
|
859
|
+
readonly nextLink?: string;
|
|
860
|
+
readonly value?: Input[];
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
// @public
|
|
864
|
+
export interface InputProperties {
|
|
865
|
+
compression?: Compression;
|
|
866
|
+
readonly diagnostics?: Diagnostics;
|
|
867
|
+
readonly etag?: string;
|
|
868
|
+
partitionKey?: string;
|
|
869
|
+
serialization?: SerializationUnion;
|
|
870
|
+
type: "Stream" | "Reference";
|
|
871
|
+
watermarkSettings?: InputWatermarkProperties;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
// @public (undocumented)
|
|
875
|
+
export type InputPropertiesUnion = InputProperties | StreamInputProperties | ReferenceInputProperties;
|
|
876
|
+
|
|
877
|
+
// @public
|
|
878
|
+
export interface Inputs {
|
|
879
|
+
beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>>;
|
|
880
|
+
beginTestAndWait(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<InputsTestResponse>;
|
|
881
|
+
createOrReplace(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsCreateOrReplaceOptionalParams): Promise<InputsCreateOrReplaceResponse>;
|
|
882
|
+
delete(resourceGroupName: string, jobName: string, inputName: string, options?: InputsDeleteOptionalParams): Promise<void>;
|
|
883
|
+
get(resourceGroupName: string, jobName: string, inputName: string, options?: InputsGetOptionalParams): Promise<InputsGetResponse>;
|
|
884
|
+
listByStreamingJob(resourceGroupName: string, jobName: string, options?: InputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Input>;
|
|
885
|
+
update(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsUpdateOptionalParams): Promise<InputsUpdateResponse>;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
// @public
|
|
889
|
+
export interface InputsCreateOrReplaceHeaders {
|
|
890
|
+
eTag?: string;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export interface InputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
895
|
+
ifMatch?: string;
|
|
896
|
+
ifNoneMatch?: string;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
// @public
|
|
900
|
+
export type InputsCreateOrReplaceResponse = InputsCreateOrReplaceHeaders & Input;
|
|
901
|
+
|
|
902
|
+
// @public
|
|
903
|
+
export interface InputsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
// @public
|
|
907
|
+
export interface InputsGetHeaders {
|
|
908
|
+
eTag?: string;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
// @public
|
|
912
|
+
export interface InputsGetOptionalParams extends coreClient.OperationOptions {
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// @public
|
|
916
|
+
export type InputsGetResponse = InputsGetHeaders & Input;
|
|
917
|
+
|
|
918
|
+
// @public
|
|
919
|
+
export interface InputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
// @public
|
|
923
|
+
export type InputsListByStreamingJobNextResponse = InputListResult;
|
|
924
|
+
|
|
925
|
+
// @public
|
|
926
|
+
export interface InputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
927
|
+
select?: string;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
// @public
|
|
931
|
+
export type InputsListByStreamingJobResponse = InputListResult;
|
|
932
|
+
|
|
933
|
+
// @public
|
|
934
|
+
export interface InputsTestOptionalParams extends coreClient.OperationOptions {
|
|
935
|
+
input?: Input;
|
|
936
|
+
resumeFrom?: string;
|
|
937
|
+
updateIntervalInMs?: number;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
// @public
|
|
941
|
+
export type InputsTestResponse = ResourceTestStatus;
|
|
942
|
+
|
|
943
|
+
// @public
|
|
944
|
+
export interface InputsUpdateHeaders {
|
|
945
|
+
eTag?: string;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
// @public
|
|
949
|
+
export interface InputsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
950
|
+
ifMatch?: string;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
// @public
|
|
954
|
+
export type InputsUpdateResponse = InputsUpdateHeaders & Input;
|
|
955
|
+
|
|
956
|
+
// @public
|
|
957
|
+
export type InputWatermarkMode = string;
|
|
958
|
+
|
|
959
|
+
// @public
|
|
960
|
+
export interface InputWatermarkProperties {
|
|
961
|
+
watermarkMode?: InputWatermarkMode;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
// @public
|
|
965
|
+
export interface IoTHubStreamInputDataSource extends StreamInputDataSource {
|
|
966
|
+
consumerGroupName?: string;
|
|
967
|
+
endpoint?: string;
|
|
968
|
+
iotHubNamespace?: string;
|
|
969
|
+
sharedAccessPolicyKey?: string;
|
|
970
|
+
sharedAccessPolicyName?: string;
|
|
971
|
+
type: "Microsoft.Devices/IotHubs";
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
// @public
|
|
975
|
+
export interface JavaScriptFunctionBinding extends FunctionBinding {
|
|
976
|
+
script?: string;
|
|
977
|
+
type: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
// @public
|
|
981
|
+
export interface JavaScriptFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
|
|
982
|
+
bindingType: "Microsoft.StreamAnalytics/JavascriptUdf";
|
|
983
|
+
script?: string;
|
|
984
|
+
udfType?: "Scalar";
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
// @public
|
|
988
|
+
export type JobState = string;
|
|
989
|
+
|
|
990
|
+
// @public
|
|
991
|
+
export interface JobStorageAccount extends StorageAccount {
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
// @public
|
|
995
|
+
export type JobType = string;
|
|
996
|
+
|
|
997
|
+
// @public
|
|
998
|
+
export type JsonOutputSerializationFormat = string;
|
|
999
|
+
|
|
1000
|
+
// @public
|
|
1001
|
+
export interface JsonSerialization extends Serialization {
|
|
1002
|
+
encoding?: Encoding;
|
|
1003
|
+
format?: JsonOutputSerializationFormat;
|
|
1004
|
+
type: "Json";
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
// @public
|
|
1008
|
+
export enum KnownAuthenticationMode {
|
|
1009
|
+
ConnectionString = "ConnectionString",
|
|
1010
|
+
Msi = "Msi",
|
|
1011
|
+
UserToken = "UserToken"
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
// @public
|
|
1015
|
+
export enum KnownBlobWriteMode {
|
|
1016
|
+
Append = "Append",
|
|
1017
|
+
Once = "Once"
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
// @public
|
|
1021
|
+
export enum KnownClusterProvisioningState {
|
|
1022
|
+
Canceled = "Canceled",
|
|
1023
|
+
Failed = "Failed",
|
|
1024
|
+
InProgress = "InProgress",
|
|
1025
|
+
Succeeded = "Succeeded"
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
// @public
|
|
1029
|
+
export enum KnownClusterSkuName {
|
|
1030
|
+
Default = "Default"
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
// @public
|
|
1034
|
+
export enum KnownCompatibilityLevel {
|
|
1035
|
+
One0 = "1.0",
|
|
1036
|
+
One2 = "1.2"
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
// @public
|
|
1040
|
+
export enum KnownCompressionType {
|
|
1041
|
+
Deflate = "Deflate",
|
|
1042
|
+
GZip = "GZip",
|
|
1043
|
+
None = "None"
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
// @public
|
|
1047
|
+
export enum KnownContentStoragePolicy {
|
|
1048
|
+
JobStorageAccount = "JobStorageAccount",
|
|
1049
|
+
SystemAccount = "SystemAccount"
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
// @public
|
|
1053
|
+
export enum KnownEncoding {
|
|
1054
|
+
UTF8 = "UTF8"
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
// @public
|
|
1058
|
+
export enum KnownEventGridEventSchemaType {
|
|
1059
|
+
CloudEventSchema = "CloudEventSchema",
|
|
1060
|
+
EventGridEventSchema = "EventGridEventSchema"
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
// @public
|
|
1064
|
+
export enum KnownEventSerializationType {
|
|
1065
|
+
Avro = "Avro",
|
|
1066
|
+
Csv = "Csv",
|
|
1067
|
+
CustomClr = "CustomClr",
|
|
1068
|
+
Delta = "Delta",
|
|
1069
|
+
Json = "Json",
|
|
1070
|
+
Parquet = "Parquet"
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
// @public
|
|
1074
|
+
export enum KnownEventsOutOfOrderPolicy {
|
|
1075
|
+
Adjust = "Adjust",
|
|
1076
|
+
Drop = "Drop"
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
// @public
|
|
1080
|
+
export enum KnownInputWatermarkMode {
|
|
1081
|
+
None = "None",
|
|
1082
|
+
ReadWatermark = "ReadWatermark"
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
// @public
|
|
1086
|
+
export enum KnownJobState {
|
|
1087
|
+
Created = "Created",
|
|
1088
|
+
Degraded = "Degraded",
|
|
1089
|
+
Deleting = "Deleting",
|
|
1090
|
+
Failed = "Failed",
|
|
1091
|
+
Restarting = "Restarting",
|
|
1092
|
+
Running = "Running",
|
|
1093
|
+
Scaling = "Scaling",
|
|
1094
|
+
Starting = "Starting",
|
|
1095
|
+
Stopped = "Stopped",
|
|
1096
|
+
Stopping = "Stopping"
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
// @public
|
|
1100
|
+
export enum KnownJobType {
|
|
1101
|
+
Cloud = "Cloud",
|
|
1102
|
+
Edge = "Edge"
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
// @public
|
|
1106
|
+
export enum KnownJsonOutputSerializationFormat {
|
|
1107
|
+
Array = "Array",
|
|
1108
|
+
LineSeparated = "LineSeparated"
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
// @public
|
|
1112
|
+
export enum KnownOutputErrorPolicy {
|
|
1113
|
+
Drop = "Drop",
|
|
1114
|
+
Stop = "Stop"
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
// @public
|
|
1118
|
+
export enum KnownOutputStartMode {
|
|
1119
|
+
CustomTime = "CustomTime",
|
|
1120
|
+
JobStartTime = "JobStartTime",
|
|
1121
|
+
LastOutputEventTime = "LastOutputEventTime"
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
// @public
|
|
1125
|
+
export enum KnownOutputWatermarkMode {
|
|
1126
|
+
None = "None",
|
|
1127
|
+
SendCurrentPartitionWatermark = "SendCurrentPartitionWatermark",
|
|
1128
|
+
SendLowestWatermarkAcrossPartitions = "SendLowestWatermarkAcrossPartitions"
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
// @public
|
|
1132
|
+
export enum KnownQueryTestingResultStatus {
|
|
1133
|
+
CompilerError = "CompilerError",
|
|
1134
|
+
RuntimeError = "RuntimeError",
|
|
1135
|
+
Started = "Started",
|
|
1136
|
+
Success = "Success",
|
|
1137
|
+
Timeout = "Timeout",
|
|
1138
|
+
UnknownError = "UnknownError"
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
// @public
|
|
1142
|
+
export enum KnownRefreshType {
|
|
1143
|
+
RefreshPeriodicallyWithDelta = "RefreshPeriodicallyWithDelta",
|
|
1144
|
+
RefreshPeriodicallyWithFull = "RefreshPeriodicallyWithFull",
|
|
1145
|
+
Static = "Static"
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
// @public
|
|
1149
|
+
export enum KnownResourceType {
|
|
1150
|
+
MicrosoftStreamAnalyticsStreamingjobs = "Microsoft.StreamAnalytics/streamingjobs"
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
// @public
|
|
1154
|
+
export enum KnownSampleInputResultStatus {
|
|
1155
|
+
ErrorConnectingToInput = "ErrorConnectingToInput",
|
|
1156
|
+
NoEventsFoundInRange = "NoEventsFoundInRange",
|
|
1157
|
+
ReadAllEventsInRange = "ReadAllEventsInRange"
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
// @public
|
|
1161
|
+
export enum KnownSkuCapacityScaleType {
|
|
1162
|
+
Automatic = "automatic",
|
|
1163
|
+
Manual = "manual",
|
|
1164
|
+
None = "none"
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
// @public
|
|
1168
|
+
export enum KnownSkuName {
|
|
1169
|
+
Standard = "Standard"
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
// @public
|
|
1173
|
+
export enum KnownTestDatasourceResultStatus {
|
|
1174
|
+
TestFailed = "TestFailed",
|
|
1175
|
+
TestSucceeded = "TestSucceeded"
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
// @public
|
|
1179
|
+
export enum KnownUpdatableUdfRefreshType {
|
|
1180
|
+
Blocking = "Blocking",
|
|
1181
|
+
Nonblocking = "Nonblocking"
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
// @public
|
|
1185
|
+
export enum KnownUpdateMode {
|
|
1186
|
+
Refreshable = "Refreshable",
|
|
1187
|
+
Static = "Static"
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
// @public
|
|
1191
|
+
export interface LastOutputEventTimestamp {
|
|
1192
|
+
lastOutputEventTime?: string;
|
|
1193
|
+
lastUpdateTime?: string;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
// @public
|
|
1197
|
+
export interface OAuthBasedDataSourceProperties {
|
|
1198
|
+
refreshToken?: string;
|
|
1199
|
+
tokenUserDisplayName?: string;
|
|
1200
|
+
tokenUserPrincipalName?: string;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
// @public
|
|
1204
|
+
export interface Operation {
|
|
1205
|
+
readonly display?: OperationDisplay;
|
|
1206
|
+
isDataAction?: boolean;
|
|
1207
|
+
readonly name?: string;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
// @public
|
|
1211
|
+
export interface OperationDisplay {
|
|
1212
|
+
readonly description?: string;
|
|
1213
|
+
readonly operation?: string;
|
|
1214
|
+
readonly provider?: string;
|
|
1215
|
+
readonly resource?: string;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
// @public
|
|
1219
|
+
export interface OperationListResult {
|
|
1220
|
+
readonly nextLink?: string;
|
|
1221
|
+
readonly value?: Operation[];
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
// @public
|
|
1225
|
+
export interface Operations {
|
|
1226
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
// @public
|
|
1230
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1233
|
+
// @public
|
|
1234
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
1235
|
+
|
|
1236
|
+
// @public
|
|
1237
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
// @public
|
|
1241
|
+
export type OperationsListResponse = OperationListResult;
|
|
1242
|
+
|
|
1243
|
+
// @public
|
|
1244
|
+
export interface Output extends SubResource {
|
|
1245
|
+
datasource?: OutputDataSourceUnion;
|
|
1246
|
+
readonly diagnostics?: Diagnostics;
|
|
1247
|
+
readonly etag?: string;
|
|
1248
|
+
readonly lastOutputEventTimestamps?: LastOutputEventTimestamp[];
|
|
1249
|
+
serialization?: SerializationUnion;
|
|
1250
|
+
sizeWindow?: number;
|
|
1251
|
+
timeWindow?: string;
|
|
1252
|
+
watermarkSettings?: OutputWatermarkProperties;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
// @public
|
|
1256
|
+
export interface OutputDataSource {
|
|
1257
|
+
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";
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
// @public (undocumented)
|
|
1261
|
+
export type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | PostgreSQLOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource | GatewayMessageBusOutputDataSource | AzureDataExplorerOutputDataSource;
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export type OutputErrorPolicy = string;
|
|
1265
|
+
|
|
1266
|
+
// @public
|
|
1267
|
+
export interface OutputListResult {
|
|
1268
|
+
readonly nextLink?: string;
|
|
1269
|
+
readonly value?: Output[];
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
// @public
|
|
1273
|
+
export interface Outputs {
|
|
1274
|
+
beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>>;
|
|
1275
|
+
beginTestAndWait(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<OutputsTestResponse>;
|
|
1276
|
+
createOrReplace(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsCreateOrReplaceOptionalParams): Promise<OutputsCreateOrReplaceResponse>;
|
|
1277
|
+
delete(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsDeleteOptionalParams): Promise<void>;
|
|
1278
|
+
get(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsGetOptionalParams): Promise<OutputsGetResponse>;
|
|
1279
|
+
listByStreamingJob(resourceGroupName: string, jobName: string, options?: OutputsListByStreamingJobOptionalParams): PagedAsyncIterableIterator<Output>;
|
|
1280
|
+
update(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsUpdateOptionalParams): Promise<OutputsUpdateResponse>;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
// @public
|
|
1284
|
+
export interface OutputsCreateOrReplaceHeaders {
|
|
1285
|
+
eTag?: string;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
// @public
|
|
1289
|
+
export interface OutputsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1290
|
+
ifMatch?: string;
|
|
1291
|
+
ifNoneMatch?: string;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
// @public
|
|
1295
|
+
export type OutputsCreateOrReplaceResponse = OutputsCreateOrReplaceHeaders & Output;
|
|
1296
|
+
|
|
1297
|
+
// @public
|
|
1298
|
+
export interface OutputsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
// @public
|
|
1302
|
+
export interface OutputsGetHeaders {
|
|
1303
|
+
eTag?: string;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
// @public
|
|
1307
|
+
export interface OutputsGetOptionalParams extends coreClient.OperationOptions {
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
// @public
|
|
1311
|
+
export type OutputsGetResponse = OutputsGetHeaders & Output;
|
|
1312
|
+
|
|
1313
|
+
// @public
|
|
1314
|
+
export interface OutputsListByStreamingJobNextOptionalParams extends coreClient.OperationOptions {
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
// @public
|
|
1318
|
+
export type OutputsListByStreamingJobNextResponse = OutputListResult;
|
|
1319
|
+
|
|
1320
|
+
// @public
|
|
1321
|
+
export interface OutputsListByStreamingJobOptionalParams extends coreClient.OperationOptions {
|
|
1322
|
+
select?: string;
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
// @public
|
|
1326
|
+
export type OutputsListByStreamingJobResponse = OutputListResult;
|
|
1327
|
+
|
|
1328
|
+
// @public
|
|
1329
|
+
export type OutputStartMode = string;
|
|
1330
|
+
|
|
1331
|
+
// @public
|
|
1332
|
+
export interface OutputsTestOptionalParams extends coreClient.OperationOptions {
|
|
1333
|
+
output?: Output;
|
|
1334
|
+
resumeFrom?: string;
|
|
1335
|
+
updateIntervalInMs?: number;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
// @public
|
|
1339
|
+
export type OutputsTestResponse = ResourceTestStatus;
|
|
1340
|
+
|
|
1341
|
+
// @public
|
|
1342
|
+
export interface OutputsUpdateHeaders {
|
|
1343
|
+
eTag?: string;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
// @public
|
|
1347
|
+
export interface OutputsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1348
|
+
ifMatch?: string;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
// @public
|
|
1352
|
+
export type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
|
|
1353
|
+
|
|
1354
|
+
// @public
|
|
1355
|
+
export type OutputWatermarkMode = string;
|
|
1356
|
+
|
|
1357
|
+
// @public
|
|
1358
|
+
export interface OutputWatermarkProperties {
|
|
1359
|
+
maxWatermarkDifferenceAcrossPartitions?: string;
|
|
1360
|
+
watermarkMode?: OutputWatermarkMode;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
// @public
|
|
1364
|
+
export interface ParquetSerialization extends Serialization {
|
|
1365
|
+
properties?: Record<string, unknown>;
|
|
1366
|
+
type: "Parquet";
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
// @public
|
|
1370
|
+
export interface PostgreSQLDataSourceProperties {
|
|
1371
|
+
authenticationMode?: AuthenticationMode;
|
|
1372
|
+
database?: string;
|
|
1373
|
+
maxWriterCount?: number;
|
|
1374
|
+
password?: string;
|
|
1375
|
+
server?: string;
|
|
1376
|
+
table?: string;
|
|
1377
|
+
user?: string;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
// @public
|
|
1381
|
+
export interface PostgreSQLOutputDataSource extends OutputDataSource {
|
|
1382
|
+
authenticationMode?: AuthenticationMode;
|
|
1383
|
+
database?: string;
|
|
1384
|
+
maxWriterCount?: number;
|
|
1385
|
+
password?: string;
|
|
1386
|
+
server?: string;
|
|
1387
|
+
table?: string;
|
|
1388
|
+
type: "Microsoft.DBForPostgreSQL/servers/databases";
|
|
1389
|
+
user?: string;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
// @public
|
|
1393
|
+
export interface PostgreSQLOutputDataSourceProperties extends PostgreSQLDataSourceProperties {
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
// @public
|
|
1397
|
+
export interface PowerBIOutputDataSource extends OutputDataSource {
|
|
1398
|
+
authenticationMode?: AuthenticationMode;
|
|
1399
|
+
dataset?: string;
|
|
1400
|
+
groupId?: string;
|
|
1401
|
+
groupName?: string;
|
|
1402
|
+
refreshToken?: string;
|
|
1403
|
+
table?: string;
|
|
1404
|
+
tokenUserDisplayName?: string;
|
|
1405
|
+
tokenUserPrincipalName?: string;
|
|
1406
|
+
type: "PowerBI";
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
// @public
|
|
1410
|
+
export interface PowerBIOutputDataSourceProperties extends OAuthBasedDataSourceProperties {
|
|
1411
|
+
authenticationMode?: AuthenticationMode;
|
|
1412
|
+
dataset?: string;
|
|
1413
|
+
groupId?: string;
|
|
1414
|
+
groupName?: string;
|
|
1415
|
+
table?: string;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
// @public
|
|
1419
|
+
export interface PrivateEndpoint extends ProxyResource {
|
|
1420
|
+
readonly etag?: string;
|
|
1421
|
+
properties?: PrivateEndpointProperties;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
// @public
|
|
1425
|
+
export interface PrivateEndpointListResult {
|
|
1426
|
+
readonly nextLink?: string;
|
|
1427
|
+
readonly value?: PrivateEndpoint[];
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
// @public
|
|
1431
|
+
export interface PrivateEndpointProperties {
|
|
1432
|
+
readonly createdDate?: string;
|
|
1433
|
+
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
// @public
|
|
1437
|
+
export interface PrivateEndpoints {
|
|
1438
|
+
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1439
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
1440
|
+
createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpointsCreateOrUpdateResponse>;
|
|
1441
|
+
get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpointsGetResponse>;
|
|
1442
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpoint>;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
// @public
|
|
1446
|
+
export interface PrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1447
|
+
ifMatch?: string;
|
|
1448
|
+
ifNoneMatch?: string;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export type PrivateEndpointsCreateOrUpdateResponse = PrivateEndpoint;
|
|
1453
|
+
|
|
1454
|
+
// @public
|
|
1455
|
+
export interface PrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1456
|
+
resumeFrom?: string;
|
|
1457
|
+
updateIntervalInMs?: number;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
// @public
|
|
1461
|
+
export interface PrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
// @public
|
|
1465
|
+
export type PrivateEndpointsGetResponse = PrivateEndpoint;
|
|
1466
|
+
|
|
1467
|
+
// @public
|
|
1468
|
+
export interface PrivateEndpointsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
// @public
|
|
1472
|
+
export type PrivateEndpointsListByClusterNextResponse = PrivateEndpointListResult;
|
|
1473
|
+
|
|
1474
|
+
// @public
|
|
1475
|
+
export interface PrivateEndpointsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
// @public
|
|
1479
|
+
export type PrivateEndpointsListByClusterResponse = PrivateEndpointListResult;
|
|
1480
|
+
|
|
1481
|
+
// @public
|
|
1482
|
+
export interface PrivateLinkConnectionState {
|
|
1483
|
+
readonly actionsRequired?: string;
|
|
1484
|
+
readonly description?: string;
|
|
1485
|
+
readonly status?: string;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
// @public
|
|
1489
|
+
export interface PrivateLinkServiceConnection {
|
|
1490
|
+
groupIds?: string[];
|
|
1491
|
+
privateLinkServiceConnectionState?: PrivateLinkConnectionState;
|
|
1492
|
+
privateLinkServiceId?: string;
|
|
1493
|
+
readonly requestMessage?: string;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
// @public
|
|
1497
|
+
export interface ProxyResource extends Resource {
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
// @public
|
|
1501
|
+
export interface QueryCompilationError {
|
|
1502
|
+
readonly endColumn?: number;
|
|
1503
|
+
readonly endLine?: number;
|
|
1504
|
+
readonly isGlobal?: boolean;
|
|
1505
|
+
readonly message?: string;
|
|
1506
|
+
readonly startColumn?: number;
|
|
1507
|
+
readonly startLine?: number;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
// @public
|
|
1511
|
+
export interface QueryCompilationResult {
|
|
1512
|
+
readonly errors?: QueryCompilationError[];
|
|
1513
|
+
readonly functions?: string[];
|
|
1514
|
+
readonly inputs?: string[];
|
|
1515
|
+
readonly outputs?: string[];
|
|
1516
|
+
readonly warnings?: string[];
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
// @public
|
|
1520
|
+
export interface QueryFunction {
|
|
1521
|
+
bindingType: string;
|
|
1522
|
+
inputs: FunctionInput[];
|
|
1523
|
+
name: string;
|
|
1524
|
+
output: FunctionOutput;
|
|
1525
|
+
type: string;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
// @public
|
|
1529
|
+
export interface QueryInput {
|
|
1530
|
+
name: string;
|
|
1531
|
+
type: string;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
// @public
|
|
1535
|
+
export interface QueryTestingResult extends ErrorModel {
|
|
1536
|
+
readonly outputUri?: string;
|
|
1537
|
+
readonly status?: QueryTestingResultStatus;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export type QueryTestingResultStatus = string;
|
|
1542
|
+
|
|
1543
|
+
// @public
|
|
1544
|
+
export interface RawOutputDatasource extends OutputDataSource {
|
|
1545
|
+
payloadUri?: string;
|
|
1546
|
+
type: "Raw";
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
// @public
|
|
1550
|
+
export interface RawReferenceInputDataSource extends ReferenceInputDataSource {
|
|
1551
|
+
payload?: string;
|
|
1552
|
+
payloadUri?: string;
|
|
1553
|
+
type: "Raw";
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
// @public
|
|
1557
|
+
export interface RawStreamInputDataSource extends StreamInputDataSource {
|
|
1558
|
+
payload?: string;
|
|
1559
|
+
payloadUri?: string;
|
|
1560
|
+
type: "Raw";
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
// @public
|
|
1564
|
+
export interface ReferenceInputDataSource {
|
|
1565
|
+
type: "File" | "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database";
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
// @public (undocumented)
|
|
1569
|
+
export type ReferenceInputDataSourceUnion = ReferenceInputDataSource | FileReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
|
|
1570
|
+
|
|
1571
|
+
// @public
|
|
1572
|
+
export interface ReferenceInputProperties extends InputProperties {
|
|
1573
|
+
datasource?: ReferenceInputDataSourceUnion;
|
|
1574
|
+
type: "Reference";
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
// @public
|
|
1578
|
+
export interface RefreshConfiguration {
|
|
1579
|
+
dateFormat?: string;
|
|
1580
|
+
pathPattern?: string;
|
|
1581
|
+
refreshInterval?: string;
|
|
1582
|
+
refreshType?: UpdatableUdfRefreshType;
|
|
1583
|
+
timeFormat?: string;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
// @public
|
|
1587
|
+
export type RefreshType = string;
|
|
1588
|
+
|
|
1589
|
+
// @public
|
|
1590
|
+
export interface Resource {
|
|
1591
|
+
readonly id?: string;
|
|
1592
|
+
readonly name?: string;
|
|
1593
|
+
readonly type?: string;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
// @public
|
|
1597
|
+
export interface ResourceTestStatus {
|
|
1598
|
+
readonly error?: ErrorResponse;
|
|
1599
|
+
readonly status?: string;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
// @public
|
|
1603
|
+
export type ResourceType = string;
|
|
1604
|
+
|
|
1605
|
+
// @public
|
|
1606
|
+
export interface SampleInput {
|
|
1607
|
+
compatibilityLevel?: string;
|
|
1608
|
+
dataLocale?: string;
|
|
1609
|
+
eventsUri?: string;
|
|
1610
|
+
input?: Input;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
// @public
|
|
1614
|
+
export interface SampleInputResult extends ErrorModel {
|
|
1615
|
+
readonly diagnostics?: string[];
|
|
1616
|
+
readonly eventsDownloadUrl?: string;
|
|
1617
|
+
readonly lastArrivalTime?: string;
|
|
1618
|
+
readonly status?: SampleInputResultStatus;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
// @public
|
|
1622
|
+
export type SampleInputResultStatus = string;
|
|
1623
|
+
|
|
1624
|
+
// @public
|
|
1625
|
+
export interface ScalarFunctionProperties extends FunctionProperties {
|
|
1626
|
+
type: "Scalar";
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
// @public
|
|
1630
|
+
export interface ScaleStreamingJobParameters {
|
|
1631
|
+
streamingUnits?: number;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
// @public
|
|
1635
|
+
export interface Serialization {
|
|
1636
|
+
type: "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
// @public (undocumented)
|
|
1640
|
+
export type SerializationUnion = Serialization | DeltaSerialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
|
|
1641
|
+
|
|
1642
|
+
// @public
|
|
1643
|
+
export interface ServiceBusDataSourceProperties {
|
|
1644
|
+
authenticationMode?: AuthenticationMode;
|
|
1645
|
+
serviceBusNamespace?: string;
|
|
1646
|
+
sharedAccessPolicyKey?: string;
|
|
1647
|
+
sharedAccessPolicyName?: string;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
// @public
|
|
1651
|
+
export interface ServiceBusQueueOutputDataSource extends OutputDataSource {
|
|
1652
|
+
authenticationMode?: AuthenticationMode;
|
|
1653
|
+
propertyColumns?: string[];
|
|
1654
|
+
queueName?: string;
|
|
1655
|
+
serviceBusNamespace?: string;
|
|
1656
|
+
sharedAccessPolicyKey?: string;
|
|
1657
|
+
sharedAccessPolicyName?: string;
|
|
1658
|
+
systemPropertyColumns?: Record<string, unknown>;
|
|
1659
|
+
type: "Microsoft.ServiceBus/Queue";
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
// @public
|
|
1663
|
+
export interface ServiceBusQueueOutputDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
1664
|
+
propertyColumns?: string[];
|
|
1665
|
+
queueName?: string;
|
|
1666
|
+
systemPropertyColumns?: Record<string, unknown>;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
// @public
|
|
1670
|
+
export interface ServiceBusTopicOutputDataSource extends OutputDataSource {
|
|
1671
|
+
authenticationMode?: AuthenticationMode;
|
|
1672
|
+
propertyColumns?: string[];
|
|
1673
|
+
serviceBusNamespace?: string;
|
|
1674
|
+
sharedAccessPolicyKey?: string;
|
|
1675
|
+
sharedAccessPolicyName?: string;
|
|
1676
|
+
systemPropertyColumns?: {
|
|
1677
|
+
[propertyName: string]: string;
|
|
1678
|
+
};
|
|
1679
|
+
topicName?: string;
|
|
1680
|
+
type: "Microsoft.ServiceBus/Topic";
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
// @public
|
|
1684
|
+
export interface ServiceBusTopicOutputDataSourceProperties extends ServiceBusDataSourceProperties {
|
|
1685
|
+
propertyColumns?: string[];
|
|
1686
|
+
systemPropertyColumns?: {
|
|
1687
|
+
[propertyName: string]: string;
|
|
1688
|
+
};
|
|
1689
|
+
topicName?: string;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
// @public
|
|
1693
|
+
export interface Sku {
|
|
1694
|
+
capacity?: number;
|
|
1695
|
+
name?: SkuName;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
// @public
|
|
1699
|
+
export interface SkuCapacity {
|
|
1700
|
+
readonly allowedValues?: number[];
|
|
1701
|
+
readonly default?: number;
|
|
1702
|
+
readonly maximum?: number;
|
|
1703
|
+
readonly minimum?: number;
|
|
1704
|
+
readonly scaleType?: SkuCapacityScaleType;
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
// @public
|
|
1708
|
+
export type SkuCapacityScaleType = string;
|
|
1709
|
+
|
|
1710
|
+
// @public
|
|
1711
|
+
export interface SkuListNextOptionalParams extends coreClient.OperationOptions {
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
// @public
|
|
1715
|
+
export type SkuListNextResponse = GetStreamingJobSkuResults;
|
|
1716
|
+
|
|
1717
|
+
// @public
|
|
1718
|
+
export interface SkuListOptionalParams extends coreClient.OperationOptions {
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
// @public
|
|
1722
|
+
export type SkuListResponse = GetStreamingJobSkuResults;
|
|
1723
|
+
|
|
1724
|
+
// @public
|
|
1725
|
+
export type SkuName = string;
|
|
1726
|
+
|
|
1727
|
+
// @public
|
|
1728
|
+
export interface SkuOperations {
|
|
1729
|
+
list(resourceGroupName: string, jobName: string, options?: SkuListOptionalParams): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
// @public
|
|
1733
|
+
export interface StartStreamingJobParameters {
|
|
1734
|
+
outputStartMode?: OutputStartMode;
|
|
1735
|
+
outputStartTime?: Date;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
// @public
|
|
1739
|
+
export interface StorageAccount {
|
|
1740
|
+
accountKey?: string;
|
|
1741
|
+
accountName?: string;
|
|
1742
|
+
authenticationMode?: AuthenticationMode;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
// @public (undocumented)
|
|
1746
|
+
export class StreamAnalyticsManagementClient extends coreClient.ServiceClient {
|
|
1747
|
+
// (undocumented)
|
|
1748
|
+
$host: string;
|
|
1749
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StreamAnalyticsManagementClientOptionalParams);
|
|
1750
|
+
// (undocumented)
|
|
1751
|
+
clusters: Clusters;
|
|
1752
|
+
// (undocumented)
|
|
1753
|
+
functions: Functions;
|
|
1754
|
+
// (undocumented)
|
|
1755
|
+
inputs: Inputs;
|
|
1756
|
+
// (undocumented)
|
|
1757
|
+
operations: Operations;
|
|
1758
|
+
// (undocumented)
|
|
1759
|
+
outputs: Outputs;
|
|
1760
|
+
// (undocumented)
|
|
1761
|
+
privateEndpoints: PrivateEndpoints;
|
|
1762
|
+
// (undocumented)
|
|
1763
|
+
skuOperations: SkuOperations;
|
|
1764
|
+
// (undocumented)
|
|
1765
|
+
streamingJobs: StreamingJobs;
|
|
1766
|
+
// (undocumented)
|
|
1767
|
+
subscriptionId: string;
|
|
1768
|
+
// (undocumented)
|
|
1769
|
+
subscriptions: Subscriptions;
|
|
1770
|
+
// (undocumented)
|
|
1771
|
+
transformations: Transformations;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
// @public
|
|
1775
|
+
export interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1776
|
+
$host?: string;
|
|
1777
|
+
endpoint?: string;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
// @public
|
|
1781
|
+
export interface StreamingJob extends TrackedResource {
|
|
1782
|
+
cluster?: ClusterInfo;
|
|
1783
|
+
compatibilityLevel?: CompatibilityLevel;
|
|
1784
|
+
contentStoragePolicy?: ContentStoragePolicy;
|
|
1785
|
+
readonly createdDate?: Date;
|
|
1786
|
+
dataLocale?: string;
|
|
1787
|
+
readonly etag?: string;
|
|
1788
|
+
eventsLateArrivalMaxDelayInSeconds?: number;
|
|
1789
|
+
eventsOutOfOrderMaxDelayInSeconds?: number;
|
|
1790
|
+
eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
|
|
1791
|
+
externals?: External;
|
|
1792
|
+
functions?: FunctionModel[];
|
|
1793
|
+
identity?: Identity;
|
|
1794
|
+
inputs?: Input[];
|
|
1795
|
+
readonly jobId?: string;
|
|
1796
|
+
readonly jobState?: string;
|
|
1797
|
+
jobStorageAccount?: JobStorageAccount;
|
|
1798
|
+
jobType?: JobType;
|
|
1799
|
+
readonly lastOutputEventTime?: Date;
|
|
1800
|
+
outputErrorPolicy?: OutputErrorPolicy;
|
|
1801
|
+
outputs?: Output[];
|
|
1802
|
+
outputStartMode?: OutputStartMode;
|
|
1803
|
+
outputStartTime?: Date;
|
|
1804
|
+
readonly provisioningState?: string;
|
|
1805
|
+
sku?: Sku;
|
|
1806
|
+
skuPropertiesSku?: Sku;
|
|
1807
|
+
transformation?: Transformation;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
// @public
|
|
1811
|
+
export interface StreamingJobListResult {
|
|
1812
|
+
readonly nextLink?: string;
|
|
1813
|
+
readonly value?: StreamingJob[];
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
// @public
|
|
1817
|
+
export interface StreamingJobs {
|
|
1818
|
+
beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
|
|
1819
|
+
beginCreateOrReplaceAndWait(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<StreamingJobsCreateOrReplaceResponse>;
|
|
1820
|
+
beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1821
|
+
beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<void>;
|
|
1822
|
+
beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1823
|
+
beginScaleAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<void>;
|
|
1824
|
+
beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1825
|
+
beginStartAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<void>;
|
|
1826
|
+
beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1827
|
+
beginStopAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<void>;
|
|
1828
|
+
get(resourceGroupName: string, jobName: string, options?: StreamingJobsGetOptionalParams): Promise<StreamingJobsGetResponse>;
|
|
1829
|
+
list(options?: StreamingJobsListOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
|
|
1830
|
+
listByResourceGroup(resourceGroupName: string, options?: StreamingJobsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
|
|
1831
|
+
update(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsUpdateOptionalParams): Promise<StreamingJobsUpdateResponse>;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
// @public
|
|
1835
|
+
export interface StreamingJobsCreateOrReplaceHeaders {
|
|
1836
|
+
eTag?: string;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
// @public
|
|
1840
|
+
export interface StreamingJobsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
1841
|
+
ifMatch?: string;
|
|
1842
|
+
ifNoneMatch?: string;
|
|
1843
|
+
resumeFrom?: string;
|
|
1844
|
+
updateIntervalInMs?: number;
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
// @public
|
|
1848
|
+
export type StreamingJobsCreateOrReplaceResponse = StreamingJobsCreateOrReplaceHeaders & StreamingJob;
|
|
1849
|
+
|
|
1850
|
+
// @public
|
|
1851
|
+
export interface StreamingJobsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1852
|
+
resumeFrom?: string;
|
|
1853
|
+
updateIntervalInMs?: number;
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
// @public
|
|
1857
|
+
export interface StreamingJobsGetHeaders {
|
|
1858
|
+
eTag?: string;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
// @public
|
|
1862
|
+
export interface StreamingJobsGetOptionalParams extends coreClient.OperationOptions {
|
|
1863
|
+
expand?: string;
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
// @public
|
|
1867
|
+
export type StreamingJobsGetResponse = StreamingJobsGetHeaders & StreamingJob;
|
|
1868
|
+
|
|
1869
|
+
// @public
|
|
1870
|
+
export interface StreamingJobsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
// @public
|
|
1874
|
+
export type StreamingJobsListByResourceGroupNextResponse = StreamingJobListResult;
|
|
1875
|
+
|
|
1876
|
+
// @public
|
|
1877
|
+
export interface StreamingJobsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1878
|
+
expand?: string;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
// @public
|
|
1882
|
+
export type StreamingJobsListByResourceGroupResponse = StreamingJobListResult;
|
|
1883
|
+
|
|
1884
|
+
// @public
|
|
1885
|
+
export interface StreamingJobsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
// @public
|
|
1889
|
+
export type StreamingJobsListNextResponse = StreamingJobListResult;
|
|
1890
|
+
|
|
1891
|
+
// @public
|
|
1892
|
+
export interface StreamingJobsListOptionalParams extends coreClient.OperationOptions {
|
|
1893
|
+
expand?: string;
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
// @public
|
|
1897
|
+
export type StreamingJobsListResponse = StreamingJobListResult;
|
|
1898
|
+
|
|
1899
|
+
// @public
|
|
1900
|
+
export interface StreamingJobsScaleOptionalParams extends coreClient.OperationOptions {
|
|
1901
|
+
resumeFrom?: string;
|
|
1902
|
+
scaleJobParameters?: ScaleStreamingJobParameters;
|
|
1903
|
+
updateIntervalInMs?: number;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
// @public
|
|
1907
|
+
export interface StreamingJobsStartOptionalParams extends coreClient.OperationOptions {
|
|
1908
|
+
resumeFrom?: string;
|
|
1909
|
+
startJobParameters?: StartStreamingJobParameters;
|
|
1910
|
+
updateIntervalInMs?: number;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
// @public
|
|
1914
|
+
export interface StreamingJobsStopOptionalParams extends coreClient.OperationOptions {
|
|
1915
|
+
resumeFrom?: string;
|
|
1916
|
+
updateIntervalInMs?: number;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
// @public
|
|
1920
|
+
export interface StreamingJobsUpdateHeaders {
|
|
1921
|
+
eTag?: string;
|
|
1922
|
+
}
|
|
1923
|
+
|
|
1924
|
+
// @public
|
|
1925
|
+
export interface StreamingJobsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1926
|
+
ifMatch?: string;
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
// @public
|
|
1930
|
+
export type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & StreamingJob;
|
|
1931
|
+
|
|
1932
|
+
// @public
|
|
1933
|
+
export interface StreamInputDataSource {
|
|
1934
|
+
type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw" | "GatewayMessageBus" | "Microsoft.EventGrid/EventSubscriptions";
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
// @public (undocumented)
|
|
1938
|
+
export type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource | GatewayMessageBusStreamInputDataSource | EventGridStreamInputDataSource;
|
|
1939
|
+
|
|
1940
|
+
// @public
|
|
1941
|
+
export interface StreamInputProperties extends InputProperties {
|
|
1942
|
+
datasource?: StreamInputDataSourceUnion;
|
|
1943
|
+
type: "Stream";
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
// @public
|
|
1947
|
+
export interface SubResource {
|
|
1948
|
+
readonly id?: string;
|
|
1949
|
+
name?: string;
|
|
1950
|
+
readonly type?: string;
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
// @public
|
|
1954
|
+
export interface SubscriptionQuota extends SubResource {
|
|
1955
|
+
readonly currentCount?: number;
|
|
1956
|
+
readonly maxCount?: number;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
// @public
|
|
1960
|
+
export interface SubscriptionQuotasListResult {
|
|
1961
|
+
readonly value?: SubscriptionQuota[];
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
// @public
|
|
1965
|
+
export interface Subscriptions {
|
|
1966
|
+
beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsSampleInputResponse>, SubscriptionsSampleInputResponse>>;
|
|
1967
|
+
beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SubscriptionsSampleInputResponse>;
|
|
1968
|
+
beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestInputResponse>, SubscriptionsTestInputResponse>>;
|
|
1969
|
+
beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SubscriptionsTestInputResponse>;
|
|
1970
|
+
beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestOutputResponse>, SubscriptionsTestOutputResponse>>;
|
|
1971
|
+
beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SubscriptionsTestOutputResponse>;
|
|
1972
|
+
beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestQueryResponse>, SubscriptionsTestQueryResponse>>;
|
|
1973
|
+
beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SubscriptionsTestQueryResponse>;
|
|
1974
|
+
compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<SubscriptionsCompileQueryResponse>;
|
|
1975
|
+
listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
// @public
|
|
1979
|
+
export interface SubscriptionsCompileQueryOptionalParams extends coreClient.OperationOptions {
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
// @public
|
|
1983
|
+
export type SubscriptionsCompileQueryResponse = QueryCompilationResult;
|
|
1984
|
+
|
|
1985
|
+
// @public
|
|
1986
|
+
export interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
|
|
1987
|
+
}
|
|
1988
|
+
|
|
1989
|
+
// @public
|
|
1990
|
+
export type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
|
|
1991
|
+
|
|
1992
|
+
// @public
|
|
1993
|
+
export interface SubscriptionsSampleInputOptionalParams extends coreClient.OperationOptions {
|
|
1994
|
+
resumeFrom?: string;
|
|
1995
|
+
updateIntervalInMs?: number;
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
// @public
|
|
1999
|
+
export type SubscriptionsSampleInputResponse = SampleInputResult;
|
|
2000
|
+
|
|
2001
|
+
// @public
|
|
2002
|
+
export interface SubscriptionsTestInputOptionalParams extends coreClient.OperationOptions {
|
|
2003
|
+
resumeFrom?: string;
|
|
2004
|
+
updateIntervalInMs?: number;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
// @public
|
|
2008
|
+
export type SubscriptionsTestInputResponse = TestDatasourceResult;
|
|
2009
|
+
|
|
2010
|
+
// @public
|
|
2011
|
+
export interface SubscriptionsTestOutputOptionalParams extends coreClient.OperationOptions {
|
|
2012
|
+
resumeFrom?: string;
|
|
2013
|
+
updateIntervalInMs?: number;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
// @public
|
|
2017
|
+
export type SubscriptionsTestOutputResponse = TestDatasourceResult;
|
|
2018
|
+
|
|
2019
|
+
// @public
|
|
2020
|
+
export interface SubscriptionsTestQueryOptionalParams extends coreClient.OperationOptions {
|
|
2021
|
+
resumeFrom?: string;
|
|
2022
|
+
updateIntervalInMs?: number;
|
|
2023
|
+
}
|
|
2024
|
+
|
|
2025
|
+
// @public
|
|
2026
|
+
export type SubscriptionsTestQueryResponse = QueryTestingResult;
|
|
2027
|
+
|
|
2028
|
+
// @public
|
|
2029
|
+
export interface TestDatasourceResult extends ErrorModel {
|
|
2030
|
+
readonly status?: TestDatasourceResultStatus;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
// @public
|
|
2034
|
+
export type TestDatasourceResultStatus = string;
|
|
2035
|
+
|
|
2036
|
+
// @public
|
|
2037
|
+
export interface TestInput {
|
|
2038
|
+
input: Input;
|
|
2039
|
+
}
|
|
2040
|
+
|
|
2041
|
+
// @public
|
|
2042
|
+
export interface TestOutput {
|
|
2043
|
+
output: Output;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
// @public
|
|
2047
|
+
export interface TestQuery {
|
|
2048
|
+
diagnostics?: TestQueryDiagnostics;
|
|
2049
|
+
streamingJob: StreamingJob;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
// @public
|
|
2053
|
+
export interface TestQueryDiagnostics {
|
|
2054
|
+
path?: string;
|
|
2055
|
+
writeUri: string;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
// @public
|
|
2059
|
+
export interface TrackedResource extends Resource {
|
|
2060
|
+
location?: string;
|
|
2061
|
+
tags?: {
|
|
2062
|
+
[propertyName: string]: string;
|
|
2063
|
+
};
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
// @public
|
|
2067
|
+
export interface Transformation extends SubResource {
|
|
2068
|
+
readonly etag?: string;
|
|
2069
|
+
query?: string;
|
|
2070
|
+
streamingUnits?: number;
|
|
2071
|
+
validStreamingUnits?: number[];
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
// @public
|
|
2075
|
+
export interface Transformations {
|
|
2076
|
+
createOrReplace(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsCreateOrReplaceOptionalParams): Promise<TransformationsCreateOrReplaceResponse>;
|
|
2077
|
+
get(resourceGroupName: string, jobName: string, transformationName: string, options?: TransformationsGetOptionalParams): Promise<TransformationsGetResponse>;
|
|
2078
|
+
update(resourceGroupName: string, jobName: string, transformationName: string, transformation: Transformation, options?: TransformationsUpdateOptionalParams): Promise<TransformationsUpdateResponse>;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
// @public
|
|
2082
|
+
export interface TransformationsCreateOrReplaceHeaders {
|
|
2083
|
+
eTag?: string;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
// @public
|
|
2087
|
+
export interface TransformationsCreateOrReplaceOptionalParams extends coreClient.OperationOptions {
|
|
2088
|
+
ifMatch?: string;
|
|
2089
|
+
ifNoneMatch?: string;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
// @public
|
|
2093
|
+
export type TransformationsCreateOrReplaceResponse = TransformationsCreateOrReplaceHeaders & Transformation;
|
|
2094
|
+
|
|
2095
|
+
// @public
|
|
2096
|
+
export interface TransformationsGetHeaders {
|
|
2097
|
+
eTag?: string;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
// @public
|
|
2101
|
+
export interface TransformationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
// @public
|
|
2105
|
+
export type TransformationsGetResponse = TransformationsGetHeaders & Transformation;
|
|
2106
|
+
|
|
2107
|
+
// @public
|
|
2108
|
+
export interface TransformationsUpdateHeaders {
|
|
2109
|
+
eTag?: string;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
// @public
|
|
2113
|
+
export interface TransformationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2114
|
+
ifMatch?: string;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
// @public
|
|
2118
|
+
export type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
|
|
2119
|
+
|
|
2120
|
+
// @public
|
|
2121
|
+
export type UpdatableUdfRefreshType = string;
|
|
2122
|
+
|
|
2123
|
+
// @public
|
|
2124
|
+
export type UpdateMode = string;
|
|
2125
|
+
|
|
2126
|
+
// (No @packageDocumentation comment for this package)
|
|
2127
|
+
|
|
2128
|
+
```
|