@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/README.md
CHANGED
@@ -48,20 +48,28 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
|
|
48
48
|
|
49
49
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
50
50
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
51
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
52
|
+
|
53
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
54
|
+
import { TimeSeriesInsightsClient } from "@azure/arm-timeseriesinsights";
|
55
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
55
56
|
|
56
57
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
57
58
|
const client = new TimeSeriesInsightsClient(new DefaultAzureCredential(), subscriptionId);
|
59
|
+
```
|
60
|
+
|
61
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
62
|
+
|
63
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
64
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
65
|
+
import { TimeSeriesInsightsClient } from "@azure/arm-timeseriesinsights";
|
58
66
|
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
67
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
68
|
+
const credential = new InteractiveBrowserCredential({
|
69
|
+
tenantId: "<YOUR_TENANT_ID>",
|
70
|
+
clientId: "<YOUR_CLIENT_ID>",
|
71
|
+
});
|
72
|
+
const client = new TimeSeriesInsightsClient(credential, subscriptionId);
|
65
73
|
```
|
66
74
|
|
67
75
|
### JavaScript Bundle
|
@@ -80,8 +88,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
80
88
|
|
81
89
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
82
90
|
|
83
|
-
```
|
84
|
-
|
91
|
+
```ts snippet:SetLogLevel
|
92
|
+
import { setLogLevel } from "@azure/logger";
|
93
|
+
|
85
94
|
setLogLevel("info");
|
86
95
|
```
|
87
96
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,cAAc,iCAAiC,CAAC"}
|
@@ -6,8 +6,8 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
10
|
-
export * from "./models";
|
11
|
-
export { TimeSeriesInsightsClient } from "./timeSeriesInsightsClient";
|
12
|
-
export * from "./operationsInterfaces";
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
10
|
+
export * from "./models/index.js";
|
11
|
+
export { TimeSeriesInsightsClient } from "./timeSeriesInsightsClient.js";
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
13
13
|
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { TimeSeriesInsightsClient } from \"./timeSeriesInsightsClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { __rest } from "tslib";
|
9
|
+
export class LroImpl {
|
10
|
+
constructor(sendOperationFn, args, spec, requestPath = spec.path, requestMethod = spec.httpMethod) {
|
11
|
+
this.sendOperationFn = sendOperationFn;
|
12
|
+
this.args = args;
|
13
|
+
this.spec = spec;
|
14
|
+
this.requestPath = requestPath;
|
15
|
+
this.requestMethod = requestMethod;
|
16
|
+
}
|
17
|
+
async sendInitialRequest() {
|
18
|
+
return this.sendOperationFn(this.args, this.spec);
|
19
|
+
}
|
20
|
+
async sendPollRequest(path) {
|
21
|
+
const _a = this.spec, { requestBody } = _a, restSpec = __rest(_a, ["requestBody"]);
|
22
|
+
return this.sendOperationFn(this.args, Object.assign(Object.assign({}, restSpec), { path, httpMethod: "GET" }));
|
23
|
+
}
|
24
|
+
}
|
25
|
+
//# sourceMappingURL=lroImpl.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,MAAM,OAAO,OAAO;IAClB,YACU,eAAkE,EAClE,IAA6B,EAC7B,IAIe,EAChB,cAAsB,IAAI,CAAC,IAAK,EAChC,gBAAwB,IAAI,CAAC,UAAU;QARtC,oBAAe,GAAf,eAAe,CAAmD;QAClE,SAAI,GAAJ,IAAI,CAAyB;QAC7B,SAAI,GAAJ,IAAI,CAIW;QAChB,gBAAW,GAAX,WAAW,CAAqB;QAChC,kBAAa,GAAb,aAAa,CAA0B;IAC7C,CAAC;IACG,KAAK,CAAC,kBAAkB;QAC7B,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;IACM,KAAK,CAAC,eAAe,CAAC,IAAY;QACvC,MAAM,KAA+B,IAAI,CAAC,IAAI,EAAxC,EAAE,WAAW,OAA2B,EAAtB,QAAQ,cAA1B,eAA4B,CAAY,CAAC;QAC/C,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,kCAChC,QAAQ,KACX,IAAI,EACJ,UAAU,EAAE,KAAK,IACjB,CAAC;IACL,CAAC;CACF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport class LroImpl<T> implements LongRunningOperation<T> {\n constructor(\n private sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>,\n private args: Record<string, unknown>,\n private spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>,\n public requestPath: string = spec.path!,\n public requestMethod: string = spec.httpMethod\n ) {}\n public async sendInitialRequest(): Promise<LroResponse<T>> {\n return this.sendOperationFn(this.args, this.spec);\n }\n public async sendPollRequest(path: string): Promise<LroResponse<T>> {\n const { requestBody, ...restSpec } = this.spec;\n return this.sendOperationFn(this.args, {\n ...restSpec,\n path,\n httpMethod: \"GET\"\n });\n }\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type EnvironmentUpdateParametersUnion =\n | EnvironmentUpdateParameters\n | Gen1EnvironmentUpdateParameters\n | Gen2EnvironmentUpdateParameters;\nexport type EventSourceUpdateParametersUnion =\n | EventSourceUpdateParameters\n | EventHubEventSourceUpdateParameters\n | IoTHubEventSourceUpdateParameters;\nexport type EnvironmentCreateOrUpdateParametersUnion =\n | EnvironmentCreateOrUpdateParameters\n | Gen1EnvironmentCreateOrUpdateParameters\n | Gen2EnvironmentCreateOrUpdateParameters;\nexport type EventSourceCreateOrUpdateParametersUnion =\n | EventSourceCreateOrUpdateParameters\n | EventHubEventSourceCreateOrUpdateParameters\n | IoTHubEventSourceCreateOrUpdateParameters;\nexport type EnvironmentResourceUnion =\n | EnvironmentResource\n | Gen1EnvironmentResource\n | Gen2EnvironmentResource;\nexport type EventSourceResourceUnion =\n | EventSourceResource\n | EventHubEventSourceResource\n | IoTHubEventSourceResource;\n\n/** 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. */\nexport interface OperationListResult {\n /**\n * List of Time Series Insights operations supported by the Microsoft.TimeSeriesInsights resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A Time Series Insights REST API operation */\nexport interface Operation {\n /**\n * The name of the operation being performed on this particular object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Contains the localized display information for this particular operation / action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n /** The intended executor of the operation. */\n origin?: string;\n /** One property of operation, include metric specifications. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** Contains the localized display information for this particular operation / action. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly form of the resource type related to this action/operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The localized friendly name for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The localized friendly description for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** One property of operation, include metric specifications. */\nexport interface ServiceSpecification {\n /** Metric specifications of operation. */\n metricSpecifications?: MetricSpecification[];\n /** A list of Azure Monitoring log definitions. */\n logSpecifications?: LogSpecification[];\n}\n\n/** Metric specification of operation. */\nexport interface MetricSpecification {\n /** Name of metric specification. */\n name?: string;\n /** Display name of metric specification. */\n displayName?: string;\n /** Display description of metric specification. */\n displayDescription?: string;\n /** Unit could be Bytes or Count. */\n unit?: string;\n /** Dimensions of blobs, including blob type and access tier. */\n dimensions?: Dimension[];\n /** Aggregation type could be Average. */\n aggregationType?: string;\n /** Retention policies of a resource metric. */\n availabilities?: MetricAvailability[];\n /** The category this metric specification belong to, could be Capacity. */\n category?: string;\n /** Account Resource Id. */\n resourceIdDimensionNameOverride?: string;\n}\n\n/** Dimension of blobs, possibly be blob type or access tier. */\nexport interface Dimension {\n /** Display name of dimension. */\n name?: string;\n /** Display name of dimension. */\n displayName?: string;\n}\n\n/** Retention policy of a resource metric. */\nexport interface MetricAvailability {\n timeGrain?: string;\n blobDuration?: string;\n}\n\n/** The specification of an Azure Monitoring log. */\nexport interface LogSpecification {\n /** Log name. */\n name?: string;\n /** Log display name. */\n displayName?: string;\n}\n\n/** Contains information about an API error. */\nexport interface CloudError {\n /** Describes a particular API error with an error code and a message. */\n error?: CloudErrorBody;\n}\n\n/** Describes a particular API error with an error code and a message. */\nexport interface CloudErrorBody {\n /** An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases. */\n code?: string;\n /** A message that describes the error in detail and provides debugging information. */\n message?: string;\n /** The target of the particular error (for example, the name of the property in error). */\n target?: string;\n /** Contains nested errors that are related to this error. */\n details?: CloudErrorBody[];\n}\n\n/** 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. */\nexport interface Sku {\n /** The name of this SKU. */\n name: SkuName;\n /** The capacity of the sku. For Gen1 environments, this value can be changed to support scale out of environments after they have been created. */\n capacity: number;\n}\n\n/** Properties required to create any resource tracked by Azure Resource Manager. */\nexport interface CreateOrUpdateTrackedResourceProperties {\n /** The location of the resource. */\n location: string;\n /** Key-value pairs of additional properties for the resource. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Parameters supplied to the Update Environment operation. */\nexport interface EnvironmentUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Gen1\" | \"Gen2\";\n /** Key-value pairs of additional properties for the environment. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of the List Environments operation. */\nexport interface EnvironmentListResponse {\n /** Result of the List Environments operation. */\n value?: EnvironmentResourceUnion[];\n}\n\n/** 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. */\nexport interface LocalTimestamp {\n /** An enum that represents the format of the local timestamp property that needs to be set. */\n format?: LocalTimestampFormat;\n /** An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded. */\n timeZoneOffset?: LocalTimestampTimeZoneOffset;\n}\n\n/** An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded. */\nexport interface LocalTimestampTimeZoneOffset {\n /** 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) */\n propertyName?: string;\n}\n\n/** Parameters supplied to the Update Event Source operation. */\nexport interface EventSourceUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Microsoft.EventHub\" | \"Microsoft.IoTHub\";\n /** Key-value pairs of additional properties for the event source. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of the List EventSources operation. */\nexport interface EventSourceListResponse {\n /** Result of the List EventSources operation. */\n value?: EventSourceResourceUnion[];\n}\n\n/** Properties used to create a reference data set. */\nexport interface ReferenceDataSetCreationProperties {\n /** The list of key properties for the reference data set. */\n keyProperties: ReferenceDataSetKeyProperty[];\n /** 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. */\n dataStringComparisonBehavior?: DataStringComparisonBehavior;\n}\n\n/** A key property for the reference data set. A reference data set can have multiple key properties. */\nexport interface ReferenceDataSetKeyProperty {\n /** The name of the key property. */\n name?: string;\n /** The type of the key property. */\n type?: ReferenceDataKeyPropertyType;\n}\n\n/** Properties that are common to all tracked resources. */\nexport interface ResourceProperties {\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n}\n\n/** Parameters supplied to the Update Reference Data Set operation. */\nexport interface ReferenceDataSetUpdateParameters {\n /** Key-value pairs of additional properties for the reference data set. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The response of the List Reference Data Sets operation. */\nexport interface ReferenceDataSetListResponse {\n /** Result of the List Reference Data Sets operation. */\n value?: ReferenceDataSetResource[];\n}\n\nexport interface AccessPolicyCreateOrUpdateParameters {\n /** The objectId of the principal in Azure Active Directory. */\n principalObjectId?: string;\n /** An description of the access policy. */\n description?: string;\n /** The list of roles the principal is assigned on the environment. */\n roles?: AccessPolicyRole[];\n}\n\nexport interface AccessPolicyUpdateParameters {\n /** An description of the access policy. */\n description?: string;\n /** The list of roles the principal is assigned on the environment. */\n roles?: AccessPolicyRole[];\n}\n\n/** The response of the List access policies operation. */\nexport interface AccessPolicyListResponse {\n /** Result of the List access policies operation. */\n value?: AccessPolicyResource[];\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for Private Endpoint\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** List of private endpoint connection associated with the specified storage account */\nexport interface PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** 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. */\nexport interface WarmStoreConfigurationProperties {\n /** ISO8601 timespan specifying the number of days the environment's events will be available for query from the warm store. */\n dataRetention: string;\n}\n\n/** 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. */\nexport interface Gen2StorageConfigurationInput {\n /** The name of the storage account that will hold the environment's Gen2 data. */\n accountName: string;\n /** 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. */\n managementKey: string;\n}\n\n/** The storage configuration provides the non-secret connection details about the customer storage account that is used to store the environment's data. */\nexport interface Gen2StorageConfigurationOutput {\n /** The name of the storage account that will hold the environment's Gen2 data. */\n accountName: string;\n}\n\n/** 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. */\nexport interface Gen2StorageConfigurationMutableProperties {\n /** 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. */\n managementKey: string;\n}\n\n/** Properties used to create a Gen1 environment. */\nexport interface Gen1EnvironmentCreationProperties {\n /** ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. */\n dataRetentionTime: string;\n /** 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. */\n storageLimitExceededBehavior?: StorageLimitExceededBehavior;\n /** The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported. */\n partitionKeyProperties?: TimeSeriesIdProperty[];\n}\n\n/** The structure of the property that a time series id can have. An environment can have multiple such properties. */\nexport interface TimeSeriesIdProperty {\n /** The name of the property. */\n name?: string;\n /** The type of the property. */\n type?: PropertyType;\n}\n\n/** An object that represents the status of the environment, and its internal state in the Time Series Insights service. */\nexport interface EnvironmentStatus {\n /**\n * An object that represents the status of ingress on an environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ingress?: IngressEnvironmentStatus;\n /**\n * An object that represents the status of warm storage on an environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly warmStorage?: WarmStorageEnvironmentStatus;\n}\n\n/** An object that represents the status of ingress on an environment. */\nexport interface IngressEnvironmentStatus {\n /** This string represents the state of ingress operations on an environment. It can be \"Disabled\", \"Ready\", \"Running\", \"Paused\" or \"Unknown\" */\n state?: IngressState;\n /**\n * An object that contains the details about an environment's state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly stateDetails?: EnvironmentStateDetails;\n}\n\n/** An object that contains the details about an environment's state. */\nexport interface EnvironmentStateDetails {\n /** Contains the code that represents the reason of an environment being in a particular state. Can be used to programmatically handle specific cases. */\n code?: string;\n /** A message that describes the state in detail. */\n message?: string;\n}\n\n/** An object that represents the status of warm storage on an environment. */\nexport interface WarmStorageEnvironmentStatus {\n /** This string represents the state of warm storage properties usage. It can be \"Ok\", \"Error\", \"Unknown\". */\n state?: WarmStoragePropertiesState;\n /** 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 */\n currentCount?: number;\n /** 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. */\n maxCount?: number;\n}\n\n/** An object that represents a set of mutable event source resource properties. */\nexport interface EventSourceMutableProperties {\n /** 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. */\n timestampPropertyName?: string;\n}\n\n/** Parameters supplied to the CreateOrUpdate Environment operation. */\nexport interface EnvironmentCreateOrUpdateParameters\n extends CreateOrUpdateTrackedResourceProperties {\n /** The kind of the environment. */\n kind: EnvironmentKind;\n /** 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. */\n sku: Sku;\n}\n\n/** Parameters supplied to the Create or Update Event Source operation. */\nexport interface EventSourceCreateOrUpdateParameters\n extends CreateOrUpdateTrackedResourceProperties {\n /** The kind of the event source. */\n kind: EventSourceKind;\n /** 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. */\n localTimestamp?: LocalTimestamp;\n}\n\nexport interface ReferenceDataSetCreateOrUpdateParameters\n extends CreateOrUpdateTrackedResourceProperties {\n /** The list of key properties for the reference data set. */\n keyProperties: ReferenceDataSetKeyProperty[];\n /** 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. */\n dataStringComparisonBehavior?: DataStringComparisonBehavior;\n}\n\n/** Time Series Insights resource that is tracked by Azure Resource Manager. */\nexport interface TrackedResource extends Resource {\n /** Resource location */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** 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. */\nexport interface AccessPolicyResource extends Resource {\n /** The objectId of the principal in Azure Active Directory. */\n principalObjectId?: string;\n /** An description of the access policy. */\n description?: string;\n /** The list of roles the principal is assigned on the environment. */\n roles?: AccessPolicyRole[];\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * Provisioning state of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n /** The resource of private end point. */\n privateEndpoint?: PrivateEndpoint;\n /** The provisioning state of the private endpoint connection resource. */\n groupIds?: string[];\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** Parameters supplied to the Update Environment operation to update a Gen1 environment. */\nexport interface Gen1EnvironmentUpdateParameters\n extends EnvironmentUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Gen1\";\n /** The sku of the environment. */\n sku?: Sku;\n /** ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. */\n dataRetentionTime?: string;\n /** 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. */\n storageLimitExceededBehavior?: StorageLimitExceededBehavior;\n}\n\n/** Parameters supplied to the Update Environment operation to update a Gen2 environment. */\nexport interface Gen2EnvironmentUpdateParameters\n extends EnvironmentUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Gen2\";\n /** 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. */\n storageConfiguration?: Gen2StorageConfigurationMutableProperties;\n /** 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. */\n warmStoreConfiguration?: WarmStoreConfigurationProperties;\n}\n\n/** Parameters supplied to the Update Event Source operation to update an EventHub event source. */\nexport interface EventHubEventSourceUpdateParameters\n extends EventSourceUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Microsoft.EventHub\";\n /** 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. */\n timestampPropertyName?: string;\n /** 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. */\n sharedAccessKey?: string;\n}\n\n/** Parameters supplied to the Update Event Source operation to update an IoTHub event source. */\nexport interface IoTHubEventSourceUpdateParameters\n extends EventSourceUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Microsoft.IoTHub\";\n /** 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. */\n timestampPropertyName?: string;\n /** 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. */\n sharedAccessKey?: string;\n}\n\n/** Properties of the reference data set. */\nexport interface ReferenceDataSetResourceProperties\n extends ReferenceDataSetCreationProperties,\n ResourceProperties {}\n\n/** Properties of the environment. */\nexport interface EnvironmentResourceProperties extends ResourceProperties {\n /**\n * An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataAccessId?: string;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataAccessFqdn?: string;\n /**\n * An object that represents the status of the environment, and its internal state in the Time Series Insights service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: EnvironmentStatus;\n}\n\n/** Properties of the event source. */\nexport interface EventSourceCommonProperties extends ResourceProperties {\n /** 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. */\n timestampPropertyName?: string;\n /** 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. */\n localTimestamp?: LocalTimestamp;\n /** The type of the ingressStartAt, It can be \"EarliestAvailable\", \"EventSourceCreationTime\", \"CustomEnqueuedTime\". */\n type?: IngressStartAtType;\n /** 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. */\n time?: string;\n}\n\n/** Properties of the Gen1 environment. */\nexport interface Gen1EnvironmentResourceProperties\n extends Gen1EnvironmentCreationProperties,\n EnvironmentResourceProperties {}\n\n/** An object that represents a set of mutable EventHub event source resource properties. */\nexport interface EventHubEventSourceMutableProperties\n extends EventSourceMutableProperties {\n /** 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. */\n sharedAccessKey?: string;\n}\n\n/** An object that represents a set of mutable IoTHub event source resource properties. */\nexport interface IoTHubEventSourceMutableProperties\n extends EventSourceMutableProperties {\n /** 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. */\n sharedAccessKey?: string;\n}\n\n/** Parameters supplied to the Create or Update Environment operation for a Gen1 environment. */\nexport interface Gen1EnvironmentCreateOrUpdateParameters\n extends EnvironmentCreateOrUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Gen1\";\n /** ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. */\n dataRetentionTime: string;\n /** 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. */\n storageLimitExceededBehavior?: StorageLimitExceededBehavior;\n /** The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported. */\n partitionKeyProperties?: TimeSeriesIdProperty[];\n}\n\n/** Parameters supplied to the Create or Update Environment operation for a Gen2 environment. */\nexport interface Gen2EnvironmentCreateOrUpdateParameters\n extends EnvironmentCreateOrUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Gen2\";\n /** The list of event properties which will be used to define the environment's time series id. */\n timeSeriesIdProperties: TimeSeriesIdProperty[];\n /** 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. */\n storageConfiguration: Gen2StorageConfigurationInput;\n /** 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. */\n warmStoreConfiguration?: WarmStoreConfigurationProperties;\n /** 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. */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The list of private endpoint connections to the environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\n/** Parameters supplied to the Create or Update Event Source operation for an EventHub event source. */\nexport interface EventHubEventSourceCreateOrUpdateParameters\n extends EventSourceCreateOrUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Microsoft.EventHub\";\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** 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. */\n timestampPropertyName?: string;\n /** 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. */\n localTimestampPropertiesLocalTimestamp?: LocalTimestamp;\n /** The type of the ingressStartAt, It can be \"EarliestAvailable\", \"EventSourceCreationTime\", \"CustomEnqueuedTime\". */\n type?: IngressStartAtType;\n /** 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. */\n time?: string;\n /** The resource id of the event source in Azure Resource Manager. */\n eventSourceResourceId: string;\n /** The name of the service bus that contains the event hub. */\n serviceBusNamespace: string;\n /** The name of the event hub. */\n eventHubName: string;\n /** The name of the event hub's consumer group that holds the partitions from which events will be read. */\n consumerGroupName: string;\n /** 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. */\n keyName: string;\n /** 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. */\n sharedAccessKey: string;\n}\n\n/** Parameters supplied to the Create or Update Event Source operation for an IoTHub event source. */\nexport interface IoTHubEventSourceCreateOrUpdateParameters\n extends EventSourceCreateOrUpdateParameters {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Microsoft.IoTHub\";\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** 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. */\n timestampPropertyName?: string;\n /** 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. */\n localTimestampPropertiesLocalTimestamp?: LocalTimestamp;\n /** The type of the ingressStartAt, It can be \"EarliestAvailable\", \"EventSourceCreationTime\", \"CustomEnqueuedTime\". */\n type?: IngressStartAtType;\n /** 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. */\n time?: string;\n /** The resource id of the event source in Azure Resource Manager. */\n eventSourceResourceId: string;\n /** The name of the iot hub. */\n iotHubName: string;\n /** The name of the iot hub's consumer group that holds the partitions from which events will be read. */\n consumerGroupName: string;\n /** 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. */\n keyName: string;\n /** 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. */\n sharedAccessKey: string;\n}\n\n/** An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. */\nexport interface EnvironmentResource extends TrackedResource {\n /** 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. */\n sku: Sku;\n /** The kind of the environment. */\n kind: EnvironmentResourceKind;\n}\n\n/** 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 */\nexport interface EventSourceResource extends TrackedResource {\n /** The kind of the event source. */\n kind: EventSourceResourceKind;\n}\n\n/** 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. */\nexport interface ReferenceDataSetResource extends TrackedResource {\n /** The list of key properties for the reference data set. */\n keyProperties?: ReferenceDataSetKeyProperty[];\n /** 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. */\n dataStringComparisonBehavior?: DataStringComparisonBehavior;\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n}\n\n/** Properties of the Gen2 environment. */\nexport interface Gen2EnvironmentResourceProperties\n extends EnvironmentResourceProperties {\n /** The list of event properties which will be used to define the environment's time series id. */\n timeSeriesIdProperties: TimeSeriesIdProperty[];\n /** 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. */\n storageConfiguration: Gen2StorageConfigurationOutput;\n /** 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. */\n warmStoreConfiguration?: WarmStoreConfigurationProperties;\n /** 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. */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The list of private endpoint connections to the environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\n/** Properties of an event source that reads events from an event broker in Azure. */\nexport interface AzureEventSourceProperties\n extends EventSourceCommonProperties {\n /** The resource id of the event source in Azure Resource Manager. */\n eventSourceResourceId: string;\n}\n\n/** 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. */\nexport interface Gen1EnvironmentResource extends EnvironmentResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Gen1\";\n /** ISO8601 timespan specifying the minimum number of days the environment's events will be available for query. */\n dataRetentionTime: string;\n /** 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. */\n storageLimitExceededBehavior?: StorageLimitExceededBehavior;\n /** The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported. */\n partitionKeyProperties?: TimeSeriesIdProperty[];\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataAccessId?: string;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataAccessFqdn?: string;\n /**\n * An object that represents the status of the environment, and its internal state in the Time Series Insights service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: EnvironmentStatus;\n}\n\n/** 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. */\nexport interface Gen2EnvironmentResource extends EnvironmentResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Gen2\";\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /**\n * An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataAccessId?: string;\n /**\n * 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.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataAccessFqdn?: string;\n /**\n * An object that represents the status of the environment, and its internal state in the Time Series Insights service.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: EnvironmentStatus;\n /** The list of event properties which will be used to define the environment's time series id. */\n timeSeriesIdProperties: TimeSeriesIdProperty[];\n /** 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. */\n storageConfiguration: Gen2StorageConfigurationOutput;\n /** 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. */\n warmStoreConfiguration?: WarmStoreConfigurationProperties;\n /** 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. */\n publicNetworkAccess?: PublicNetworkAccess;\n /**\n * The list of private endpoint connections to the environment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\n/** An event source that receives its data from an Azure EventHub. */\nexport interface EventHubEventSourceResource extends EventSourceResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Microsoft.EventHub\";\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** 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. */\n timestampPropertyName?: string;\n /** 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. */\n localTimestamp?: LocalTimestamp;\n /** The type of the ingressStartAt, It can be \"EarliestAvailable\", \"EventSourceCreationTime\", \"CustomEnqueuedTime\". */\n typePropertiesIngressStartAtType?: IngressStartAtType;\n /** 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. */\n time?: string;\n /** The resource id of the event source in Azure Resource Manager. */\n eventSourceResourceId: string;\n /** The name of the service bus that contains the event hub. */\n serviceBusNamespace: string;\n /** The name of the event hub. */\n eventHubName: string;\n /** The name of the event hub's consumer group that holds the partitions from which events will be read. */\n consumerGroupName: string;\n /** 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. */\n keyName: string;\n}\n\n/** An event source that receives its data from an Azure IoTHub. */\nexport interface IoTHubEventSourceResource extends EventSourceResource {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n kind: \"Microsoft.IoTHub\";\n /**\n * Provisioning state of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * The time the resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n /** 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. */\n timestampPropertyName?: string;\n /** 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. */\n localTimestamp?: LocalTimestamp;\n /** The type of the ingressStartAt, It can be \"EarliestAvailable\", \"EventSourceCreationTime\", \"CustomEnqueuedTime\". */\n typePropertiesIngressStartAtType?: IngressStartAtType;\n /** 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. */\n time?: string;\n /** The resource id of the event source in Azure Resource Manager. */\n eventSourceResourceId: string;\n /** The name of the iot hub. */\n iotHubName: string;\n /** The name of the iot hub's consumer group that holds the partitions from which events will be read. */\n consumerGroupName: string;\n /** 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. */\n keyName: string;\n}\n\n/** Properties of the EventHub event source. */\nexport interface EventHubEventSourceCommonProperties\n extends AzureEventSourceProperties {\n /** The name of the service bus that contains the event hub. */\n serviceBusNamespace: string;\n /** The name of the event hub. */\n eventHubName: string;\n /** The name of the event hub's consumer group that holds the partitions from which events will be read. */\n consumerGroupName: string;\n /** 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. */\n keyName: string;\n}\n\n/** Properties of the IoTHub event source. */\nexport interface IoTHubEventSourceCommonProperties\n extends AzureEventSourceProperties {\n /** The name of the iot hub. */\n iotHubName: string;\n /** The name of the iot hub's consumer group that holds the partitions from which events will be read. */\n consumerGroupName: string;\n /** 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. */\n keyName: string;\n}\n\n/** Properties of the EventHub event source that are required on create or update requests. */\nexport interface EventHubEventSourceCreationProperties\n extends EventHubEventSourceCommonProperties {\n /** 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. */\n sharedAccessKey: string;\n}\n\n/** Properties of the EventHub event source resource. */\nexport interface EventHubEventSourceResourceProperties\n extends EventHubEventSourceCommonProperties {}\n\n/** Properties of the IoTHub event source that are required on create or update requests. */\nexport interface IoTHubEventSourceCreationProperties\n extends IoTHubEventSourceCommonProperties {\n /** 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. */\n sharedAccessKey: string;\n}\n\n/** Properties of the IoTHub event source resource. */\nexport interface IoTHubEventSourceResourceProperties\n extends IoTHubEventSourceCommonProperties {}\n\n/** Known values of {@link EnvironmentKind} that the service accepts. */\nexport enum KnownEnvironmentKind {\n /** Gen1 */\n Gen1 = \"Gen1\",\n /** Gen2 */\n Gen2 = \"Gen2\"\n}\n\n/**\n * Defines values for EnvironmentKind. \\\n * {@link KnownEnvironmentKind} can be used interchangeably with EnvironmentKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Gen1** \\\n * **Gen2**\n */\nexport type EnvironmentKind = string;\n\n/** Known values of {@link SkuName} that the service accepts. */\nexport enum KnownSkuName {\n /** S1 */\n S1 = \"S1\",\n /** S2 */\n S2 = \"S2\",\n /** P1 */\n P1 = \"P1\",\n /** L1 */\n L1 = \"L1\"\n}\n\n/**\n * Defines values for SkuName. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **S1** \\\n * **S2** \\\n * **P1** \\\n * **L1**\n */\nexport type SkuName = string;\n\n/** Known values of {@link EnvironmentResourceKind} that the service accepts. */\nexport enum KnownEnvironmentResourceKind {\n /** Gen1 */\n Gen1 = \"Gen1\",\n /** Gen2 */\n Gen2 = \"Gen2\"\n}\n\n/**\n * Defines values for EnvironmentResourceKind. \\\n * {@link KnownEnvironmentResourceKind} can be used interchangeably with EnvironmentResourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Gen1** \\\n * **Gen2**\n */\nexport type EnvironmentResourceKind = string;\n\n/** Known values of {@link EventSourceKind} that the service accepts. */\nexport enum KnownEventSourceKind {\n /** MicrosoftEventHub */\n MicrosoftEventHub = \"Microsoft.EventHub\",\n /** MicrosoftIoTHub */\n MicrosoftIoTHub = \"Microsoft.IoTHub\"\n}\n\n/**\n * Defines values for EventSourceKind. \\\n * {@link KnownEventSourceKind} can be used interchangeably with EventSourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.EventHub** \\\n * **Microsoft.IoTHub**\n */\nexport type EventSourceKind = string;\n\n/** Known values of {@link LocalTimestampFormat} that the service accepts. */\nexport enum KnownLocalTimestampFormat {\n /** Embedded */\n Embedded = \"Embedded\"\n}\n\n/**\n * Defines values for LocalTimestampFormat. \\\n * {@link KnownLocalTimestampFormat} can be used interchangeably with LocalTimestampFormat,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Embedded**\n */\nexport type LocalTimestampFormat = string;\n\n/** Known values of {@link EventSourceResourceKind} that the service accepts. */\nexport enum KnownEventSourceResourceKind {\n /** MicrosoftEventHub */\n MicrosoftEventHub = \"Microsoft.EventHub\",\n /** MicrosoftIoTHub */\n MicrosoftIoTHub = \"Microsoft.IoTHub\"\n}\n\n/**\n * Defines values for EventSourceResourceKind. \\\n * {@link KnownEventSourceResourceKind} can be used interchangeably with EventSourceResourceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Microsoft.EventHub** \\\n * **Microsoft.IoTHub**\n */\nexport type EventSourceResourceKind = string;\n\n/** Known values of {@link ReferenceDataKeyPropertyType} that the service accepts. */\nexport enum KnownReferenceDataKeyPropertyType {\n /** String */\n String = \"String\",\n /** Double */\n Double = \"Double\",\n /** Bool */\n Bool = \"Bool\",\n /** DateTime */\n DateTime = \"DateTime\"\n}\n\n/**\n * Defines values for ReferenceDataKeyPropertyType. \\\n * {@link KnownReferenceDataKeyPropertyType} can be used interchangeably with ReferenceDataKeyPropertyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **String** \\\n * **Double** \\\n * **Bool** \\\n * **DateTime**\n */\nexport type ReferenceDataKeyPropertyType = string;\n\n/** Known values of {@link DataStringComparisonBehavior} that the service accepts. */\nexport enum KnownDataStringComparisonBehavior {\n /** Ordinal */\n Ordinal = \"Ordinal\",\n /** OrdinalIgnoreCase */\n OrdinalIgnoreCase = \"OrdinalIgnoreCase\"\n}\n\n/**\n * Defines values for DataStringComparisonBehavior. \\\n * {@link KnownDataStringComparisonBehavior} can be used interchangeably with DataStringComparisonBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ordinal** \\\n * **OrdinalIgnoreCase**\n */\nexport type DataStringComparisonBehavior = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Creating** \\\n * **Updating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Deleting**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link AccessPolicyRole} that the service accepts. */\nexport enum KnownAccessPolicyRole {\n /** Reader */\n Reader = \"Reader\",\n /** Contributor */\n Contributor = \"Contributor\"\n}\n\n/**\n * Defines values for AccessPolicyRole. \\\n * {@link KnownAccessPolicyRole} can be used interchangeably with AccessPolicyRole,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Reader** \\\n * **Contributor**\n */\nexport type AccessPolicyRole = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\"\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link StorageLimitExceededBehavior} that the service accepts. */\nexport enum KnownStorageLimitExceededBehavior {\n /** PurgeOldData */\n PurgeOldData = \"PurgeOldData\",\n /** PauseIngress */\n PauseIngress = \"PauseIngress\"\n}\n\n/**\n * Defines values for StorageLimitExceededBehavior. \\\n * {@link KnownStorageLimitExceededBehavior} can be used interchangeably with StorageLimitExceededBehavior,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PurgeOldData** \\\n * **PauseIngress**\n */\nexport type StorageLimitExceededBehavior = string;\n\n/** Known values of {@link PropertyType} that the service accepts. */\nexport enum KnownPropertyType {\n /** String */\n String = \"String\"\n}\n\n/**\n * Defines values for PropertyType. \\\n * {@link KnownPropertyType} can be used interchangeably with PropertyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **String**\n */\nexport type PropertyType = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"enabled\",\n /** Disabled */\n Disabled = \"disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **enabled** \\\n * **disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link IngressState} that the service accepts. */\nexport enum KnownIngressState {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Ready */\n Ready = \"Ready\",\n /** Running */\n Running = \"Running\",\n /** Paused */\n Paused = \"Paused\",\n /** Unknown */\n Unknown = \"Unknown\"\n}\n\n/**\n * Defines values for IngressState. \\\n * {@link KnownIngressState} can be used interchangeably with IngressState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Ready** \\\n * **Running** \\\n * **Paused** \\\n * **Unknown**\n */\nexport type IngressState = string;\n\n/** Known values of {@link WarmStoragePropertiesState} that the service accepts. */\nexport enum KnownWarmStoragePropertiesState {\n /** Ok */\n Ok = \"Ok\",\n /** Error */\n Error = \"Error\",\n /** Unknown */\n Unknown = \"Unknown\"\n}\n\n/**\n * Defines values for WarmStoragePropertiesState. \\\n * {@link KnownWarmStoragePropertiesState} can be used interchangeably with WarmStoragePropertiesState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ok** \\\n * **Error** \\\n * **Unknown**\n */\nexport type WarmStoragePropertiesState = string;\n\n/** Known values of {@link IngressStartAtType} that the service accepts. */\nexport enum KnownIngressStartAtType {\n /** EarliestAvailable */\n EarliestAvailable = \"EarliestAvailable\",\n /** EventSourceCreationTime */\n EventSourceCreationTime = \"EventSourceCreationTime\",\n /** CustomEnqueuedTime */\n CustomEnqueuedTime = \"CustomEnqueuedTime\"\n}\n\n/**\n * Defines values for IngressStartAtType. \\\n * {@link KnownIngressStartAtType} can be used interchangeably with IngressStartAtType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EarliestAvailable** \\\n * **EventSourceCreationTime** \\\n * **CustomEnqueuedTime**\n */\nexport type IngressStartAtType = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface EnvironmentsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EnvironmentsCreateOrUpdateResponse = EnvironmentResourceUnion;\n\n/** Optional parameters. */\nexport interface EnvironmentsGetOptionalParams\n extends coreClient.OperationOptions {\n /** Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service. */\n expand?: string;\n}\n\n/** Contains response data for the get operation. */\nexport type EnvironmentsGetResponse = EnvironmentResourceUnion;\n\n/** Optional parameters. */\nexport interface EnvironmentsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type EnvironmentsUpdateResponse = EnvironmentResourceUnion;\n\n/** Optional parameters. */\nexport interface EnvironmentsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EnvironmentsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type EnvironmentsListByResourceGroupResponse = EnvironmentListResponse;\n\n/** Optional parameters. */\nexport interface EnvironmentsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type EnvironmentsListBySubscriptionResponse = EnvironmentListResponse;\n\n/** Optional parameters. */\nexport interface EventSourcesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type EventSourcesCreateOrUpdateResponse = EventSourceResourceUnion;\n\n/** Optional parameters. */\nexport interface EventSourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type EventSourcesGetResponse = EventSourceResourceUnion;\n\n/** Optional parameters. */\nexport interface EventSourcesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type EventSourcesUpdateResponse = EventSourceResourceUnion;\n\n/** Optional parameters. */\nexport interface EventSourcesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EventSourcesListByEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEnvironment operation. */\nexport type EventSourcesListByEnvironmentResponse = EventSourceListResponse;\n\n/** Optional parameters. */\nexport interface ReferenceDataSetsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ReferenceDataSetsCreateOrUpdateResponse = ReferenceDataSetResource;\n\n/** Optional parameters. */\nexport interface ReferenceDataSetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ReferenceDataSetsGetResponse = ReferenceDataSetResource;\n\n/** Optional parameters. */\nexport interface ReferenceDataSetsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ReferenceDataSetsUpdateResponse = ReferenceDataSetResource;\n\n/** Optional parameters. */\nexport interface ReferenceDataSetsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ReferenceDataSetsListByEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEnvironment operation. */\nexport type ReferenceDataSetsListByEnvironmentResponse = ReferenceDataSetListResponse;\n\n/** Optional parameters. */\nexport interface AccessPoliciesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AccessPoliciesCreateOrUpdateResponse = AccessPolicyResource;\n\n/** Optional parameters. */\nexport interface AccessPoliciesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AccessPoliciesGetResponse = AccessPolicyResource;\n\n/** Optional parameters. */\nexport interface AccessPoliciesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type AccessPoliciesUpdateResponse = AccessPolicyResource;\n\n/** Optional parameters. */\nexport interface AccessPoliciesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface AccessPoliciesListByEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEnvironment operation. */\nexport type AccessPoliciesListByEnvironmentResponse = AccessPolicyListResponse;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByEnvironmentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByEnvironment operation. */\nexport type PrivateEndpointConnectionsListByEnvironmentResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListSupportedOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSupported operation. */\nexport type PrivateLinkResourcesListSupportedResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface TimeSeriesInsightsClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\"\n }\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\"\n }\n }\n }\n },\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const MetricSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Dimension\"\n }\n }\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n availabilities: {\n serializedName: \"availabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\"\n }\n }\n }\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\"\n }\n },\n resourceIdDimensionNameOverride: {\n serializedName: \"resourceIdDimensionNameOverride\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Dimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Dimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const MetricAvailability: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricAvailability\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n type: {\n name: \"String\"\n }\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const LogSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n};\n\nexport const CloudErrorBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudErrorBody\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n capacity: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 1\n },\n serializedName: \"capacity\",\n required: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CreateOrUpdateTrackedResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateOrUpdateTrackedResourceProperties\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentUpdateParameters\",\n uberParent: \"EnvironmentUpdateParameters\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const EnvironmentListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnvironmentResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LocalTimestamp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\",\n modelProperties: {\n format: {\n serializedName: \"format\",\n type: {\n name: \"String\"\n }\n },\n timeZoneOffset: {\n serializedName: \"timeZoneOffset\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestampTimeZoneOffset\"\n }\n }\n }\n }\n};\n\nexport const LocalTimestampTimeZoneOffset: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocalTimestampTimeZoneOffset\",\n modelProperties: {\n propertyName: {\n serializedName: \"propertyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSourceUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSourceUpdateParameters\",\n uberParent: \"EventSourceUpdateParameters\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const EventSourceListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSourceListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EventSourceResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetCreationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetCreationProperties\",\n modelProperties: {\n keyProperties: {\n serializedName: \"keyProperties\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetKeyProperty\"\n }\n }\n }\n },\n dataStringComparisonBehavior: {\n serializedName: \"dataStringComparisonBehavior\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetKeyProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetKeyProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccessPolicyCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessPolicyCreateOrUpdateParameters\",\n modelProperties: {\n principalObjectId: {\n serializedName: \"properties.principalObjectId\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccessPolicyUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessPolicyUpdateParameters\",\n modelProperties: {\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AccessPolicyListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessPolicyListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AccessPolicyResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const WarmStoreConfigurationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WarmStoreConfigurationProperties\",\n modelProperties: {\n dataRetention: {\n serializedName: \"dataRetention\",\n required: true,\n type: {\n name: \"TimeSpan\"\n }\n }\n }\n }\n};\n\nexport const Gen2StorageConfigurationInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Gen2StorageConfigurationInput\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n managementKey: {\n serializedName: \"managementKey\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Gen2StorageConfigurationOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Gen2StorageConfigurationOutput\",\n modelProperties: {\n accountName: {\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Gen2StorageConfigurationMutableProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Gen2StorageConfigurationMutableProperties\",\n modelProperties: {\n managementKey: {\n serializedName: \"managementKey\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Gen1EnvironmentCreationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Gen1EnvironmentCreationProperties\",\n modelProperties: {\n dataRetentionTime: {\n serializedName: \"dataRetentionTime\",\n required: true,\n type: {\n name: \"TimeSpan\"\n }\n },\n storageLimitExceededBehavior: {\n serializedName: \"storageLimitExceededBehavior\",\n type: {\n name: \"String\"\n }\n },\n partitionKeyProperties: {\n serializedName: \"partitionKeyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesIdProperty\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TimeSeriesIdProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesIdProperty\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentStatus\",\n modelProperties: {\n ingress: {\n serializedName: \"ingress\",\n type: {\n name: \"Composite\",\n className: \"IngressEnvironmentStatus\"\n }\n },\n warmStorage: {\n serializedName: \"warmStorage\",\n type: {\n name: \"Composite\",\n className: \"WarmStorageEnvironmentStatus\"\n }\n }\n }\n }\n};\n\nexport const IngressEnvironmentStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IngressEnvironmentStatus\",\n modelProperties: {\n state: {\n serializedName: \"state\",\n type: {\n name: \"String\"\n }\n },\n stateDetails: {\n serializedName: \"stateDetails\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentStateDetails\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentStateDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentStateDetails\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const WarmStorageEnvironmentStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WarmStorageEnvironmentStatus\",\n modelProperties: {\n state: {\n serializedName: \"propertiesUsage.state\",\n type: {\n name: \"String\"\n }\n },\n currentCount: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 1\n },\n serializedName: \"propertiesUsage.stateDetails.currentCount\",\n type: {\n name: \"Number\"\n }\n },\n maxCount: {\n constraints: {\n InclusiveMaximum: 10,\n InclusiveMinimum: 1\n },\n serializedName: \"propertiesUsage.stateDetails.maxCount\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const EventSourceMutableProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSourceMutableProperties\",\n modelProperties: {\n timestampPropertyName: {\n serializedName: \"timestampPropertyName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentCreateOrUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"EnvironmentCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentCreateOrUpdateParameters\",\n uberParent: \"CreateOrUpdateTrackedResourceProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...CreateOrUpdateTrackedResourceProperties.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n }\n }\n }\n};\n\nexport const EventSourceCreateOrUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"EventSourceCreateOrUpdateParameters\",\n type: {\n name: \"Composite\",\n className: \"EventSourceCreateOrUpdateParameters\",\n uberParent: \"CreateOrUpdateTrackedResourceProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...CreateOrUpdateTrackedResourceProperties.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n localTimestamp: {\n serializedName: \"localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetCreateOrUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetCreateOrUpdateParameters\",\n modelProperties: {\n ...CreateOrUpdateTrackedResourceProperties.type.modelProperties,\n keyProperties: {\n serializedName: \"properties.keyProperties\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetKeyProperty\"\n }\n }\n }\n },\n dataStringComparisonBehavior: {\n serializedName: \"properties.dataStringComparisonBehavior\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const AccessPolicyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AccessPolicyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n principalObjectId: {\n serializedName: \"properties.principalObjectId\",\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n roles: {\n serializedName: \"properties.roles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n groupIds: {\n serializedName: \"properties.groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Gen1EnvironmentUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Gen1\",\n type: {\n name: \"Composite\",\n className: \"Gen1EnvironmentUpdateParameters\",\n uberParent: \"EnvironmentUpdateParameters\",\n polymorphicDiscriminator:\n EnvironmentUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentUpdateParameters.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n dataRetentionTime: {\n serializedName: \"properties.dataRetentionTime\",\n type: {\n name: \"TimeSpan\"\n }\n },\n storageLimitExceededBehavior: {\n serializedName: \"properties.storageLimitExceededBehavior\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Gen2EnvironmentUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Gen2\",\n type: {\n name: \"Composite\",\n className: \"Gen2EnvironmentUpdateParameters\",\n uberParent: \"EnvironmentUpdateParameters\",\n polymorphicDiscriminator:\n EnvironmentUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentUpdateParameters.type.modelProperties,\n storageConfiguration: {\n serializedName: \"properties.storageConfiguration\",\n type: {\n name: \"Composite\",\n className: \"Gen2StorageConfigurationMutableProperties\"\n }\n },\n warmStoreConfiguration: {\n serializedName: \"properties.warmStoreConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WarmStoreConfigurationProperties\"\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceUpdateParameters\",\n uberParent: \"EventSourceUpdateParameters\",\n polymorphicDiscriminator:\n EventSourceUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSourceUpdateParameters.type.modelProperties,\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessKey: {\n serializedName: \"properties.sharedAccessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.IoTHub\",\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceUpdateParameters\",\n uberParent: \"EventSourceUpdateParameters\",\n polymorphicDiscriminator:\n EventSourceUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSourceUpdateParameters.type.modelProperties,\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n sharedAccessKey: {\n serializedName: \"properties.sharedAccessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetResourceProperties\",\n modelProperties: {\n ...ReferenceDataSetCreationProperties.type.modelProperties,\n ...ResourceProperties.type.modelProperties\n }\n }\n};\n\nexport const EnvironmentResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnvironmentResourceProperties\",\n modelProperties: {\n ...ResourceProperties.type.modelProperties,\n dataAccessId: {\n serializedName: \"dataAccessId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n dataAccessFqdn: {\n serializedName: \"dataAccessFqdn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentStatus\"\n }\n }\n }\n }\n};\n\nexport const EventSourceCommonProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventSourceCommonProperties\",\n modelProperties: {\n ...ResourceProperties.type.modelProperties,\n timestampPropertyName: {\n serializedName: \"timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n localTimestamp: {\n serializedName: \"localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n },\n type: {\n serializedName: \"ingressStartAt.type\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"ingressStartAt.time\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Gen1EnvironmentResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Gen1EnvironmentResourceProperties\",\n modelProperties: {\n ...Gen1EnvironmentCreationProperties.type.modelProperties,\n ...EnvironmentResourceProperties.type.modelProperties\n }\n }\n};\n\nexport const EventHubEventSourceMutableProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceMutableProperties\",\n modelProperties: {\n ...EventSourceMutableProperties.type.modelProperties,\n sharedAccessKey: {\n serializedName: \"sharedAccessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceMutableProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceMutableProperties\",\n modelProperties: {\n ...EventSourceMutableProperties.type.modelProperties,\n sharedAccessKey: {\n serializedName: \"sharedAccessKey\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Gen1EnvironmentCreateOrUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Gen1\",\n type: {\n name: \"Composite\",\n className: \"Gen1EnvironmentCreateOrUpdateParameters\",\n uberParent: \"EnvironmentCreateOrUpdateParameters\",\n polymorphicDiscriminator:\n EnvironmentCreateOrUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentCreateOrUpdateParameters.type.modelProperties,\n dataRetentionTime: {\n serializedName: \"properties.dataRetentionTime\",\n required: true,\n type: {\n name: \"TimeSpan\"\n }\n },\n storageLimitExceededBehavior: {\n serializedName: \"properties.storageLimitExceededBehavior\",\n type: {\n name: \"String\"\n }\n },\n partitionKeyProperties: {\n serializedName: \"properties.partitionKeyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesIdProperty\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Gen2EnvironmentCreateOrUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Gen2\",\n type: {\n name: \"Composite\",\n className: \"Gen2EnvironmentCreateOrUpdateParameters\",\n uberParent: \"EnvironmentCreateOrUpdateParameters\",\n polymorphicDiscriminator:\n EnvironmentCreateOrUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentCreateOrUpdateParameters.type.modelProperties,\n timeSeriesIdProperties: {\n serializedName: \"properties.timeSeriesIdProperties\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesIdProperty\"\n }\n }\n }\n },\n storageConfiguration: {\n serializedName: \"properties.storageConfiguration\",\n type: {\n name: \"Composite\",\n className: \"Gen2StorageConfigurationInput\"\n }\n },\n warmStoreConfiguration: {\n serializedName: \"properties.warmStoreConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WarmStoreConfigurationProperties\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceCreateOrUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceCreateOrUpdateParameters\",\n uberParent: \"EventSourceCreateOrUpdateParameters\",\n polymorphicDiscriminator:\n EventSourceCreateOrUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSourceCreateOrUpdateParameters.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n localTimestampPropertiesLocalTimestamp: {\n serializedName: \"properties.localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n },\n type: {\n serializedName: \"properties.ingressStartAt.type\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"properties.ingressStartAt.time\",\n type: {\n name: \"String\"\n }\n },\n eventSourceResourceId: {\n serializedName: \"properties.eventSourceResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"properties.keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sharedAccessKey: {\n serializedName: \"properties.sharedAccessKey\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceCreateOrUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.IoTHub\",\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceCreateOrUpdateParameters\",\n uberParent: \"EventSourceCreateOrUpdateParameters\",\n polymorphicDiscriminator:\n EventSourceCreateOrUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSourceCreateOrUpdateParameters.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n localTimestampPropertiesLocalTimestamp: {\n serializedName: \"properties.localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n },\n type: {\n serializedName: \"properties.ingressStartAt.type\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"properties.ingressStartAt.time\",\n type: {\n name: \"String\"\n }\n },\n eventSourceResourceId: {\n serializedName: \"properties.eventSourceResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n iotHubName: {\n serializedName: \"properties.iotHubName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"properties.keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n sharedAccessKey: {\n serializedName: \"properties.sharedAccessKey\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnvironmentResource: coreClient.CompositeMapper = {\n serializedName: \"EnvironmentResource\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentResource\",\n uberParent: \"TrackedResource\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\"\n }\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventSourceResource: coreClient.CompositeMapper = {\n serializedName: \"EventSourceResource\",\n type: {\n name: \"Composite\",\n className: \"EventSourceResource\",\n uberParent: \"TrackedResource\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\"\n },\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ReferenceDataSetResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetResource\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n keyProperties: {\n serializedName: \"properties.keyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReferenceDataSetKeyProperty\"\n }\n }\n }\n },\n dataStringComparisonBehavior: {\n serializedName: \"properties.dataStringComparisonBehavior\",\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const Gen2EnvironmentResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Gen2EnvironmentResourceProperties\",\n modelProperties: {\n ...EnvironmentResourceProperties.type.modelProperties,\n timeSeriesIdProperties: {\n serializedName: \"timeSeriesIdProperties\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesIdProperty\"\n }\n }\n }\n },\n storageConfiguration: {\n serializedName: \"storageConfiguration\",\n type: {\n name: \"Composite\",\n className: \"Gen2StorageConfigurationOutput\"\n }\n },\n warmStoreConfiguration: {\n serializedName: \"warmStoreConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WarmStoreConfigurationProperties\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AzureEventSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureEventSourceProperties\",\n modelProperties: {\n ...EventSourceCommonProperties.type.modelProperties,\n eventSourceResourceId: {\n serializedName: \"eventSourceResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Gen1EnvironmentResource: coreClient.CompositeMapper = {\n serializedName: \"Gen1\",\n type: {\n name: \"Composite\",\n className: \"Gen1EnvironmentResource\",\n uberParent: \"EnvironmentResource\",\n polymorphicDiscriminator: EnvironmentResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentResource.type.modelProperties,\n dataRetentionTime: {\n serializedName: \"properties.dataRetentionTime\",\n required: true,\n type: {\n name: \"TimeSpan\"\n }\n },\n storageLimitExceededBehavior: {\n serializedName: \"properties.storageLimitExceededBehavior\",\n type: {\n name: \"String\"\n }\n },\n partitionKeyProperties: {\n serializedName: \"properties.partitionKeyProperties\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesIdProperty\"\n }\n }\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n dataAccessId: {\n serializedName: \"properties.dataAccessId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n dataAccessFqdn: {\n serializedName: \"properties.dataAccessFqdn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentStatus\"\n }\n }\n }\n }\n};\n\nexport const Gen2EnvironmentResource: coreClient.CompositeMapper = {\n serializedName: \"Gen2\",\n type: {\n name: \"Composite\",\n className: \"Gen2EnvironmentResource\",\n uberParent: \"EnvironmentResource\",\n polymorphicDiscriminator: EnvironmentResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...EnvironmentResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n dataAccessId: {\n serializedName: \"properties.dataAccessId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n dataAccessFqdn: {\n serializedName: \"properties.dataAccessFqdn\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"EnvironmentStatus\"\n }\n },\n timeSeriesIdProperties: {\n serializedName: \"properties.timeSeriesIdProperties\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesIdProperty\"\n }\n }\n }\n },\n storageConfiguration: {\n serializedName: \"properties.storageConfiguration\",\n type: {\n name: \"Composite\",\n className: \"Gen2StorageConfigurationOutput\"\n }\n },\n warmStoreConfiguration: {\n serializedName: \"properties.warmStoreConfiguration\",\n type: {\n name: \"Composite\",\n className: \"WarmStoreConfigurationProperties\"\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceResource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceResource\",\n uberParent: \"EventSourceResource\",\n polymorphicDiscriminator: EventSourceResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSourceResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n localTimestamp: {\n serializedName: \"properties.localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n },\n typePropertiesIngressStartAtType: {\n serializedName: \"properties.ingressStartAt.type\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"properties.ingressStartAt.time\",\n type: {\n name: \"String\"\n }\n },\n eventSourceResourceId: {\n serializedName: \"properties.eventSourceResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n serviceBusNamespace: {\n serializedName: \"properties.serviceBusNamespace\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n serializedName: \"properties.eventHubName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"properties.keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceResource: coreClient.CompositeMapper = {\n serializedName: \"Microsoft.IoTHub\",\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceResource\",\n uberParent: \"EventSourceResource\",\n polymorphicDiscriminator: EventSourceResource.type.polymorphicDiscriminator,\n modelProperties: {\n ...EventSourceResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n timestampPropertyName: {\n serializedName: \"properties.timestampPropertyName\",\n type: {\n name: \"String\"\n }\n },\n localTimestamp: {\n serializedName: \"properties.localTimestamp\",\n type: {\n name: \"Composite\",\n className: \"LocalTimestamp\"\n }\n },\n typePropertiesIngressStartAtType: {\n serializedName: \"properties.ingressStartAt.type\",\n type: {\n name: \"String\"\n }\n },\n time: {\n serializedName: \"properties.ingressStartAt.time\",\n type: {\n name: \"String\"\n }\n },\n eventSourceResourceId: {\n serializedName: \"properties.eventSourceResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n iotHubName: {\n serializedName: \"properties.iotHubName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"properties.consumerGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"properties.keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceCommonProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceCommonProperties\",\n modelProperties: {\n ...AzureEventSourceProperties.type.modelProperties,\n serviceBusNamespace: {\n serializedName: \"serviceBusNamespace\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n eventHubName: {\n serializedName: \"eventHubName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"consumerGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceCommonProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceCommonProperties\",\n modelProperties: {\n ...AzureEventSourceProperties.type.modelProperties,\n iotHubName: {\n serializedName: \"iotHubName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n consumerGroupName: {\n serializedName: \"consumerGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n keyName: {\n serializedName: \"keyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceCreationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceCreationProperties\",\n modelProperties: {\n ...EventHubEventSourceCommonProperties.type.modelProperties,\n sharedAccessKey: {\n serializedName: \"sharedAccessKey\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHubEventSourceResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventHubEventSourceResourceProperties\",\n modelProperties: {\n ...EventHubEventSourceCommonProperties.type.modelProperties\n }\n }\n};\n\nexport const IoTHubEventSourceCreationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceCreationProperties\",\n modelProperties: {\n ...IoTHubEventSourceCommonProperties.type.modelProperties,\n sharedAccessKey: {\n serializedName: \"sharedAccessKey\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const IoTHubEventSourceResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IoTHubEventSourceResourceProperties\",\n modelProperties: {\n ...IoTHubEventSourceCommonProperties.type.modelProperties\n }\n }\n};\n\nexport let discriminators = {\n EnvironmentUpdateParameters: EnvironmentUpdateParameters,\n EventSourceUpdateParameters: EventSourceUpdateParameters,\n \"CreateOrUpdateTrackedResourceProperties.EnvironmentCreateOrUpdateParameters\": EnvironmentCreateOrUpdateParameters,\n \"CreateOrUpdateTrackedResourceProperties.EventSourceCreateOrUpdateParameters\": EventSourceCreateOrUpdateParameters,\n \"EnvironmentUpdateParameters.Gen1\": Gen1EnvironmentUpdateParameters,\n \"EnvironmentUpdateParameters.Gen2\": Gen2EnvironmentUpdateParameters,\n \"EventSourceUpdateParameters.Microsoft.EventHub\": EventHubEventSourceUpdateParameters,\n \"EventSourceUpdateParameters.Microsoft.IoTHub\": IoTHubEventSourceUpdateParameters,\n \"EnvironmentCreateOrUpdateParameters.Gen1\": Gen1EnvironmentCreateOrUpdateParameters,\n \"EnvironmentCreateOrUpdateParameters.Gen2\": Gen2EnvironmentCreateOrUpdateParameters,\n \"EventSourceCreateOrUpdateParameters.Microsoft.EventHub\": EventHubEventSourceCreateOrUpdateParameters,\n \"EventSourceCreateOrUpdateParameters.Microsoft.IoTHub\": IoTHubEventSourceCreateOrUpdateParameters,\n \"TrackedResource.EnvironmentResource\": EnvironmentResource,\n \"TrackedResource.EventSourceResource\": EventSourceResource,\n \"EnvironmentResource.Gen1\": Gen1EnvironmentResource,\n \"EnvironmentResource.Gen2\": Gen2EnvironmentResource,\n \"EventSourceResource.Microsoft.EventHub\": EventHubEventSourceResource,\n \"EventSourceResource.Microsoft.IoTHub\": IoTHubEventSourceResource\n};\n"]}
|
@@ -5,7 +5,7 @@
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
|
-
import { EnvironmentCreateOrUpdateParameters as EnvironmentCreateOrUpdateParametersMapper, EnvironmentUpdateParameters as EnvironmentUpdateParametersMapper, EventSourceCreateOrUpdateParameters as EventSourceCreateOrUpdateParametersMapper, EventSourceUpdateParameters as EventSourceUpdateParametersMapper, ReferenceDataSetCreateOrUpdateParameters as ReferenceDataSetCreateOrUpdateParametersMapper, ReferenceDataSetUpdateParameters as ReferenceDataSetUpdateParametersMapper, AccessPolicyCreateOrUpdateParameters as AccessPolicyCreateOrUpdateParametersMapper, AccessPolicyUpdateParameters as AccessPolicyUpdateParametersMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper } from "../models/mappers";
|
8
|
+
import { EnvironmentCreateOrUpdateParameters as EnvironmentCreateOrUpdateParametersMapper, EnvironmentUpdateParameters as EnvironmentUpdateParametersMapper, EventSourceCreateOrUpdateParameters as EventSourceCreateOrUpdateParametersMapper, EventSourceUpdateParameters as EventSourceUpdateParametersMapper, ReferenceDataSetCreateOrUpdateParameters as ReferenceDataSetCreateOrUpdateParametersMapper, ReferenceDataSetUpdateParameters as ReferenceDataSetUpdateParametersMapper, AccessPolicyCreateOrUpdateParameters as AccessPolicyCreateOrUpdateParametersMapper, AccessPolicyUpdateParameters as AccessPolicyUpdateParametersMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper } from "../models/mappers.js";
|
9
9
|
export const accept = {
|
10
10
|
parameterPath: "accept",
|
11
11
|
mapper: {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n EnvironmentCreateOrUpdateParameters as EnvironmentCreateOrUpdateParametersMapper,\n EnvironmentUpdateParameters as EnvironmentUpdateParametersMapper,\n EventSourceCreateOrUpdateParameters as EventSourceCreateOrUpdateParametersMapper,\n EventSourceUpdateParameters as EventSourceUpdateParametersMapper,\n ReferenceDataSetCreateOrUpdateParameters as ReferenceDataSetCreateOrUpdateParametersMapper,\n ReferenceDataSetUpdateParameters as ReferenceDataSetUpdateParametersMapper,\n AccessPolicyCreateOrUpdateParameters as AccessPolicyCreateOrUpdateParametersMapper,\n AccessPolicyUpdateParameters as AccessPolicyUpdateParametersMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-03-31-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: EnvironmentCreateOrUpdateParametersMapper\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const environmentName: OperationURLParameter = {\n parameterPath: \"environmentName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"environmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const environmentName1: OperationURLParameter = {\n parameterPath: \"environmentName\",\n mapper: {\n serializedName: \"environmentName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const expand: OperationQueryParameter = {\n parameterPath: [\"options\", \"expand\"],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const environmentUpdateParameters: OperationParameter = {\n parameterPath: \"environmentUpdateParameters\",\n mapper: EnvironmentUpdateParametersMapper\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: EventSourceCreateOrUpdateParametersMapper\n};\n\nexport const eventSourceName: OperationURLParameter = {\n parameterPath: \"eventSourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"eventSourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const eventSourceName1: OperationURLParameter = {\n parameterPath: \"eventSourceName\",\n mapper: {\n serializedName: \"eventSourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const eventSourceUpdateParameters: OperationParameter = {\n parameterPath: \"eventSourceUpdateParameters\",\n mapper: EventSourceUpdateParametersMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: ReferenceDataSetCreateOrUpdateParametersMapper\n};\n\nexport const referenceDataSetName: OperationURLParameter = {\n parameterPath: \"referenceDataSetName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9]\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"referenceDataSetName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const referenceDataSetName1: OperationURLParameter = {\n parameterPath: \"referenceDataSetName\",\n mapper: {\n serializedName: \"referenceDataSetName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const referenceDataSetUpdateParameters: OperationParameter = {\n parameterPath: \"referenceDataSetUpdateParameters\",\n mapper: ReferenceDataSetUpdateParametersMapper\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AccessPolicyCreateOrUpdateParametersMapper\n};\n\nexport const accessPolicyName: OperationURLParameter = {\n parameterPath: \"accessPolicyName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"accessPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const accessPolicyName1: OperationURLParameter = {\n parameterPath: \"accessPolicyName\",\n mapper: {\n serializedName: \"accessPolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const accessPolicyUpdateParameters: OperationParameter = {\n parameterPath: \"accessPolicyUpdateParameters\",\n mapper: AccessPolicyUpdateParametersMapper\n};\n\nexport const privateEndpointConnection: OperationParameter = {\n parameterPath: \"privateEndpointConnection\",\n mapper: PrivateEndpointConnectionMapper\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
|