@azure/arm-timeseriesinsights 2.1.0-alpha.20250211.1 → 2.1.0-alpha.20250213.1
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/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accessPolicies.d.ts +3 -3
- package/dist/browser/operations/accessPolicies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accessPolicies.js +2 -2
- package/dist/browser/operations/accessPolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/environments.d.ts +3 -3
- package/dist/browser/operations/environments.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/environments.js +72 -81
- package/dist/browser/operations/environments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/eventSources.d.ts +3 -3
- package/dist/browser/operations/eventSources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/eventSources.js +2 -2
- package/dist/browser/operations/eventSources.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +2 -2
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/referenceDataSets.d.ts +3 -3
- package/dist/browser/operations/referenceDataSets.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/referenceDataSets.js +2 -2
- package/dist/browser/operations/referenceDataSets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicies.d.ts +1 -1
- package/dist/browser/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessPolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/environments.d.ts +1 -1
- package/dist/browser/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/environments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/eventSources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/eventSources.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/referenceDataSets.d.ts +1 -1
- package/dist/browser/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/referenceDataSets.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/timeSeriesInsightsClient.d.ts +2 -2
- package/dist/browser/timeSeriesInsightsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/timeSeriesInsightsClient.js +15 -18
- package/dist/browser/timeSeriesInsightsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-timeseriesinsights.d.ts → dist/commonjs/models/index.d.ts} +1320 -1830
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +183 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +100 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2170 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +28 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +242 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accessPolicies.d.ts +65 -0
- package/dist/commonjs/operations/accessPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/accessPolicies.js +217 -0
- package/dist/commonjs/operations/accessPolicies.js.map +1 -0
- package/dist/commonjs/operations/environments.d.ts +78 -0
- package/dist/commonjs/operations/environments.d.ts.map +1 -0
- package/dist/commonjs/operations/environments.js +314 -0
- package/dist/commonjs/operations/environments.js.map +1 -0
- package/dist/commonjs/operations/eventSources.d.ts +66 -0
- package/dist/commonjs/operations/eventSources.d.ts.map +1 -0
- package/dist/commonjs/operations/eventSources.js +218 -0
- package/dist/commonjs/operations/eventSources.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.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 +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +52 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +182 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +32 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +111 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/referenceDataSets.d.ts +66 -0
- package/dist/commonjs/operations/referenceDataSets.d.ts.map +1 -0
- package/dist/commonjs/operations/referenceDataSets.js +218 -0
- package/dist/commonjs/operations/referenceDataSets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicies.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/environments.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/environments.js +10 -0
- package/dist/commonjs/operationsInterfaces/environments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventSources.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventSources.js +10 -0
- package/dist/commonjs/operationsInterfaces/eventSources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.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/privateEndpointConnections.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/referenceDataSets.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/referenceDataSets.js +10 -0
- package/dist/commonjs/operationsInterfaces/referenceDataSets.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 +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/timeSeriesInsightsClient.d.ts +26 -0
- package/dist/commonjs/timeSeriesInsightsClient.d.ts.map +1 -0
- package/dist/commonjs/timeSeriesInsightsClient.js +108 -0
- package/dist/commonjs/timeSeriesInsightsClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1320 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +180 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +100 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2166 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +28 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +239 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accessPolicies.d.ts +65 -0
- package/dist/esm/operations/accessPolicies.d.ts.map +1 -0
- package/dist/esm/operations/accessPolicies.js +212 -0
- package/dist/esm/operations/accessPolicies.js.map +1 -0
- package/dist/esm/operations/environments.d.ts +78 -0
- package/dist/esm/operations/environments.d.ts.map +1 -0
- package/dist/esm/operations/environments.js +309 -0
- package/dist/esm/operations/environments.js.map +1 -0
- package/dist/esm/operations/eventSources.d.ts +66 -0
- package/dist/esm/operations/eventSources.d.ts.map +1 -0
- package/dist/esm/operations/eventSources.js +213 -0
- package/dist/esm/operations/eventSources.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.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 +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +52 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +177 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +32 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +107 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/referenceDataSets.d.ts +66 -0
- package/dist/esm/operations/referenceDataSets.d.ts.map +1 -0
- package/dist/esm/operations/referenceDataSets.js +213 -0
- package/dist/esm/operations/referenceDataSets.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicies.d.ts +57 -0
- package/dist/esm/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/accessPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/environments.d.ts +70 -0
- package/dist/esm/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/environments.js +9 -0
- package/dist/esm/operationsInterfaces/environments.js.map +1 -0
- package/dist/esm/operationsInterfaces/eventSources.d.ts +58 -0
- package/dist/esm/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/eventSources.js +9 -0
- package/dist/esm/operationsInterfaces/eventSources.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.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/privateEndpointConnections.d.ts +44 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +14 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/referenceDataSets.d.ts +58 -0
- package/dist/esm/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/referenceDataSets.js +9 -0
- package/dist/esm/operationsInterfaces/referenceDataSets.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 +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/timeSeriesInsightsClient.d.ts +26 -0
- package/dist/esm/timeSeriesInsightsClient.d.ts.map +1 -0
- package/dist/esm/timeSeriesInsightsClient.js +103 -0
- package/dist/esm/timeSeriesInsightsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1320 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +180 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +100 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2166 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +28 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +239 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accessPolicies.d.ts +65 -0
- package/dist/react-native/operations/accessPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/accessPolicies.js +212 -0
- package/dist/react-native/operations/accessPolicies.js.map +1 -0
- package/dist/react-native/operations/environments.d.ts +78 -0
- package/dist/react-native/operations/environments.d.ts.map +1 -0
- package/dist/react-native/operations/environments.js +309 -0
- package/dist/react-native/operations/environments.js.map +1 -0
- package/dist/react-native/operations/eventSources.d.ts +66 -0
- package/dist/react-native/operations/eventSources.d.ts.map +1 -0
- package/dist/react-native/operations/eventSources.js +213 -0
- package/dist/react-native/operations/eventSources.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.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 +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +52 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +177 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +32 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +107 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/referenceDataSets.d.ts +66 -0
- package/dist/react-native/operations/referenceDataSets.d.ts.map +1 -0
- package/dist/react-native/operations/referenceDataSets.js +213 -0
- package/dist/react-native/operations/referenceDataSets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicies.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/accessPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/environments.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/environments.js +9 -0
- package/dist/react-native/operationsInterfaces/environments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/eventSources.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/eventSources.js +9 -0
- package/dist/react-native/operationsInterfaces/eventSources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.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/privateEndpointConnections.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/referenceDataSets.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/referenceDataSets.js +9 -0
- package/dist/react-native/operationsInterfaces/referenceDataSets.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 +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/timeSeriesInsightsClient.d.ts +26 -0
- package/dist/react-native/timeSeriesInsightsClient.d.ts.map +1 -0
- package/dist/react-native/timeSeriesInsightsClient.js +103 -0
- package/dist/react-native/timeSeriesInsightsClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -4207
- 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/accessPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/accessPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/environmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsGetSample.js +0 -36
- package/dist-esm/samples-dev/environmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.js +0 -35
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.js +0 -34
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsUpdateSample.js +0 -33
- package/dist-esm/samples-dev/environmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/eventSourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/eventSourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesUpdateSample.js +0 -34
- package/dist-esm/samples-dev/eventSourcesUpdateSample.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 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +0 -52
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsGetSample.js +0 -37
- package/dist-esm/samples-dev/referenceDataSetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.js +0 -33
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- 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.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accessPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/accessPolicies.js.map +0 -1
- package/dist-esm/src/operations/environments.d.ts.map +0 -1
- package/dist-esm/src/operations/environments.js.map +0 -1
- package/dist-esm/src/operations/eventSources.d.ts.map +0 -1
- package/dist-esm/src/operations/eventSources.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/referenceDataSets.d.ts.map +0 -1
- package/dist-esm/src/operations/referenceDataSets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/environments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/environments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventSources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventSources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/referenceDataSets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/referenceDataSets.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/timeSeriesInsightsClient.d.ts.map +0 -1
- package/dist-esm/src/timeSeriesInsightsClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1527
- package/src/models/mappers.ts +0 -2456
- package/src/models/parameters.ts +0 -280
- package/src/operations/accessPolicies.ts +0 -282
- package/src/operations/environments.ts +0 -451
- package/src/operations/eventSources.ts +0 -283
- package/src/operations/index.ts +0 -15
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -234
- package/src/operations/privateLinkResources.ts +0 -143
- package/src/operations/referenceDataSets.ts +0 -283
- package/src/operationsInterfaces/accessPolicies.ts +0 -103
- package/src/operationsInterfaces/environments.ts +0 -135
- package/src/operationsInterfaces/eventSources.ts +0 -104
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -81
- package/src/operationsInterfaces/privateLinkResources.ts +0 -30
- package/src/operationsInterfaces/referenceDataSets.ts +0 -104
- package/src/pagingHelper.ts +0 -39
- package/src/timeSeriesInsightsClient.ts +0 -168
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/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/mappers.js +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/accessPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/environments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventSources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/referenceDataSets.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
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/src/models/index.ts
DELETED
@@ -1,1527 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
*
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
-
*/
|
8
|
-
|
9
|
-
import * as coreClient from "@azure/core-client";
|
10
|
-
|
11
|
-
export type EnvironmentUpdateParametersUnion =
|
12
|
-
| EnvironmentUpdateParameters
|
13
|
-
| Gen1EnvironmentUpdateParameters
|
14
|
-
| Gen2EnvironmentUpdateParameters;
|
15
|
-
export type EventSourceUpdateParametersUnion =
|
16
|
-
| EventSourceUpdateParameters
|
17
|
-
| EventHubEventSourceUpdateParameters
|
18
|
-
| IoTHubEventSourceUpdateParameters;
|
19
|
-
export type EnvironmentCreateOrUpdateParametersUnion =
|
20
|
-
| EnvironmentCreateOrUpdateParameters
|
21
|
-
| Gen1EnvironmentCreateOrUpdateParameters
|
22
|
-
| Gen2EnvironmentCreateOrUpdateParameters;
|
23
|
-
export type EventSourceCreateOrUpdateParametersUnion =
|
24
|
-
| EventSourceCreateOrUpdateParameters
|
25
|
-
| EventHubEventSourceCreateOrUpdateParameters
|
26
|
-
| IoTHubEventSourceCreateOrUpdateParameters;
|
27
|
-
export type EnvironmentResourceUnion =
|
28
|
-
| EnvironmentResource
|
29
|
-
| Gen1EnvironmentResource
|
30
|
-
| Gen2EnvironmentResource;
|
31
|
-
export type EventSourceResourceUnion =
|
32
|
-
| EventSourceResource
|
33
|
-
| EventHubEventSourceResource
|
34
|
-
| IoTHubEventSourceResource;
|
35
|
-
|
36
|
-
/** Result of the request to list Time Series Insights operations. It contains a list of operations and a URL link to get the next set of results. */
|
37
|
-
export interface OperationListResult {
|
38
|
-
/**
|
39
|
-
* List of Time Series Insights operations supported by the Microsoft.TimeSeriesInsights resource provider.
|
40
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
41
|
-
*/
|
42
|
-
readonly value?: Operation[];
|
43
|
-
/**
|
44
|
-
* URL to get the next set of operation list results if there are any.
|
45
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
46
|
-
*/
|
47
|
-
readonly nextLink?: string;
|
48
|
-
}
|
49
|
-
|
50
|
-
/** A Time Series Insights REST API operation */
|
51
|
-
export interface Operation {
|
52
|
-
/**
|
53
|
-
* The name of the operation being performed on this particular object.
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
55
|
-
*/
|
56
|
-
readonly name?: string;
|
57
|
-
/**
|
58
|
-
* Contains the localized display information for this particular operation / action.
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
60
|
-
*/
|
61
|
-
readonly display?: OperationDisplay;
|
62
|
-
/** The intended executor of the operation. */
|
63
|
-
origin?: string;
|
64
|
-
/** One property of operation, include metric specifications. */
|
65
|
-
serviceSpecification?: ServiceSpecification;
|
66
|
-
}
|
67
|
-
|
68
|
-
/** Contains the localized display information for this particular operation / action. */
|
69
|
-
export interface OperationDisplay {
|
70
|
-
/**
|
71
|
-
* The localized friendly form of the resource provider name.
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
73
|
-
*/
|
74
|
-
readonly provider?: string;
|
75
|
-
/**
|
76
|
-
* The localized friendly form of the resource type related to this action/operation.
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
78
|
-
*/
|
79
|
-
readonly resource?: string;
|
80
|
-
/**
|
81
|
-
* The localized friendly name for the operation.
|
82
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
83
|
-
*/
|
84
|
-
readonly operation?: string;
|
85
|
-
/**
|
86
|
-
* The localized friendly description for the operation.
|
87
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
88
|
-
*/
|
89
|
-
readonly description?: string;
|
90
|
-
}
|
91
|
-
|
92
|
-
/** One property of operation, include metric specifications. */
|
93
|
-
export interface ServiceSpecification {
|
94
|
-
/** Metric specifications of operation. */
|
95
|
-
metricSpecifications?: MetricSpecification[];
|
96
|
-
/** A list of Azure Monitoring log definitions. */
|
97
|
-
logSpecifications?: LogSpecification[];
|
98
|
-
}
|
99
|
-
|
100
|
-
/** Metric specification of operation. */
|
101
|
-
export interface MetricSpecification {
|
102
|
-
/** Name of metric specification. */
|
103
|
-
name?: string;
|
104
|
-
/** Display name of metric specification. */
|
105
|
-
displayName?: string;
|
106
|
-
/** Display description of metric specification. */
|
107
|
-
displayDescription?: string;
|
108
|
-
/** Unit could be Bytes or Count. */
|
109
|
-
unit?: string;
|
110
|
-
/** Dimensions of blobs, including blob type and access tier. */
|
111
|
-
dimensions?: Dimension[];
|
112
|
-
/** Aggregation type could be Average. */
|
113
|
-
aggregationType?: string;
|
114
|
-
/** Retention policies of a resource metric. */
|
115
|
-
availabilities?: MetricAvailability[];
|
116
|
-
/** The category this metric specification belong to, could be Capacity. */
|
117
|
-
category?: string;
|
118
|
-
/** Account Resource Id. */
|
119
|
-
resourceIdDimensionNameOverride?: string;
|
120
|
-
}
|
121
|
-
|
122
|
-
/** Dimension of blobs, possibly be blob type or access tier. */
|
123
|
-
export interface Dimension {
|
124
|
-
/** Display name of dimension. */
|
125
|
-
name?: string;
|
126
|
-
/** Display name of dimension. */
|
127
|
-
displayName?: string;
|
128
|
-
}
|
129
|
-
|
130
|
-
/** Retention policy of a resource metric. */
|
131
|
-
export interface MetricAvailability {
|
132
|
-
timeGrain?: string;
|
133
|
-
blobDuration?: string;
|
134
|
-
}
|
135
|
-
|
136
|
-
/** The specification of an Azure Monitoring log. */
|
137
|
-
export interface LogSpecification {
|
138
|
-
/** Log name. */
|
139
|
-
name?: string;
|
140
|
-
/** Log display name. */
|
141
|
-
displayName?: string;
|
142
|
-
}
|
143
|
-
|
144
|
-
/** Contains information about an API error. */
|
145
|
-
export interface CloudError {
|
146
|
-
/** Describes a particular API error with an error code and a message. */
|
147
|
-
error?: CloudErrorBody;
|
148
|
-
}
|
149
|
-
|
150
|
-
/** Describes a particular API error with an error code and a message. */
|
151
|
-
export interface CloudErrorBody {
|
152
|
-
/** An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases. */
|
153
|
-
code?: string;
|
154
|
-
/** A message that describes the error in detail and provides debugging information. */
|
155
|
-
message?: string;
|
156
|
-
/** The target of the particular error (for example, the name of the property in error). */
|
157
|
-
target?: string;
|
158
|
-
/** Contains nested errors that are related to this error. */
|
159
|
-
details?: CloudErrorBody[];
|
160
|
-
}
|
161
|
-
|
162
|
-
/** The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate. */
|
163
|
-
export interface Sku {
|
164
|
-
/** The name of this SKU. */
|
165
|
-
name: SkuName;
|
166
|
-
/** The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created. */
|
167
|
-
capacity: number;
|
168
|
-
}
|
169
|
-
|
170
|
-
/** Properties required to create any resource tracked by Azure Resource Manager. */
|
171
|
-
export interface CreateOrUpdateTrackedResourceProperties {
|
172
|
-
/** The location of the resource. */
|
173
|
-
location: string;
|
174
|
-
/** Key-value pairs of additional properties for the resource. */
|
175
|
-
tags?: { [propertyName: string]: string };
|
176
|
-
}
|
177
|
-
|
178
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
179
|
-
export interface Resource {
|
180
|
-
/**
|
181
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
182
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
183
|
-
*/
|
184
|
-
readonly id?: string;
|
185
|
-
/**
|
186
|
-
* The name of the resource
|
187
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
188
|
-
*/
|
189
|
-
readonly name?: string;
|
190
|
-
/**
|
191
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
192
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
193
|
-
*/
|
194
|
-
readonly type?: string;
|
195
|
-
}
|
196
|
-
|
197
|
-
/** Parameters supplied to the Update Environment operation. */
|
198
|
-
export interface EnvironmentUpdateParameters {
|
199
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
200
|
-
kind: "Gen1" | "Gen2";
|
201
|
-
/** Key-value pairs of additional properties for the environment. */
|
202
|
-
tags?: { [propertyName: string]: string };
|
203
|
-
}
|
204
|
-
|
205
|
-
/** The response of the List Environments operation. */
|
206
|
-
export interface EnvironmentListResponse {
|
207
|
-
/** Result of the List Environments operation. */
|
208
|
-
value?: EnvironmentResourceUnion[];
|
209
|
-
}
|
210
|
-
|
211
|
-
/** An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events. */
|
212
|
-
export interface LocalTimestamp {
|
213
|
-
/** An enum that represents the format of the local timestamp property that needs to be set. */
|
214
|
-
format?: LocalTimestampFormat;
|
215
|
-
/** An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded. */
|
216
|
-
timeZoneOffset?: LocalTimestampTimeZoneOffset;
|
217
|
-
}
|
218
|
-
|
219
|
-
/** An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded. */
|
220
|
-
export interface LocalTimestampTimeZoneOffset {
|
221
|
-
/** The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00) */
|
222
|
-
propertyName?: string;
|
223
|
-
}
|
224
|
-
|
225
|
-
/** Parameters supplied to the Update Event Source operation. */
|
226
|
-
export interface EventSourceUpdateParameters {
|
227
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
228
|
-
kind: "Microsoft.EventHub" | "Microsoft.IoTHub";
|
229
|
-
/** Key-value pairs of additional properties for the event source. */
|
230
|
-
tags?: { [propertyName: string]: string };
|
231
|
-
}
|
232
|
-
|
233
|
-
/** The response of the List EventSources operation. */
|
234
|
-
export interface EventSourceListResponse {
|
235
|
-
/** Result of the List EventSources operation. */
|
236
|
-
value?: EventSourceResourceUnion[];
|
237
|
-
}
|
238
|
-
|
239
|
-
/** Properties used to create a reference data set. */
|
240
|
-
export interface ReferenceDataSetCreationProperties {
|
241
|
-
/** The list of key properties for the reference data set. */
|
242
|
-
keyProperties: ReferenceDataSetKeyProperty[];
|
243
|
-
/** The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used. */
|
244
|
-
dataStringComparisonBehavior?: DataStringComparisonBehavior;
|
245
|
-
}
|
246
|
-
|
247
|
-
/** A key property for the reference data set. A reference data set can have multiple key properties. */
|
248
|
-
export interface ReferenceDataSetKeyProperty {
|
249
|
-
/** The name of the key property. */
|
250
|
-
name?: string;
|
251
|
-
/** The type of the key property. */
|
252
|
-
type?: ReferenceDataKeyPropertyType;
|
253
|
-
}
|
254
|
-
|
255
|
-
/** Properties that are common to all tracked resources. */
|
256
|
-
export interface ResourceProperties {
|
257
|
-
/**
|
258
|
-
* Provisioning state of the resource.
|
259
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
260
|
-
*/
|
261
|
-
readonly provisioningState?: ProvisioningState;
|
262
|
-
/**
|
263
|
-
* The time the resource was created.
|
264
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
265
|
-
*/
|
266
|
-
readonly creationTime?: Date;
|
267
|
-
}
|
268
|
-
|
269
|
-
/** Parameters supplied to the Update Reference Data Set operation. */
|
270
|
-
export interface ReferenceDataSetUpdateParameters {
|
271
|
-
/** Key-value pairs of additional properties for the reference data set. */
|
272
|
-
tags?: { [propertyName: string]: string };
|
273
|
-
}
|
274
|
-
|
275
|
-
/** The response of the List Reference Data Sets operation. */
|
276
|
-
export interface ReferenceDataSetListResponse {
|
277
|
-
/** Result of the List Reference Data Sets operation. */
|
278
|
-
value?: ReferenceDataSetResource[];
|
279
|
-
}
|
280
|
-
|
281
|
-
export interface AccessPolicyCreateOrUpdateParameters {
|
282
|
-
/** The objectId of the principal in Azure Active Directory. */
|
283
|
-
principalObjectId?: string;
|
284
|
-
/** An description of the access policy. */
|
285
|
-
description?: string;
|
286
|
-
/** The list of roles the principal is assigned on the environment. */
|
287
|
-
roles?: AccessPolicyRole[];
|
288
|
-
}
|
289
|
-
|
290
|
-
export interface AccessPolicyUpdateParameters {
|
291
|
-
/** An description of the access policy. */
|
292
|
-
description?: string;
|
293
|
-
/** The list of roles the principal is assigned on the environment. */
|
294
|
-
roles?: AccessPolicyRole[];
|
295
|
-
}
|
296
|
-
|
297
|
-
/** The response of the List access policies operation. */
|
298
|
-
export interface AccessPolicyListResponse {
|
299
|
-
/** Result of the List access policies operation. */
|
300
|
-
value?: AccessPolicyResource[];
|
301
|
-
}
|
302
|
-
|
303
|
-
/** The Private Endpoint resource. */
|
304
|
-
export interface PrivateEndpoint {
|
305
|
-
/**
|
306
|
-
* The ARM identifier for Private Endpoint
|
307
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
308
|
-
*/
|
309
|
-
readonly id?: string;
|
310
|
-
}
|
311
|
-
|
312
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
313
|
-
export interface PrivateLinkServiceConnectionState {
|
314
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
315
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
316
|
-
/** The reason for approval/rejection of the connection. */
|
317
|
-
description?: string;
|
318
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
319
|
-
actionsRequired?: string;
|
320
|
-
}
|
321
|
-
|
322
|
-
/** List of private endpoint connection associated with the specified storage account */
|
323
|
-
export interface PrivateEndpointConnectionListResult {
|
324
|
-
/** Array of private endpoint connections */
|
325
|
-
value?: PrivateEndpointConnection[];
|
326
|
-
}
|
327
|
-
|
328
|
-
/** A list of private link resources */
|
329
|
-
export interface PrivateLinkResourceListResult {
|
330
|
-
/** Array of private link resources */
|
331
|
-
value?: PrivateLinkResource[];
|
332
|
-
}
|
333
|
-
|
334
|
-
/** The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query. */
|
335
|
-
export interface WarmStoreConfigurationProperties {
|
336
|
-
/** ISO8601 timespan specifying the number of days the environment's events will be available for query from the warm store. */
|
337
|
-
dataRetention: string;
|
338
|
-
}
|
339
|
-
|
340
|
-
/** The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data. */
|
341
|
-
export interface Gen2StorageConfigurationInput {
|
342
|
-
/** The name of the storage account that will hold the environment's Gen2 data. */
|
343
|
-
accountName: string;
|
344
|
-
/** The value of the management key that grants the Time Series Insights service write access to the storage account. This property is not shown in environment responses. */
|
345
|
-
managementKey: string;
|
346
|
-
}
|
347
|
-
|
348
|
-
/** The storage configuration provides the non-secret connection details about the customer storage account that is used to store the environment's data. */
|
349
|
-
export interface Gen2StorageConfigurationOutput {
|
350
|
-
/** The name of the storage account that will hold the environment's Gen2 data. */
|
351
|
-
accountName: string;
|
352
|
-
}
|
353
|
-
|
354
|
-
/** The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data. */
|
355
|
-
export interface Gen2StorageConfigurationMutableProperties {
|
356
|
-
/** The value of the management key that grants the Time Series Insights service write access to the storage account. This property is not shown in environment responses. */
|
357
|
-
managementKey: string;
|
358
|
-
}
|
359
|
-
|
360
|
-
/** Properties used to create a Gen1 environment. */
|
361
|
-
export interface Gen1EnvironmentCreationProperties {
|
362
|
-
/** ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. */
|
363
|
-
dataRetentionTime: string;
|
364
|
-
/** The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData. */
|
365
|
-
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
366
|
-
/** The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported. */
|
367
|
-
partitionKeyProperties?: TimeSeriesIdProperty[];
|
368
|
-
}
|
369
|
-
|
370
|
-
/** The structure of the property that a time series id can have. An environment can have multiple such properties. */
|
371
|
-
export interface TimeSeriesIdProperty {
|
372
|
-
/** The name of the property. */
|
373
|
-
name?: string;
|
374
|
-
/** The type of the property. */
|
375
|
-
type?: PropertyType;
|
376
|
-
}
|
377
|
-
|
378
|
-
/** An object that represents the status of the environment, and its internal state in the Time Series Insights service. */
|
379
|
-
export interface EnvironmentStatus {
|
380
|
-
/**
|
381
|
-
* An object that represents the status of ingress on an environment.
|
382
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
383
|
-
*/
|
384
|
-
readonly ingress?: IngressEnvironmentStatus;
|
385
|
-
/**
|
386
|
-
* An object that represents the status of warm storage on an environment.
|
387
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
388
|
-
*/
|
389
|
-
readonly warmStorage?: WarmStorageEnvironmentStatus;
|
390
|
-
}
|
391
|
-
|
392
|
-
/** An object that represents the status of ingress on an environment. */
|
393
|
-
export interface IngressEnvironmentStatus {
|
394
|
-
/** This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown" */
|
395
|
-
state?: IngressState;
|
396
|
-
/**
|
397
|
-
* An object that contains the details about an environment's state.
|
398
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
399
|
-
*/
|
400
|
-
readonly stateDetails?: EnvironmentStateDetails;
|
401
|
-
}
|
402
|
-
|
403
|
-
/** An object that contains the details about an environment's state. */
|
404
|
-
export interface EnvironmentStateDetails {
|
405
|
-
/** Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases. */
|
406
|
-
code?: string;
|
407
|
-
/** A message that describes the state in detail. */
|
408
|
-
message?: string;
|
409
|
-
}
|
410
|
-
|
411
|
-
/** An object that represents the status of warm storage on an environment. */
|
412
|
-
export interface WarmStorageEnvironmentStatus {
|
413
|
-
/** This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown". */
|
414
|
-
state?: WarmStoragePropertiesState;
|
415
|
-
/** A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU */
|
416
|
-
currentCount?: number;
|
417
|
-
/** A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU. */
|
418
|
-
maxCount?: number;
|
419
|
-
}
|
420
|
-
|
421
|
-
/** An object that represents a set of mutable event source resource properties. */
|
422
|
-
export interface EventSourceMutableProperties {
|
423
|
-
/** The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. */
|
424
|
-
timestampPropertyName?: string;
|
425
|
-
}
|
426
|
-
|
427
|
-
/** Parameters supplied to the CreateOrUpdate Environment operation. */
|
428
|
-
export interface EnvironmentCreateOrUpdateParameters
|
429
|
-
extends CreateOrUpdateTrackedResourceProperties {
|
430
|
-
/** The kind of the environment. */
|
431
|
-
kind: EnvironmentKind;
|
432
|
-
/** The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate. */
|
433
|
-
sku: Sku;
|
434
|
-
}
|
435
|
-
|
436
|
-
/** Parameters supplied to the Create or Update Event Source operation. */
|
437
|
-
export interface EventSourceCreateOrUpdateParameters
|
438
|
-
extends CreateOrUpdateTrackedResourceProperties {
|
439
|
-
/** The kind of the event source. */
|
440
|
-
kind: EventSourceKind;
|
441
|
-
/** An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events. */
|
442
|
-
localTimestamp?: LocalTimestamp;
|
443
|
-
}
|
444
|
-
|
445
|
-
export interface ReferenceDataSetCreateOrUpdateParameters
|
446
|
-
extends CreateOrUpdateTrackedResourceProperties {
|
447
|
-
/** The list of key properties for the reference data set. */
|
448
|
-
keyProperties: ReferenceDataSetKeyProperty[];
|
449
|
-
/** The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used. */
|
450
|
-
dataStringComparisonBehavior?: DataStringComparisonBehavior;
|
451
|
-
}
|
452
|
-
|
453
|
-
/** Time Series Insights resource that is tracked by Azure Resource Manager. */
|
454
|
-
export interface TrackedResource extends Resource {
|
455
|
-
/** Resource location */
|
456
|
-
location: string;
|
457
|
-
/** Resource tags */
|
458
|
-
tags?: { [propertyName: string]: string };
|
459
|
-
}
|
460
|
-
|
461
|
-
/** An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs. */
|
462
|
-
export interface AccessPolicyResource extends Resource {
|
463
|
-
/** The objectId of the principal in Azure Active Directory. */
|
464
|
-
principalObjectId?: string;
|
465
|
-
/** An description of the access policy. */
|
466
|
-
description?: string;
|
467
|
-
/** The list of roles the principal is assigned on the environment. */
|
468
|
-
roles?: AccessPolicyRole[];
|
469
|
-
}
|
470
|
-
|
471
|
-
/** The Private Endpoint Connection resource. */
|
472
|
-
export interface PrivateEndpointConnection extends Resource {
|
473
|
-
/**
|
474
|
-
* Provisioning state of the private endpoint connection.
|
475
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
476
|
-
*/
|
477
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
478
|
-
/** The resource of private end point. */
|
479
|
-
privateEndpoint?: PrivateEndpoint;
|
480
|
-
/** The provisioning state of the private endpoint connection resource. */
|
481
|
-
groupIds?: string[];
|
482
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
483
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
484
|
-
}
|
485
|
-
|
486
|
-
/** A private link resource */
|
487
|
-
export interface PrivateLinkResource extends Resource {
|
488
|
-
/**
|
489
|
-
* The private link resource group id.
|
490
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
491
|
-
*/
|
492
|
-
readonly groupId?: string;
|
493
|
-
/**
|
494
|
-
* The private link resource required member names.
|
495
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
496
|
-
*/
|
497
|
-
readonly requiredMembers?: string[];
|
498
|
-
/** The private link resource Private link DNS zone name. */
|
499
|
-
requiredZoneNames?: string[];
|
500
|
-
}
|
501
|
-
|
502
|
-
/** Parameters supplied to the Update Environment operation to update a Gen1 environment. */
|
503
|
-
export interface Gen1EnvironmentUpdateParameters
|
504
|
-
extends EnvironmentUpdateParameters {
|
505
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
506
|
-
kind: "Gen1";
|
507
|
-
/** The sku of the environment. */
|
508
|
-
sku?: Sku;
|
509
|
-
/** ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. */
|
510
|
-
dataRetentionTime?: string;
|
511
|
-
/** The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData. */
|
512
|
-
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
513
|
-
}
|
514
|
-
|
515
|
-
/** Parameters supplied to the Update Environment operation to update a Gen2 environment. */
|
516
|
-
export interface Gen2EnvironmentUpdateParameters
|
517
|
-
extends EnvironmentUpdateParameters {
|
518
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
519
|
-
kind: "Gen2";
|
520
|
-
/** The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data. */
|
521
|
-
storageConfiguration?: Gen2StorageConfigurationMutableProperties;
|
522
|
-
/** The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query. */
|
523
|
-
warmStoreConfiguration?: WarmStoreConfigurationProperties;
|
524
|
-
}
|
525
|
-
|
526
|
-
/** Parameters supplied to the Update Event Source operation to update an EventHub event source. */
|
527
|
-
export interface EventHubEventSourceUpdateParameters
|
528
|
-
extends EventSourceUpdateParameters {
|
529
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
530
|
-
kind: "Microsoft.EventHub";
|
531
|
-
/** The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. */
|
532
|
-
timestampPropertyName?: string;
|
533
|
-
/** The value of the shared access key that grants the Time Series Insights service read access to the event hub. This property is not shown in event source responses. */
|
534
|
-
sharedAccessKey?: string;
|
535
|
-
}
|
536
|
-
|
537
|
-
/** Parameters supplied to the Update Event Source operation to update an IoTHub event source. */
|
538
|
-
export interface IoTHubEventSourceUpdateParameters
|
539
|
-
extends EventSourceUpdateParameters {
|
540
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
541
|
-
kind: "Microsoft.IoTHub";
|
542
|
-
/** The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. */
|
543
|
-
timestampPropertyName?: string;
|
544
|
-
/** The value of the shared access key that grants the Time Series Insights service read access to the iot hub. This property is not shown in event source responses. */
|
545
|
-
sharedAccessKey?: string;
|
546
|
-
}
|
547
|
-
|
548
|
-
/** Properties of the reference data set. */
|
549
|
-
export interface ReferenceDataSetResourceProperties
|
550
|
-
extends ReferenceDataSetCreationProperties,
|
551
|
-
ResourceProperties {}
|
552
|
-
|
553
|
-
/** Properties of the environment. */
|
554
|
-
export interface EnvironmentResourceProperties extends ResourceProperties {
|
555
|
-
/**
|
556
|
-
* An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
|
557
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
558
|
-
*/
|
559
|
-
readonly dataAccessId?: string;
|
560
|
-
/**
|
561
|
-
* The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
|
562
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
563
|
-
*/
|
564
|
-
readonly dataAccessFqdn?: string;
|
565
|
-
/**
|
566
|
-
* An object that represents the status of the environment, and its internal state in the Time Series Insights service.
|
567
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
568
|
-
*/
|
569
|
-
readonly status?: EnvironmentStatus;
|
570
|
-
}
|
571
|
-
|
572
|
-
/** Properties of the event source. */
|
573
|
-
export interface EventSourceCommonProperties extends ResourceProperties {
|
574
|
-
/** The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. */
|
575
|
-
timestampPropertyName?: string;
|
576
|
-
/** An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events. */
|
577
|
-
localTimestamp?: LocalTimestamp;
|
578
|
-
/** The type of the ingressStartAt, It can be "EarliestAvailable", "EventSourceCreationTime", "CustomEnqueuedTime". */
|
579
|
-
type?: IngressStartAtType;
|
580
|
-
/** ISO8601 UTC datetime with seconds precision (milliseconds are optional), specifying the date and time that will be the starting point for Events to be consumed. */
|
581
|
-
time?: string;
|
582
|
-
}
|
583
|
-
|
584
|
-
/** Properties of the Gen1 environment. */
|
585
|
-
export interface Gen1EnvironmentResourceProperties
|
586
|
-
extends Gen1EnvironmentCreationProperties,
|
587
|
-
EnvironmentResourceProperties {}
|
588
|
-
|
589
|
-
/** An object that represents a set of mutable EventHub event source resource properties. */
|
590
|
-
export interface EventHubEventSourceMutableProperties
|
591
|
-
extends EventSourceMutableProperties {
|
592
|
-
/** The value of the shared access key that grants the Time Series Insights service read access to the event hub. This property is not shown in event source responses. */
|
593
|
-
sharedAccessKey?: string;
|
594
|
-
}
|
595
|
-
|
596
|
-
/** An object that represents a set of mutable IoTHub event source resource properties. */
|
597
|
-
export interface IoTHubEventSourceMutableProperties
|
598
|
-
extends EventSourceMutableProperties {
|
599
|
-
/** The value of the shared access key that grants the Time Series Insights service read access to the iot hub. This property is not shown in event source responses. */
|
600
|
-
sharedAccessKey?: string;
|
601
|
-
}
|
602
|
-
|
603
|
-
/** Parameters supplied to the Create or Update Environment operation for a Gen1 environment. */
|
604
|
-
export interface Gen1EnvironmentCreateOrUpdateParameters
|
605
|
-
extends EnvironmentCreateOrUpdateParameters {
|
606
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
607
|
-
kind: "Gen1";
|
608
|
-
/** ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. */
|
609
|
-
dataRetentionTime: string;
|
610
|
-
/** The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData. */
|
611
|
-
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
612
|
-
/** The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported. */
|
613
|
-
partitionKeyProperties?: TimeSeriesIdProperty[];
|
614
|
-
}
|
615
|
-
|
616
|
-
/** Parameters supplied to the Create or Update Environment operation for a Gen2 environment. */
|
617
|
-
export interface Gen2EnvironmentCreateOrUpdateParameters
|
618
|
-
extends EnvironmentCreateOrUpdateParameters {
|
619
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
620
|
-
kind: "Gen2";
|
621
|
-
/** The list of event properties which will be used to define the environment's time series id. */
|
622
|
-
timeSeriesIdProperties: TimeSeriesIdProperty[];
|
623
|
-
/** The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data. */
|
624
|
-
storageConfiguration: Gen2StorageConfigurationInput;
|
625
|
-
/** The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query. */
|
626
|
-
warmStoreConfiguration?: WarmStoreConfigurationProperties;
|
627
|
-
/** This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */
|
628
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
629
|
-
/**
|
630
|
-
* The list of private endpoint connections to the environment.
|
631
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
632
|
-
*/
|
633
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
634
|
-
}
|
635
|
-
|
636
|
-
/** Parameters supplied to the Create or Update Event Source operation for an EventHub event source. */
|
637
|
-
export interface EventHubEventSourceCreateOrUpdateParameters
|
638
|
-
extends EventSourceCreateOrUpdateParameters {
|
639
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
640
|
-
kind: "Microsoft.EventHub";
|
641
|
-
/**
|
642
|
-
* Provisioning state of the resource.
|
643
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
644
|
-
*/
|
645
|
-
readonly provisioningState?: ProvisioningState;
|
646
|
-
/**
|
647
|
-
* The time the resource was created.
|
648
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
649
|
-
*/
|
650
|
-
readonly creationTime?: Date;
|
651
|
-
/** The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. */
|
652
|
-
timestampPropertyName?: string;
|
653
|
-
/** An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events. */
|
654
|
-
localTimestampPropertiesLocalTimestamp?: LocalTimestamp;
|
655
|
-
/** The type of the ingressStartAt, It can be "EarliestAvailable", "EventSourceCreationTime", "CustomEnqueuedTime". */
|
656
|
-
type?: IngressStartAtType;
|
657
|
-
/** ISO8601 UTC datetime with seconds precision (milliseconds are optional), specifying the date and time that will be the starting point for Events to be consumed. */
|
658
|
-
time?: string;
|
659
|
-
/** The resource id of the event source in Azure Resource Manager. */
|
660
|
-
eventSourceResourceId: string;
|
661
|
-
/** The name of the service bus that contains the event hub. */
|
662
|
-
serviceBusNamespace: string;
|
663
|
-
/** The name of the event hub. */
|
664
|
-
eventHubName: string;
|
665
|
-
/** The name of the event hub's consumer group that holds the partitions from which events will be read. */
|
666
|
-
consumerGroupName: string;
|
667
|
-
/** The name of the SAS key that grants the Time Series Insights service access to the event hub. The shared access policies for this key must grant 'Listen' permissions to the event hub. */
|
668
|
-
keyName: string;
|
669
|
-
/** The value of the shared access key that grants the Time Series Insights service read access to the event hub. This property is not shown in event source responses. */
|
670
|
-
sharedAccessKey: string;
|
671
|
-
}
|
672
|
-
|
673
|
-
/** Parameters supplied to the Create or Update Event Source operation for an IoTHub event source. */
|
674
|
-
export interface IoTHubEventSourceCreateOrUpdateParameters
|
675
|
-
extends EventSourceCreateOrUpdateParameters {
|
676
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
677
|
-
kind: "Microsoft.IoTHub";
|
678
|
-
/**
|
679
|
-
* Provisioning state of the resource.
|
680
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
681
|
-
*/
|
682
|
-
readonly provisioningState?: ProvisioningState;
|
683
|
-
/**
|
684
|
-
* The time the resource was created.
|
685
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
686
|
-
*/
|
687
|
-
readonly creationTime?: Date;
|
688
|
-
/** The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. */
|
689
|
-
timestampPropertyName?: string;
|
690
|
-
/** An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events. */
|
691
|
-
localTimestampPropertiesLocalTimestamp?: LocalTimestamp;
|
692
|
-
/** The type of the ingressStartAt, It can be "EarliestAvailable", "EventSourceCreationTime", "CustomEnqueuedTime". */
|
693
|
-
type?: IngressStartAtType;
|
694
|
-
/** ISO8601 UTC datetime with seconds precision (milliseconds are optional), specifying the date and time that will be the starting point for Events to be consumed. */
|
695
|
-
time?: string;
|
696
|
-
/** The resource id of the event source in Azure Resource Manager. */
|
697
|
-
eventSourceResourceId: string;
|
698
|
-
/** The name of the iot hub. */
|
699
|
-
iotHubName: string;
|
700
|
-
/** The name of the iot hub's consumer group that holds the partitions from which events will be read. */
|
701
|
-
consumerGroupName: string;
|
702
|
-
/** The name of the Shared Access Policy key that grants the Time Series Insights service access to the iot hub. This shared access policy key must grant 'service connect' permissions to the iot hub. */
|
703
|
-
keyName: string;
|
704
|
-
/** The value of the Shared Access Policy key that grants the Time Series Insights service read access to the iot hub. This property is not shown in event source responses. */
|
705
|
-
sharedAccessKey: string;
|
706
|
-
}
|
707
|
-
|
708
|
-
/** An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. */
|
709
|
-
export interface EnvironmentResource extends TrackedResource {
|
710
|
-
/** The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate. */
|
711
|
-
sku: Sku;
|
712
|
-
/** The kind of the environment. */
|
713
|
-
kind: EnvironmentResourceKind;
|
714
|
-
}
|
715
|
-
|
716
|
-
/** An environment receives data from one or more event sources. Each event source has associated connection info that allows the Time Series Insights ingress pipeline to connect to and pull data from the event source */
|
717
|
-
export interface EventSourceResource extends TrackedResource {
|
718
|
-
/** The kind of the event source. */
|
719
|
-
kind: EventSourceResourceKind;
|
720
|
-
}
|
721
|
-
|
722
|
-
/** A reference data set provides metadata about the events in an environment. Metadata in the reference data set will be joined with events as they are read from event sources. The metadata that makes up the reference data set is uploaded or modified through the Time Series Insights data plane APIs. */
|
723
|
-
export interface ReferenceDataSetResource extends TrackedResource {
|
724
|
-
/** The list of key properties for the reference data set. */
|
725
|
-
keyProperties?: ReferenceDataSetKeyProperty[];
|
726
|
-
/** The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used. */
|
727
|
-
dataStringComparisonBehavior?: DataStringComparisonBehavior;
|
728
|
-
/**
|
729
|
-
* Provisioning state of the resource.
|
730
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
731
|
-
*/
|
732
|
-
readonly provisioningState?: ProvisioningState;
|
733
|
-
/**
|
734
|
-
* The time the resource was created.
|
735
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
736
|
-
*/
|
737
|
-
readonly creationTime?: Date;
|
738
|
-
}
|
739
|
-
|
740
|
-
/** Properties of the Gen2 environment. */
|
741
|
-
export interface Gen2EnvironmentResourceProperties
|
742
|
-
extends EnvironmentResourceProperties {
|
743
|
-
/** The list of event properties which will be used to define the environment's time series id. */
|
744
|
-
timeSeriesIdProperties: TimeSeriesIdProperty[];
|
745
|
-
/** The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data. */
|
746
|
-
storageConfiguration: Gen2StorageConfigurationOutput;
|
747
|
-
/** The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query. */
|
748
|
-
warmStoreConfiguration?: WarmStoreConfigurationProperties;
|
749
|
-
/** If 'enabled', public network access is allowed. If 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */
|
750
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
751
|
-
/**
|
752
|
-
* The list of private endpoint connections to the environment.
|
753
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
754
|
-
*/
|
755
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
756
|
-
}
|
757
|
-
|
758
|
-
/** Properties of an event source that reads events from an event broker in Azure. */
|
759
|
-
export interface AzureEventSourceProperties
|
760
|
-
extends EventSourceCommonProperties {
|
761
|
-
/** The resource id of the event source in Azure Resource Manager. */
|
762
|
-
eventSourceResourceId: string;
|
763
|
-
}
|
764
|
-
|
765
|
-
/** An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Gen1 environments have data retention limits. */
|
766
|
-
export interface Gen1EnvironmentResource extends EnvironmentResource {
|
767
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
768
|
-
kind: "Gen1";
|
769
|
-
/** ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. */
|
770
|
-
dataRetentionTime: string;
|
771
|
-
/** The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData. */
|
772
|
-
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
773
|
-
/** The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported. */
|
774
|
-
partitionKeyProperties?: TimeSeriesIdProperty[];
|
775
|
-
/**
|
776
|
-
* Provisioning state of the resource.
|
777
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
778
|
-
*/
|
779
|
-
readonly provisioningState?: ProvisioningState;
|
780
|
-
/**
|
781
|
-
* The time the resource was created.
|
782
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
783
|
-
*/
|
784
|
-
readonly creationTime?: Date;
|
785
|
-
/**
|
786
|
-
* An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
|
787
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
788
|
-
*/
|
789
|
-
readonly dataAccessId?: string;
|
790
|
-
/**
|
791
|
-
* The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
|
792
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
793
|
-
*/
|
794
|
-
readonly dataAccessFqdn?: string;
|
795
|
-
/**
|
796
|
-
* An object that represents the status of the environment, and its internal state in the Time Series Insights service.
|
797
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
798
|
-
*/
|
799
|
-
readonly status?: EnvironmentStatus;
|
800
|
-
}
|
801
|
-
|
802
|
-
/** An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Gen2 environments do not have set data retention limits. */
|
803
|
-
export interface Gen2EnvironmentResource extends EnvironmentResource {
|
804
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
805
|
-
kind: "Gen2";
|
806
|
-
/**
|
807
|
-
* Provisioning state of the resource.
|
808
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
809
|
-
*/
|
810
|
-
readonly provisioningState?: ProvisioningState;
|
811
|
-
/**
|
812
|
-
* The time the resource was created.
|
813
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
814
|
-
*/
|
815
|
-
readonly creationTime?: Date;
|
816
|
-
/**
|
817
|
-
* An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
|
818
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
819
|
-
*/
|
820
|
-
readonly dataAccessId?: string;
|
821
|
-
/**
|
822
|
-
* The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.
|
823
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
824
|
-
*/
|
825
|
-
readonly dataAccessFqdn?: string;
|
826
|
-
/**
|
827
|
-
* An object that represents the status of the environment, and its internal state in the Time Series Insights service.
|
828
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
829
|
-
*/
|
830
|
-
readonly status?: EnvironmentStatus;
|
831
|
-
/** The list of event properties which will be used to define the environment's time series id. */
|
832
|
-
timeSeriesIdProperties: TimeSeriesIdProperty[];
|
833
|
-
/** The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data. */
|
834
|
-
storageConfiguration: Gen2StorageConfigurationOutput;
|
835
|
-
/** The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query. */
|
836
|
-
warmStoreConfiguration?: WarmStoreConfigurationProperties;
|
837
|
-
/** If 'enabled', public network access is allowed. If 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */
|
838
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
839
|
-
/**
|
840
|
-
* The list of private endpoint connections to the environment.
|
841
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
842
|
-
*/
|
843
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
844
|
-
}
|
845
|
-
|
846
|
-
/** An event source that receives its data from an Azure EventHub. */
|
847
|
-
export interface EventHubEventSourceResource extends EventSourceResource {
|
848
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
849
|
-
kind: "Microsoft.EventHub";
|
850
|
-
/**
|
851
|
-
* Provisioning state of the resource.
|
852
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
853
|
-
*/
|
854
|
-
readonly provisioningState?: ProvisioningState;
|
855
|
-
/**
|
856
|
-
* The time the resource was created.
|
857
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
858
|
-
*/
|
859
|
-
readonly creationTime?: Date;
|
860
|
-
/** The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. */
|
861
|
-
timestampPropertyName?: string;
|
862
|
-
/** An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events. */
|
863
|
-
localTimestamp?: LocalTimestamp;
|
864
|
-
/** The type of the ingressStartAt, It can be "EarliestAvailable", "EventSourceCreationTime", "CustomEnqueuedTime". */
|
865
|
-
typePropertiesIngressStartAtType?: IngressStartAtType;
|
866
|
-
/** ISO8601 UTC datetime with seconds precision (milliseconds are optional), specifying the date and time that will be the starting point for Events to be consumed. */
|
867
|
-
time?: string;
|
868
|
-
/** The resource id of the event source in Azure Resource Manager. */
|
869
|
-
eventSourceResourceId: string;
|
870
|
-
/** The name of the service bus that contains the event hub. */
|
871
|
-
serviceBusNamespace: string;
|
872
|
-
/** The name of the event hub. */
|
873
|
-
eventHubName: string;
|
874
|
-
/** The name of the event hub's consumer group that holds the partitions from which events will be read. */
|
875
|
-
consumerGroupName: string;
|
876
|
-
/** The name of the SAS key that grants the Time Series Insights service access to the event hub. The shared access policies for this key must grant 'Listen' permissions to the event hub. */
|
877
|
-
keyName: string;
|
878
|
-
}
|
879
|
-
|
880
|
-
/** An event source that receives its data from an Azure IoTHub. */
|
881
|
-
export interface IoTHubEventSourceResource extends EventSourceResource {
|
882
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
883
|
-
kind: "Microsoft.IoTHub";
|
884
|
-
/**
|
885
|
-
* Provisioning state of the resource.
|
886
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
887
|
-
*/
|
888
|
-
readonly provisioningState?: ProvisioningState;
|
889
|
-
/**
|
890
|
-
* The time the resource was created.
|
891
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
892
|
-
*/
|
893
|
-
readonly creationTime?: Date;
|
894
|
-
/** The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used. */
|
895
|
-
timestampPropertyName?: string;
|
896
|
-
/** An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events. */
|
897
|
-
localTimestamp?: LocalTimestamp;
|
898
|
-
/** The type of the ingressStartAt, It can be "EarliestAvailable", "EventSourceCreationTime", "CustomEnqueuedTime". */
|
899
|
-
typePropertiesIngressStartAtType?: IngressStartAtType;
|
900
|
-
/** ISO8601 UTC datetime with seconds precision (milliseconds are optional), specifying the date and time that will be the starting point for Events to be consumed. */
|
901
|
-
time?: string;
|
902
|
-
/** The resource id of the event source in Azure Resource Manager. */
|
903
|
-
eventSourceResourceId: string;
|
904
|
-
/** The name of the iot hub. */
|
905
|
-
iotHubName: string;
|
906
|
-
/** The name of the iot hub's consumer group that holds the partitions from which events will be read. */
|
907
|
-
consumerGroupName: string;
|
908
|
-
/** The name of the Shared Access Policy key that grants the Time Series Insights service access to the iot hub. This shared access policy key must grant 'service connect' permissions to the iot hub. */
|
909
|
-
keyName: string;
|
910
|
-
}
|
911
|
-
|
912
|
-
/** Properties of the EventHub event source. */
|
913
|
-
export interface EventHubEventSourceCommonProperties
|
914
|
-
extends AzureEventSourceProperties {
|
915
|
-
/** The name of the service bus that contains the event hub. */
|
916
|
-
serviceBusNamespace: string;
|
917
|
-
/** The name of the event hub. */
|
918
|
-
eventHubName: string;
|
919
|
-
/** The name of the event hub's consumer group that holds the partitions from which events will be read. */
|
920
|
-
consumerGroupName: string;
|
921
|
-
/** The name of the SAS key that grants the Time Series Insights service access to the event hub. The shared access policies for this key must grant 'Listen' permissions to the event hub. */
|
922
|
-
keyName: string;
|
923
|
-
}
|
924
|
-
|
925
|
-
/** Properties of the IoTHub event source. */
|
926
|
-
export interface IoTHubEventSourceCommonProperties
|
927
|
-
extends AzureEventSourceProperties {
|
928
|
-
/** The name of the iot hub. */
|
929
|
-
iotHubName: string;
|
930
|
-
/** The name of the iot hub's consumer group that holds the partitions from which events will be read. */
|
931
|
-
consumerGroupName: string;
|
932
|
-
/** The name of the Shared Access Policy key that grants the Time Series Insights service access to the iot hub. This shared access policy key must grant 'service connect' permissions to the iot hub. */
|
933
|
-
keyName: string;
|
934
|
-
}
|
935
|
-
|
936
|
-
/** Properties of the EventHub event source that are required on create or update requests. */
|
937
|
-
export interface EventHubEventSourceCreationProperties
|
938
|
-
extends EventHubEventSourceCommonProperties {
|
939
|
-
/** The value of the shared access key that grants the Time Series Insights service read access to the event hub. This property is not shown in event source responses. */
|
940
|
-
sharedAccessKey: string;
|
941
|
-
}
|
942
|
-
|
943
|
-
/** Properties of the EventHub event source resource. */
|
944
|
-
export interface EventHubEventSourceResourceProperties
|
945
|
-
extends EventHubEventSourceCommonProperties {}
|
946
|
-
|
947
|
-
/** Properties of the IoTHub event source that are required on create or update requests. */
|
948
|
-
export interface IoTHubEventSourceCreationProperties
|
949
|
-
extends IoTHubEventSourceCommonProperties {
|
950
|
-
/** The value of the Shared Access Policy key that grants the Time Series Insights service read access to the iot hub. This property is not shown in event source responses. */
|
951
|
-
sharedAccessKey: string;
|
952
|
-
}
|
953
|
-
|
954
|
-
/** Properties of the IoTHub event source resource. */
|
955
|
-
export interface IoTHubEventSourceResourceProperties
|
956
|
-
extends IoTHubEventSourceCommonProperties {}
|
957
|
-
|
958
|
-
/** Known values of {@link EnvironmentKind} that the service accepts. */
|
959
|
-
export enum KnownEnvironmentKind {
|
960
|
-
/** Gen1 */
|
961
|
-
Gen1 = "Gen1",
|
962
|
-
/** Gen2 */
|
963
|
-
Gen2 = "Gen2"
|
964
|
-
}
|
965
|
-
|
966
|
-
/**
|
967
|
-
* Defines values for EnvironmentKind. \
|
968
|
-
* {@link KnownEnvironmentKind} can be used interchangeably with EnvironmentKind,
|
969
|
-
* this enum contains the known values that the service supports.
|
970
|
-
* ### Known values supported by the service
|
971
|
-
* **Gen1** \
|
972
|
-
* **Gen2**
|
973
|
-
*/
|
974
|
-
export type EnvironmentKind = string;
|
975
|
-
|
976
|
-
/** Known values of {@link SkuName} that the service accepts. */
|
977
|
-
export enum KnownSkuName {
|
978
|
-
/** S1 */
|
979
|
-
S1 = "S1",
|
980
|
-
/** S2 */
|
981
|
-
S2 = "S2",
|
982
|
-
/** P1 */
|
983
|
-
P1 = "P1",
|
984
|
-
/** L1 */
|
985
|
-
L1 = "L1"
|
986
|
-
}
|
987
|
-
|
988
|
-
/**
|
989
|
-
* Defines values for SkuName. \
|
990
|
-
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
991
|
-
* this enum contains the known values that the service supports.
|
992
|
-
* ### Known values supported by the service
|
993
|
-
* **S1** \
|
994
|
-
* **S2** \
|
995
|
-
* **P1** \
|
996
|
-
* **L1**
|
997
|
-
*/
|
998
|
-
export type SkuName = string;
|
999
|
-
|
1000
|
-
/** Known values of {@link EnvironmentResourceKind} that the service accepts. */
|
1001
|
-
export enum KnownEnvironmentResourceKind {
|
1002
|
-
/** Gen1 */
|
1003
|
-
Gen1 = "Gen1",
|
1004
|
-
/** Gen2 */
|
1005
|
-
Gen2 = "Gen2"
|
1006
|
-
}
|
1007
|
-
|
1008
|
-
/**
|
1009
|
-
* Defines values for EnvironmentResourceKind. \
|
1010
|
-
* {@link KnownEnvironmentResourceKind} can be used interchangeably with EnvironmentResourceKind,
|
1011
|
-
* this enum contains the known values that the service supports.
|
1012
|
-
* ### Known values supported by the service
|
1013
|
-
* **Gen1** \
|
1014
|
-
* **Gen2**
|
1015
|
-
*/
|
1016
|
-
export type EnvironmentResourceKind = string;
|
1017
|
-
|
1018
|
-
/** Known values of {@link EventSourceKind} that the service accepts. */
|
1019
|
-
export enum KnownEventSourceKind {
|
1020
|
-
/** MicrosoftEventHub */
|
1021
|
-
MicrosoftEventHub = "Microsoft.EventHub",
|
1022
|
-
/** MicrosoftIoTHub */
|
1023
|
-
MicrosoftIoTHub = "Microsoft.IoTHub"
|
1024
|
-
}
|
1025
|
-
|
1026
|
-
/**
|
1027
|
-
* Defines values for EventSourceKind. \
|
1028
|
-
* {@link KnownEventSourceKind} can be used interchangeably with EventSourceKind,
|
1029
|
-
* this enum contains the known values that the service supports.
|
1030
|
-
* ### Known values supported by the service
|
1031
|
-
* **Microsoft.EventHub** \
|
1032
|
-
* **Microsoft.IoTHub**
|
1033
|
-
*/
|
1034
|
-
export type EventSourceKind = string;
|
1035
|
-
|
1036
|
-
/** Known values of {@link LocalTimestampFormat} that the service accepts. */
|
1037
|
-
export enum KnownLocalTimestampFormat {
|
1038
|
-
/** Embedded */
|
1039
|
-
Embedded = "Embedded"
|
1040
|
-
}
|
1041
|
-
|
1042
|
-
/**
|
1043
|
-
* Defines values for LocalTimestampFormat. \
|
1044
|
-
* {@link KnownLocalTimestampFormat} can be used interchangeably with LocalTimestampFormat,
|
1045
|
-
* this enum contains the known values that the service supports.
|
1046
|
-
* ### Known values supported by the service
|
1047
|
-
* **Embedded**
|
1048
|
-
*/
|
1049
|
-
export type LocalTimestampFormat = string;
|
1050
|
-
|
1051
|
-
/** Known values of {@link EventSourceResourceKind} that the service accepts. */
|
1052
|
-
export enum KnownEventSourceResourceKind {
|
1053
|
-
/** MicrosoftEventHub */
|
1054
|
-
MicrosoftEventHub = "Microsoft.EventHub",
|
1055
|
-
/** MicrosoftIoTHub */
|
1056
|
-
MicrosoftIoTHub = "Microsoft.IoTHub"
|
1057
|
-
}
|
1058
|
-
|
1059
|
-
/**
|
1060
|
-
* Defines values for EventSourceResourceKind. \
|
1061
|
-
* {@link KnownEventSourceResourceKind} can be used interchangeably with EventSourceResourceKind,
|
1062
|
-
* this enum contains the known values that the service supports.
|
1063
|
-
* ### Known values supported by the service
|
1064
|
-
* **Microsoft.EventHub** \
|
1065
|
-
* **Microsoft.IoTHub**
|
1066
|
-
*/
|
1067
|
-
export type EventSourceResourceKind = string;
|
1068
|
-
|
1069
|
-
/** Known values of {@link ReferenceDataKeyPropertyType} that the service accepts. */
|
1070
|
-
export enum KnownReferenceDataKeyPropertyType {
|
1071
|
-
/** String */
|
1072
|
-
String = "String",
|
1073
|
-
/** Double */
|
1074
|
-
Double = "Double",
|
1075
|
-
/** Bool */
|
1076
|
-
Bool = "Bool",
|
1077
|
-
/** DateTime */
|
1078
|
-
DateTime = "DateTime"
|
1079
|
-
}
|
1080
|
-
|
1081
|
-
/**
|
1082
|
-
* Defines values for ReferenceDataKeyPropertyType. \
|
1083
|
-
* {@link KnownReferenceDataKeyPropertyType} can be used interchangeably with ReferenceDataKeyPropertyType,
|
1084
|
-
* this enum contains the known values that the service supports.
|
1085
|
-
* ### Known values supported by the service
|
1086
|
-
* **String** \
|
1087
|
-
* **Double** \
|
1088
|
-
* **Bool** \
|
1089
|
-
* **DateTime**
|
1090
|
-
*/
|
1091
|
-
export type ReferenceDataKeyPropertyType = string;
|
1092
|
-
|
1093
|
-
/** Known values of {@link DataStringComparisonBehavior} that the service accepts. */
|
1094
|
-
export enum KnownDataStringComparisonBehavior {
|
1095
|
-
/** Ordinal */
|
1096
|
-
Ordinal = "Ordinal",
|
1097
|
-
/** OrdinalIgnoreCase */
|
1098
|
-
OrdinalIgnoreCase = "OrdinalIgnoreCase"
|
1099
|
-
}
|
1100
|
-
|
1101
|
-
/**
|
1102
|
-
* Defines values for DataStringComparisonBehavior. \
|
1103
|
-
* {@link KnownDataStringComparisonBehavior} can be used interchangeably with DataStringComparisonBehavior,
|
1104
|
-
* this enum contains the known values that the service supports.
|
1105
|
-
* ### Known values supported by the service
|
1106
|
-
* **Ordinal** \
|
1107
|
-
* **OrdinalIgnoreCase**
|
1108
|
-
*/
|
1109
|
-
export type DataStringComparisonBehavior = string;
|
1110
|
-
|
1111
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
1112
|
-
export enum KnownProvisioningState {
|
1113
|
-
/** Accepted */
|
1114
|
-
Accepted = "Accepted",
|
1115
|
-
/** Creating */
|
1116
|
-
Creating = "Creating",
|
1117
|
-
/** Updating */
|
1118
|
-
Updating = "Updating",
|
1119
|
-
/** Succeeded */
|
1120
|
-
Succeeded = "Succeeded",
|
1121
|
-
/** Failed */
|
1122
|
-
Failed = "Failed",
|
1123
|
-
/** Deleting */
|
1124
|
-
Deleting = "Deleting"
|
1125
|
-
}
|
1126
|
-
|
1127
|
-
/**
|
1128
|
-
* Defines values for ProvisioningState. \
|
1129
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
1130
|
-
* this enum contains the known values that the service supports.
|
1131
|
-
* ### Known values supported by the service
|
1132
|
-
* **Accepted** \
|
1133
|
-
* **Creating** \
|
1134
|
-
* **Updating** \
|
1135
|
-
* **Succeeded** \
|
1136
|
-
* **Failed** \
|
1137
|
-
* **Deleting**
|
1138
|
-
*/
|
1139
|
-
export type ProvisioningState = string;
|
1140
|
-
|
1141
|
-
/** Known values of {@link AccessPolicyRole} that the service accepts. */
|
1142
|
-
export enum KnownAccessPolicyRole {
|
1143
|
-
/** Reader */
|
1144
|
-
Reader = "Reader",
|
1145
|
-
/** Contributor */
|
1146
|
-
Contributor = "Contributor"
|
1147
|
-
}
|
1148
|
-
|
1149
|
-
/**
|
1150
|
-
* Defines values for AccessPolicyRole. \
|
1151
|
-
* {@link KnownAccessPolicyRole} can be used interchangeably with AccessPolicyRole,
|
1152
|
-
* this enum contains the known values that the service supports.
|
1153
|
-
* ### Known values supported by the service
|
1154
|
-
* **Reader** \
|
1155
|
-
* **Contributor**
|
1156
|
-
*/
|
1157
|
-
export type AccessPolicyRole = string;
|
1158
|
-
|
1159
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
1160
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
1161
|
-
/** Succeeded */
|
1162
|
-
Succeeded = "Succeeded",
|
1163
|
-
/** Creating */
|
1164
|
-
Creating = "Creating",
|
1165
|
-
/** Deleting */
|
1166
|
-
Deleting = "Deleting",
|
1167
|
-
/** Failed */
|
1168
|
-
Failed = "Failed"
|
1169
|
-
}
|
1170
|
-
|
1171
|
-
/**
|
1172
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
1173
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
1174
|
-
* this enum contains the known values that the service supports.
|
1175
|
-
* ### Known values supported by the service
|
1176
|
-
* **Succeeded** \
|
1177
|
-
* **Creating** \
|
1178
|
-
* **Deleting** \
|
1179
|
-
* **Failed**
|
1180
|
-
*/
|
1181
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
1182
|
-
|
1183
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
1184
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
1185
|
-
/** Pending */
|
1186
|
-
Pending = "Pending",
|
1187
|
-
/** Approved */
|
1188
|
-
Approved = "Approved",
|
1189
|
-
/** Rejected */
|
1190
|
-
Rejected = "Rejected"
|
1191
|
-
}
|
1192
|
-
|
1193
|
-
/**
|
1194
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
1195
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
1196
|
-
* this enum contains the known values that the service supports.
|
1197
|
-
* ### Known values supported by the service
|
1198
|
-
* **Pending** \
|
1199
|
-
* **Approved** \
|
1200
|
-
* **Rejected**
|
1201
|
-
*/
|
1202
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
1203
|
-
|
1204
|
-
/** Known values of {@link StorageLimitExceededBehavior} that the service accepts. */
|
1205
|
-
export enum KnownStorageLimitExceededBehavior {
|
1206
|
-
/** PurgeOldData */
|
1207
|
-
PurgeOldData = "PurgeOldData",
|
1208
|
-
/** PauseIngress */
|
1209
|
-
PauseIngress = "PauseIngress"
|
1210
|
-
}
|
1211
|
-
|
1212
|
-
/**
|
1213
|
-
* Defines values for StorageLimitExceededBehavior. \
|
1214
|
-
* {@link KnownStorageLimitExceededBehavior} can be used interchangeably with StorageLimitExceededBehavior,
|
1215
|
-
* this enum contains the known values that the service supports.
|
1216
|
-
* ### Known values supported by the service
|
1217
|
-
* **PurgeOldData** \
|
1218
|
-
* **PauseIngress**
|
1219
|
-
*/
|
1220
|
-
export type StorageLimitExceededBehavior = string;
|
1221
|
-
|
1222
|
-
/** Known values of {@link PropertyType} that the service accepts. */
|
1223
|
-
export enum KnownPropertyType {
|
1224
|
-
/** String */
|
1225
|
-
String = "String"
|
1226
|
-
}
|
1227
|
-
|
1228
|
-
/**
|
1229
|
-
* Defines values for PropertyType. \
|
1230
|
-
* {@link KnownPropertyType} can be used interchangeably with PropertyType,
|
1231
|
-
* this enum contains the known values that the service supports.
|
1232
|
-
* ### Known values supported by the service
|
1233
|
-
* **String**
|
1234
|
-
*/
|
1235
|
-
export type PropertyType = string;
|
1236
|
-
|
1237
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
1238
|
-
export enum KnownPublicNetworkAccess {
|
1239
|
-
/** Enabled */
|
1240
|
-
Enabled = "enabled",
|
1241
|
-
/** Disabled */
|
1242
|
-
Disabled = "disabled"
|
1243
|
-
}
|
1244
|
-
|
1245
|
-
/**
|
1246
|
-
* Defines values for PublicNetworkAccess. \
|
1247
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
1248
|
-
* this enum contains the known values that the service supports.
|
1249
|
-
* ### Known values supported by the service
|
1250
|
-
* **enabled** \
|
1251
|
-
* **disabled**
|
1252
|
-
*/
|
1253
|
-
export type PublicNetworkAccess = string;
|
1254
|
-
|
1255
|
-
/** Known values of {@link IngressState} that the service accepts. */
|
1256
|
-
export enum KnownIngressState {
|
1257
|
-
/** Disabled */
|
1258
|
-
Disabled = "Disabled",
|
1259
|
-
/** Ready */
|
1260
|
-
Ready = "Ready",
|
1261
|
-
/** Running */
|
1262
|
-
Running = "Running",
|
1263
|
-
/** Paused */
|
1264
|
-
Paused = "Paused",
|
1265
|
-
/** Unknown */
|
1266
|
-
Unknown = "Unknown"
|
1267
|
-
}
|
1268
|
-
|
1269
|
-
/**
|
1270
|
-
* Defines values for IngressState. \
|
1271
|
-
* {@link KnownIngressState} can be used interchangeably with IngressState,
|
1272
|
-
* this enum contains the known values that the service supports.
|
1273
|
-
* ### Known values supported by the service
|
1274
|
-
* **Disabled** \
|
1275
|
-
* **Ready** \
|
1276
|
-
* **Running** \
|
1277
|
-
* **Paused** \
|
1278
|
-
* **Unknown**
|
1279
|
-
*/
|
1280
|
-
export type IngressState = string;
|
1281
|
-
|
1282
|
-
/** Known values of {@link WarmStoragePropertiesState} that the service accepts. */
|
1283
|
-
export enum KnownWarmStoragePropertiesState {
|
1284
|
-
/** Ok */
|
1285
|
-
Ok = "Ok",
|
1286
|
-
/** Error */
|
1287
|
-
Error = "Error",
|
1288
|
-
/** Unknown */
|
1289
|
-
Unknown = "Unknown"
|
1290
|
-
}
|
1291
|
-
|
1292
|
-
/**
|
1293
|
-
* Defines values for WarmStoragePropertiesState. \
|
1294
|
-
* {@link KnownWarmStoragePropertiesState} can be used interchangeably with WarmStoragePropertiesState,
|
1295
|
-
* this enum contains the known values that the service supports.
|
1296
|
-
* ### Known values supported by the service
|
1297
|
-
* **Ok** \
|
1298
|
-
* **Error** \
|
1299
|
-
* **Unknown**
|
1300
|
-
*/
|
1301
|
-
export type WarmStoragePropertiesState = string;
|
1302
|
-
|
1303
|
-
/** Known values of {@link IngressStartAtType} that the service accepts. */
|
1304
|
-
export enum KnownIngressStartAtType {
|
1305
|
-
/** EarliestAvailable */
|
1306
|
-
EarliestAvailable = "EarliestAvailable",
|
1307
|
-
/** EventSourceCreationTime */
|
1308
|
-
EventSourceCreationTime = "EventSourceCreationTime",
|
1309
|
-
/** CustomEnqueuedTime */
|
1310
|
-
CustomEnqueuedTime = "CustomEnqueuedTime"
|
1311
|
-
}
|
1312
|
-
|
1313
|
-
/**
|
1314
|
-
* Defines values for IngressStartAtType. \
|
1315
|
-
* {@link KnownIngressStartAtType} can be used interchangeably with IngressStartAtType,
|
1316
|
-
* this enum contains the known values that the service supports.
|
1317
|
-
* ### Known values supported by the service
|
1318
|
-
* **EarliestAvailable** \
|
1319
|
-
* **EventSourceCreationTime** \
|
1320
|
-
* **CustomEnqueuedTime**
|
1321
|
-
*/
|
1322
|
-
export type IngressStartAtType = string;
|
1323
|
-
|
1324
|
-
/** Optional parameters. */
|
1325
|
-
export interface OperationsListOptionalParams
|
1326
|
-
extends coreClient.OperationOptions {}
|
1327
|
-
|
1328
|
-
/** Contains response data for the list operation. */
|
1329
|
-
export type OperationsListResponse = OperationListResult;
|
1330
|
-
|
1331
|
-
/** Optional parameters. */
|
1332
|
-
export interface OperationsListNextOptionalParams
|
1333
|
-
extends coreClient.OperationOptions {}
|
1334
|
-
|
1335
|
-
/** Contains response data for the listNext operation. */
|
1336
|
-
export type OperationsListNextResponse = OperationListResult;
|
1337
|
-
|
1338
|
-
/** Optional parameters. */
|
1339
|
-
export interface EnvironmentsCreateOrUpdateOptionalParams
|
1340
|
-
extends coreClient.OperationOptions {
|
1341
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1342
|
-
updateIntervalInMs?: number;
|
1343
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1344
|
-
resumeFrom?: string;
|
1345
|
-
}
|
1346
|
-
|
1347
|
-
/** Contains response data for the createOrUpdate operation. */
|
1348
|
-
export type EnvironmentsCreateOrUpdateResponse = EnvironmentResourceUnion;
|
1349
|
-
|
1350
|
-
/** Optional parameters. */
|
1351
|
-
export interface EnvironmentsGetOptionalParams
|
1352
|
-
extends coreClient.OperationOptions {
|
1353
|
-
/** Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service. */
|
1354
|
-
expand?: string;
|
1355
|
-
}
|
1356
|
-
|
1357
|
-
/** Contains response data for the get operation. */
|
1358
|
-
export type EnvironmentsGetResponse = EnvironmentResourceUnion;
|
1359
|
-
|
1360
|
-
/** Optional parameters. */
|
1361
|
-
export interface EnvironmentsUpdateOptionalParams
|
1362
|
-
extends coreClient.OperationOptions {
|
1363
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1364
|
-
updateIntervalInMs?: number;
|
1365
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1366
|
-
resumeFrom?: string;
|
1367
|
-
}
|
1368
|
-
|
1369
|
-
/** Contains response data for the update operation. */
|
1370
|
-
export type EnvironmentsUpdateResponse = EnvironmentResourceUnion;
|
1371
|
-
|
1372
|
-
/** Optional parameters. */
|
1373
|
-
export interface EnvironmentsDeleteOptionalParams
|
1374
|
-
extends coreClient.OperationOptions {}
|
1375
|
-
|
1376
|
-
/** Optional parameters. */
|
1377
|
-
export interface EnvironmentsListByResourceGroupOptionalParams
|
1378
|
-
extends coreClient.OperationOptions {}
|
1379
|
-
|
1380
|
-
/** Contains response data for the listByResourceGroup operation. */
|
1381
|
-
export type EnvironmentsListByResourceGroupResponse = EnvironmentListResponse;
|
1382
|
-
|
1383
|
-
/** Optional parameters. */
|
1384
|
-
export interface EnvironmentsListBySubscriptionOptionalParams
|
1385
|
-
extends coreClient.OperationOptions {}
|
1386
|
-
|
1387
|
-
/** Contains response data for the listBySubscription operation. */
|
1388
|
-
export type EnvironmentsListBySubscriptionResponse = EnvironmentListResponse;
|
1389
|
-
|
1390
|
-
/** Optional parameters. */
|
1391
|
-
export interface EventSourcesCreateOrUpdateOptionalParams
|
1392
|
-
extends coreClient.OperationOptions {}
|
1393
|
-
|
1394
|
-
/** Contains response data for the createOrUpdate operation. */
|
1395
|
-
export type EventSourcesCreateOrUpdateResponse = EventSourceResourceUnion;
|
1396
|
-
|
1397
|
-
/** Optional parameters. */
|
1398
|
-
export interface EventSourcesGetOptionalParams
|
1399
|
-
extends coreClient.OperationOptions {}
|
1400
|
-
|
1401
|
-
/** Contains response data for the get operation. */
|
1402
|
-
export type EventSourcesGetResponse = EventSourceResourceUnion;
|
1403
|
-
|
1404
|
-
/** Optional parameters. */
|
1405
|
-
export interface EventSourcesUpdateOptionalParams
|
1406
|
-
extends coreClient.OperationOptions {}
|
1407
|
-
|
1408
|
-
/** Contains response data for the update operation. */
|
1409
|
-
export type EventSourcesUpdateResponse = EventSourceResourceUnion;
|
1410
|
-
|
1411
|
-
/** Optional parameters. */
|
1412
|
-
export interface EventSourcesDeleteOptionalParams
|
1413
|
-
extends coreClient.OperationOptions {}
|
1414
|
-
|
1415
|
-
/** Optional parameters. */
|
1416
|
-
export interface EventSourcesListByEnvironmentOptionalParams
|
1417
|
-
extends coreClient.OperationOptions {}
|
1418
|
-
|
1419
|
-
/** Contains response data for the listByEnvironment operation. */
|
1420
|
-
export type EventSourcesListByEnvironmentResponse = EventSourceListResponse;
|
1421
|
-
|
1422
|
-
/** Optional parameters. */
|
1423
|
-
export interface ReferenceDataSetsCreateOrUpdateOptionalParams
|
1424
|
-
extends coreClient.OperationOptions {}
|
1425
|
-
|
1426
|
-
/** Contains response data for the createOrUpdate operation. */
|
1427
|
-
export type ReferenceDataSetsCreateOrUpdateResponse = ReferenceDataSetResource;
|
1428
|
-
|
1429
|
-
/** Optional parameters. */
|
1430
|
-
export interface ReferenceDataSetsGetOptionalParams
|
1431
|
-
extends coreClient.OperationOptions {}
|
1432
|
-
|
1433
|
-
/** Contains response data for the get operation. */
|
1434
|
-
export type ReferenceDataSetsGetResponse = ReferenceDataSetResource;
|
1435
|
-
|
1436
|
-
/** Optional parameters. */
|
1437
|
-
export interface ReferenceDataSetsUpdateOptionalParams
|
1438
|
-
extends coreClient.OperationOptions {}
|
1439
|
-
|
1440
|
-
/** Contains response data for the update operation. */
|
1441
|
-
export type ReferenceDataSetsUpdateResponse = ReferenceDataSetResource;
|
1442
|
-
|
1443
|
-
/** Optional parameters. */
|
1444
|
-
export interface ReferenceDataSetsDeleteOptionalParams
|
1445
|
-
extends coreClient.OperationOptions {}
|
1446
|
-
|
1447
|
-
/** Optional parameters. */
|
1448
|
-
export interface ReferenceDataSetsListByEnvironmentOptionalParams
|
1449
|
-
extends coreClient.OperationOptions {}
|
1450
|
-
|
1451
|
-
/** Contains response data for the listByEnvironment operation. */
|
1452
|
-
export type ReferenceDataSetsListByEnvironmentResponse = ReferenceDataSetListResponse;
|
1453
|
-
|
1454
|
-
/** Optional parameters. */
|
1455
|
-
export interface AccessPoliciesCreateOrUpdateOptionalParams
|
1456
|
-
extends coreClient.OperationOptions {}
|
1457
|
-
|
1458
|
-
/** Contains response data for the createOrUpdate operation. */
|
1459
|
-
export type AccessPoliciesCreateOrUpdateResponse = AccessPolicyResource;
|
1460
|
-
|
1461
|
-
/** Optional parameters. */
|
1462
|
-
export interface AccessPoliciesGetOptionalParams
|
1463
|
-
extends coreClient.OperationOptions {}
|
1464
|
-
|
1465
|
-
/** Contains response data for the get operation. */
|
1466
|
-
export type AccessPoliciesGetResponse = AccessPolicyResource;
|
1467
|
-
|
1468
|
-
/** Optional parameters. */
|
1469
|
-
export interface AccessPoliciesUpdateOptionalParams
|
1470
|
-
extends coreClient.OperationOptions {}
|
1471
|
-
|
1472
|
-
/** Contains response data for the update operation. */
|
1473
|
-
export type AccessPoliciesUpdateResponse = AccessPolicyResource;
|
1474
|
-
|
1475
|
-
/** Optional parameters. */
|
1476
|
-
export interface AccessPoliciesDeleteOptionalParams
|
1477
|
-
extends coreClient.OperationOptions {}
|
1478
|
-
|
1479
|
-
/** Optional parameters. */
|
1480
|
-
export interface AccessPoliciesListByEnvironmentOptionalParams
|
1481
|
-
extends coreClient.OperationOptions {}
|
1482
|
-
|
1483
|
-
/** Contains response data for the listByEnvironment operation. */
|
1484
|
-
export type AccessPoliciesListByEnvironmentResponse = AccessPolicyListResponse;
|
1485
|
-
|
1486
|
-
/** Optional parameters. */
|
1487
|
-
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
1488
|
-
extends coreClient.OperationOptions {}
|
1489
|
-
|
1490
|
-
/** Contains response data for the createOrUpdate operation. */
|
1491
|
-
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
1492
|
-
|
1493
|
-
/** Optional parameters. */
|
1494
|
-
export interface PrivateEndpointConnectionsGetOptionalParams
|
1495
|
-
extends coreClient.OperationOptions {}
|
1496
|
-
|
1497
|
-
/** Contains response data for the get operation. */
|
1498
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
1499
|
-
|
1500
|
-
/** Optional parameters. */
|
1501
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams
|
1502
|
-
extends coreClient.OperationOptions {}
|
1503
|
-
|
1504
|
-
/** Optional parameters. */
|
1505
|
-
export interface PrivateEndpointConnectionsListByEnvironmentOptionalParams
|
1506
|
-
extends coreClient.OperationOptions {}
|
1507
|
-
|
1508
|
-
/** Contains response data for the listByEnvironment operation. */
|
1509
|
-
export type PrivateEndpointConnectionsListByEnvironmentResponse = PrivateEndpointConnectionListResult;
|
1510
|
-
|
1511
|
-
/** Optional parameters. */
|
1512
|
-
export interface PrivateLinkResourcesListSupportedOptionalParams
|
1513
|
-
extends coreClient.OperationOptions {}
|
1514
|
-
|
1515
|
-
/** Contains response data for the listSupported operation. */
|
1516
|
-
export type PrivateLinkResourcesListSupportedResponse = PrivateLinkResourceListResult;
|
1517
|
-
|
1518
|
-
/** Optional parameters. */
|
1519
|
-
export interface TimeSeriesInsightsClientOptionalParams
|
1520
|
-
extends coreClient.ServiceClientOptions {
|
1521
|
-
/** server parameter */
|
1522
|
-
$host?: string;
|
1523
|
-
/** Api Version */
|
1524
|
-
apiVersion?: string;
|
1525
|
-
/** Overrides client endpoint. */
|
1526
|
-
endpoint?: string;
|
1527
|
-
}
|