@azure/arm-iotoperations 1.0.0-beta.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/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +100 -0
- package/dist/browser/api/broker/index.d.ts +22 -0
- package/dist/browser/api/broker/index.d.ts.map +1 -0
- package/dist/browser/api/broker/index.js +82 -0
- package/dist/browser/api/broker/index.js.map +1 -0
- package/dist/browser/api/brokerAuthentication/index.d.ts +22 -0
- package/dist/browser/api/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/browser/api/brokerAuthentication/index.js +90 -0
- package/dist/browser/api/brokerAuthentication/index.js.map +1 -0
- package/dist/browser/api/brokerAuthorization/index.d.ts +22 -0
- package/dist/browser/api/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/browser/api/brokerAuthorization/index.js +90 -0
- package/dist/browser/api/brokerAuthorization/index.js.map +1 -0
- package/dist/browser/api/brokerListener/index.d.ts +22 -0
- package/dist/browser/api/brokerListener/index.d.ts.map +1 -0
- package/dist/browser/api/brokerListener/index.js +86 -0
- package/dist/browser/api/brokerListener/index.js.map +1 -0
- package/dist/browser/api/dataflow/index.d.ts +22 -0
- package/dist/browser/api/dataflow/index.d.ts.map +1 -0
- package/dist/browser/api/dataflow/index.js +82 -0
- package/dist/browser/api/dataflow/index.js.map +1 -0
- package/dist/browser/api/dataflowEndpoint/index.d.ts +22 -0
- package/dist/browser/api/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/browser/api/dataflowEndpoint/index.js +90 -0
- package/dist/browser/api/dataflowEndpoint/index.js.map +1 -0
- package/dist/browser/api/dataflowProfile/index.d.ts +22 -0
- package/dist/browser/api/dataflowProfile/index.d.ts.map +1 -0
- package/dist/browser/api/dataflowProfile/index.js +86 -0
- package/dist/browser/api/dataflowProfile/index.js.map +1 -0
- package/dist/browser/api/index.d.ts +12 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +13 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/instance/index.d.ts +30 -0
- package/dist/browser/api/instance/index.d.ts.map +1 -0
- package/dist/browser/api/instance/index.js +115 -0
- package/dist/browser/api/instance/index.js.map +1 -0
- package/dist/browser/api/ioTOperationsContext.d.ts +13 -0
- package/dist/browser/api/ioTOperationsContext.d.ts.map +1 -0
- package/dist/browser/api/ioTOperationsContext.js +35 -0
- package/dist/browser/api/ioTOperationsContext.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +9 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +22 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/options.d.ts +139 -0
- package/dist/browser/api/options.d.ts.map +1 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/classic/broker/index.d.ts +24 -0
- package/dist/browser/classic/broker/index.d.ts.map +1 -0
- package/dist/browser/classic/broker/index.js +15 -0
- package/dist/browser/classic/broker/index.js.map +1 -0
- package/dist/browser/classic/brokerAuthentication/index.d.ts +24 -0
- package/dist/browser/classic/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/browser/classic/brokerAuthentication/index.js +15 -0
- package/dist/browser/classic/brokerAuthentication/index.js.map +1 -0
- package/dist/browser/classic/brokerAuthorization/index.d.ts +24 -0
- package/dist/browser/classic/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/browser/classic/brokerAuthorization/index.js +15 -0
- package/dist/browser/classic/brokerAuthorization/index.js.map +1 -0
- package/dist/browser/classic/brokerListener/index.d.ts +24 -0
- package/dist/browser/classic/brokerListener/index.d.ts.map +1 -0
- package/dist/browser/classic/brokerListener/index.js +15 -0
- package/dist/browser/classic/brokerListener/index.js.map +1 -0
- package/dist/browser/classic/dataflow/index.d.ts +24 -0
- package/dist/browser/classic/dataflow/index.d.ts.map +1 -0
- package/dist/browser/classic/dataflow/index.js +15 -0
- package/dist/browser/classic/dataflow/index.js.map +1 -0
- package/dist/browser/classic/dataflowEndpoint/index.d.ts +24 -0
- package/dist/browser/classic/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/browser/classic/dataflowEndpoint/index.js +15 -0
- package/dist/browser/classic/dataflowEndpoint/index.js.map +1 -0
- package/dist/browser/classic/dataflowProfile/index.d.ts +24 -0
- package/dist/browser/classic/dataflowProfile/index.d.ts.map +1 -0
- package/dist/browser/classic/dataflowProfile/index.js +15 -0
- package/dist/browser/classic/dataflowProfile/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +10 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/instance/index.d.ts +30 -0
- package/dist/browser/classic/instance/index.d.ts.map +1 -0
- package/dist/browser/classic/instance/index.js +17 -0
- package/dist/browser/classic/instance/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +14 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
- package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/browser/helpers/serializerHelpers.js +24 -0
- package/dist/browser/helpers/serializerHelpers.js.map +1 -0
- package/dist/browser/index.d.ts +8 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/ioTOperationsClient.d.ts +39 -0
- package/dist/browser/ioTOperationsClient.d.ts.map +1 -0
- package/dist/browser/ioTOperationsClient.js +34 -0
- package/dist/browser/ioTOperationsClient.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1921 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +2343 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +160 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/broker/index.d.ts +22 -0
- package/dist/commonjs/api/broker/index.d.ts.map +1 -0
- package/dist/commonjs/api/broker/index.js +96 -0
- package/dist/commonjs/api/broker/index.js.map +1 -0
- package/dist/commonjs/api/brokerAuthentication/index.d.ts +22 -0
- package/dist/commonjs/api/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/commonjs/api/brokerAuthentication/index.js +104 -0
- package/dist/commonjs/api/brokerAuthentication/index.js.map +1 -0
- package/dist/commonjs/api/brokerAuthorization/index.d.ts +22 -0
- package/dist/commonjs/api/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/commonjs/api/brokerAuthorization/index.js +104 -0
- package/dist/commonjs/api/brokerAuthorization/index.js.map +1 -0
- package/dist/commonjs/api/brokerListener/index.d.ts +22 -0
- package/dist/commonjs/api/brokerListener/index.d.ts.map +1 -0
- package/dist/commonjs/api/brokerListener/index.js +100 -0
- package/dist/commonjs/api/brokerListener/index.js.map +1 -0
- package/dist/commonjs/api/dataflow/index.d.ts +22 -0
- package/dist/commonjs/api/dataflow/index.d.ts.map +1 -0
- package/dist/commonjs/api/dataflow/index.js +96 -0
- package/dist/commonjs/api/dataflow/index.js.map +1 -0
- package/dist/commonjs/api/dataflowEndpoint/index.d.ts +22 -0
- package/dist/commonjs/api/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowEndpoint/index.js +104 -0
- package/dist/commonjs/api/dataflowEndpoint/index.js.map +1 -0
- package/dist/commonjs/api/dataflowProfile/index.d.ts +22 -0
- package/dist/commonjs/api/dataflowProfile/index.d.ts.map +1 -0
- package/dist/commonjs/api/dataflowProfile/index.js +100 -0
- package/dist/commonjs/api/dataflowProfile/index.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +12 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +52 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/instance/index.d.ts +30 -0
- package/dist/commonjs/api/instance/index.d.ts.map +1 -0
- package/dist/commonjs/api/instance/index.js +135 -0
- package/dist/commonjs/api/instance/index.js.map +1 -0
- package/dist/commonjs/api/ioTOperationsContext.d.ts +13 -0
- package/dist/commonjs/api/ioTOperationsContext.d.ts.map +1 -0
- package/dist/commonjs/api/ioTOperationsContext.js +38 -0
- package/dist/commonjs/api/ioTOperationsContext.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +9 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/options.d.ts +139 -0
- package/dist/commonjs/api/options.d.ts.map +1 -0
- package/dist/commonjs/api/options.js +5 -0
- package/dist/commonjs/api/options.js.map +1 -0
- package/dist/commonjs/classic/broker/index.d.ts +24 -0
- package/dist/commonjs/classic/broker/index.d.ts.map +1 -0
- package/dist/commonjs/classic/broker/index.js +19 -0
- package/dist/commonjs/classic/broker/index.js.map +1 -0
- package/dist/commonjs/classic/brokerAuthentication/index.d.ts +24 -0
- package/dist/commonjs/classic/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/commonjs/classic/brokerAuthentication/index.js +19 -0
- package/dist/commonjs/classic/brokerAuthentication/index.js.map +1 -0
- package/dist/commonjs/classic/brokerAuthorization/index.d.ts +24 -0
- package/dist/commonjs/classic/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/commonjs/classic/brokerAuthorization/index.js +19 -0
- package/dist/commonjs/classic/brokerAuthorization/index.js.map +1 -0
- package/dist/commonjs/classic/brokerListener/index.d.ts +24 -0
- package/dist/commonjs/classic/brokerListener/index.d.ts.map +1 -0
- package/dist/commonjs/classic/brokerListener/index.js +19 -0
- package/dist/commonjs/classic/brokerListener/index.js.map +1 -0
- package/dist/commonjs/classic/dataflow/index.d.ts +24 -0
- package/dist/commonjs/classic/dataflow/index.d.ts.map +1 -0
- package/dist/commonjs/classic/dataflow/index.js +19 -0
- package/dist/commonjs/classic/dataflow/index.js.map +1 -0
- package/dist/commonjs/classic/dataflowEndpoint/index.d.ts +24 -0
- package/dist/commonjs/classic/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/commonjs/classic/dataflowEndpoint/index.js +19 -0
- package/dist/commonjs/classic/dataflowEndpoint/index.js.map +1 -0
- package/dist/commonjs/classic/dataflowProfile/index.d.ts +24 -0
- package/dist/commonjs/classic/dataflowProfile/index.d.ts.map +1 -0
- package/dist/commonjs/classic/dataflowProfile/index.js +19 -0
- package/dist/commonjs/classic/dataflowProfile/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +10 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/instance/index.d.ts +30 -0
- package/dist/commonjs/classic/instance/index.d.ts.map +1 -0
- package/dist/commonjs/classic/instance/index.js +21 -0
- package/dist/commonjs/classic/instance/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +14 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +16 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.js +27 -0
- package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
- package/dist/commonjs/index.d.ts +8 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +50 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/ioTOperationsClient.d.ts +39 -0
- package/dist/commonjs/ioTOperationsClient.d.ts.map +1 -0
- package/dist/commonjs/ioTOperationsClient.js +38 -0
- package/dist/commonjs/ioTOperationsClient.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +46 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +1921 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +2592 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +163 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/broker/index.d.ts +22 -0
- package/dist/esm/api/broker/index.d.ts.map +1 -0
- package/dist/esm/api/broker/index.js +82 -0
- package/dist/esm/api/broker/index.js.map +1 -0
- package/dist/esm/api/brokerAuthentication/index.d.ts +22 -0
- package/dist/esm/api/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/esm/api/brokerAuthentication/index.js +90 -0
- package/dist/esm/api/brokerAuthentication/index.js.map +1 -0
- package/dist/esm/api/brokerAuthorization/index.d.ts +22 -0
- package/dist/esm/api/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/esm/api/brokerAuthorization/index.js +90 -0
- package/dist/esm/api/brokerAuthorization/index.js.map +1 -0
- package/dist/esm/api/brokerListener/index.d.ts +22 -0
- package/dist/esm/api/brokerListener/index.d.ts.map +1 -0
- package/dist/esm/api/brokerListener/index.js +86 -0
- package/dist/esm/api/brokerListener/index.js.map +1 -0
- package/dist/esm/api/dataflow/index.d.ts +22 -0
- package/dist/esm/api/dataflow/index.d.ts.map +1 -0
- package/dist/esm/api/dataflow/index.js +82 -0
- package/dist/esm/api/dataflow/index.js.map +1 -0
- package/dist/esm/api/dataflowEndpoint/index.d.ts +22 -0
- package/dist/esm/api/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/esm/api/dataflowEndpoint/index.js +90 -0
- package/dist/esm/api/dataflowEndpoint/index.js.map +1 -0
- package/dist/esm/api/dataflowProfile/index.d.ts +22 -0
- package/dist/esm/api/dataflowProfile/index.d.ts.map +1 -0
- package/dist/esm/api/dataflowProfile/index.js +86 -0
- package/dist/esm/api/dataflowProfile/index.js.map +1 -0
- package/dist/esm/api/index.d.ts +12 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +13 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/instance/index.d.ts +30 -0
- package/dist/esm/api/instance/index.d.ts.map +1 -0
- package/dist/esm/api/instance/index.js +115 -0
- package/dist/esm/api/instance/index.js.map +1 -0
- package/dist/esm/api/ioTOperationsContext.d.ts +13 -0
- package/dist/esm/api/ioTOperationsContext.d.ts.map +1 -0
- package/dist/esm/api/ioTOperationsContext.js +35 -0
- package/dist/esm/api/ioTOperationsContext.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +9 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +22 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/options.d.ts +139 -0
- package/dist/esm/api/options.d.ts.map +1 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/classic/broker/index.d.ts +24 -0
- package/dist/esm/classic/broker/index.d.ts.map +1 -0
- package/dist/esm/classic/broker/index.js +15 -0
- package/dist/esm/classic/broker/index.js.map +1 -0
- package/dist/esm/classic/brokerAuthentication/index.d.ts +24 -0
- package/dist/esm/classic/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/esm/classic/brokerAuthentication/index.js +15 -0
- package/dist/esm/classic/brokerAuthentication/index.js.map +1 -0
- package/dist/esm/classic/brokerAuthorization/index.d.ts +24 -0
- package/dist/esm/classic/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/esm/classic/brokerAuthorization/index.js +15 -0
- package/dist/esm/classic/brokerAuthorization/index.js.map +1 -0
- package/dist/esm/classic/brokerListener/index.d.ts +24 -0
- package/dist/esm/classic/brokerListener/index.d.ts.map +1 -0
- package/dist/esm/classic/brokerListener/index.js +15 -0
- package/dist/esm/classic/brokerListener/index.js.map +1 -0
- package/dist/esm/classic/dataflow/index.d.ts +24 -0
- package/dist/esm/classic/dataflow/index.d.ts.map +1 -0
- package/dist/esm/classic/dataflow/index.js +15 -0
- package/dist/esm/classic/dataflow/index.js.map +1 -0
- package/dist/esm/classic/dataflowEndpoint/index.d.ts +24 -0
- package/dist/esm/classic/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/esm/classic/dataflowEndpoint/index.js +15 -0
- package/dist/esm/classic/dataflowEndpoint/index.js.map +1 -0
- package/dist/esm/classic/dataflowProfile/index.d.ts +24 -0
- package/dist/esm/classic/dataflowProfile/index.d.ts.map +1 -0
- package/dist/esm/classic/dataflowProfile/index.js +15 -0
- package/dist/esm/classic/dataflowProfile/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +10 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/instance/index.d.ts +30 -0
- package/dist/esm/classic/instance/index.d.ts.map +1 -0
- package/dist/esm/classic/instance/index.js +17 -0
- package/dist/esm/classic/instance/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +14 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
- package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/esm/helpers/serializerHelpers.js +24 -0
- package/dist/esm/helpers/serializerHelpers.js.map +1 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/ioTOperationsClient.d.ts +39 -0
- package/dist/esm/ioTOperationsClient.d.ts.map +1 -0
- package/dist/esm/ioTOperationsClient.js +34 -0
- package/dist/esm/ioTOperationsClient.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1921 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +2343 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +160 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/broker/index.d.ts +22 -0
- package/dist/react-native/api/broker/index.d.ts.map +1 -0
- package/dist/react-native/api/broker/index.js +82 -0
- package/dist/react-native/api/broker/index.js.map +1 -0
- package/dist/react-native/api/brokerAuthentication/index.d.ts +22 -0
- package/dist/react-native/api/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/react-native/api/brokerAuthentication/index.js +90 -0
- package/dist/react-native/api/brokerAuthentication/index.js.map +1 -0
- package/dist/react-native/api/brokerAuthorization/index.d.ts +22 -0
- package/dist/react-native/api/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/react-native/api/brokerAuthorization/index.js +90 -0
- package/dist/react-native/api/brokerAuthorization/index.js.map +1 -0
- package/dist/react-native/api/brokerListener/index.d.ts +22 -0
- package/dist/react-native/api/brokerListener/index.d.ts.map +1 -0
- package/dist/react-native/api/brokerListener/index.js +86 -0
- package/dist/react-native/api/brokerListener/index.js.map +1 -0
- package/dist/react-native/api/dataflow/index.d.ts +22 -0
- package/dist/react-native/api/dataflow/index.d.ts.map +1 -0
- package/dist/react-native/api/dataflow/index.js +82 -0
- package/dist/react-native/api/dataflow/index.js.map +1 -0
- package/dist/react-native/api/dataflowEndpoint/index.d.ts +22 -0
- package/dist/react-native/api/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/react-native/api/dataflowEndpoint/index.js +90 -0
- package/dist/react-native/api/dataflowEndpoint/index.js.map +1 -0
- package/dist/react-native/api/dataflowProfile/index.d.ts +22 -0
- package/dist/react-native/api/dataflowProfile/index.d.ts.map +1 -0
- package/dist/react-native/api/dataflowProfile/index.js +86 -0
- package/dist/react-native/api/dataflowProfile/index.js.map +1 -0
- package/dist/react-native/api/index.d.ts +12 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +13 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/instance/index.d.ts +30 -0
- package/dist/react-native/api/instance/index.d.ts.map +1 -0
- package/dist/react-native/api/instance/index.js +115 -0
- package/dist/react-native/api/instance/index.js.map +1 -0
- package/dist/react-native/api/ioTOperationsContext.d.ts +13 -0
- package/dist/react-native/api/ioTOperationsContext.d.ts.map +1 -0
- package/dist/react-native/api/ioTOperationsContext.js +35 -0
- package/dist/react-native/api/ioTOperationsContext.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +9 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +22 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/options.d.ts +139 -0
- package/dist/react-native/api/options.d.ts.map +1 -0
- package/dist/react-native/api/options.js +4 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/classic/broker/index.d.ts +24 -0
- package/dist/react-native/classic/broker/index.d.ts.map +1 -0
- package/dist/react-native/classic/broker/index.js +15 -0
- package/dist/react-native/classic/broker/index.js.map +1 -0
- package/dist/react-native/classic/brokerAuthentication/index.d.ts +24 -0
- package/dist/react-native/classic/brokerAuthentication/index.d.ts.map +1 -0
- package/dist/react-native/classic/brokerAuthentication/index.js +15 -0
- package/dist/react-native/classic/brokerAuthentication/index.js.map +1 -0
- package/dist/react-native/classic/brokerAuthorization/index.d.ts +24 -0
- package/dist/react-native/classic/brokerAuthorization/index.d.ts.map +1 -0
- package/dist/react-native/classic/brokerAuthorization/index.js +15 -0
- package/dist/react-native/classic/brokerAuthorization/index.js.map +1 -0
- package/dist/react-native/classic/brokerListener/index.d.ts +24 -0
- package/dist/react-native/classic/brokerListener/index.d.ts.map +1 -0
- package/dist/react-native/classic/brokerListener/index.js +15 -0
- package/dist/react-native/classic/brokerListener/index.js.map +1 -0
- package/dist/react-native/classic/dataflow/index.d.ts +24 -0
- package/dist/react-native/classic/dataflow/index.d.ts.map +1 -0
- package/dist/react-native/classic/dataflow/index.js +15 -0
- package/dist/react-native/classic/dataflow/index.js.map +1 -0
- package/dist/react-native/classic/dataflowEndpoint/index.d.ts +24 -0
- package/dist/react-native/classic/dataflowEndpoint/index.d.ts.map +1 -0
- package/dist/react-native/classic/dataflowEndpoint/index.js +15 -0
- package/dist/react-native/classic/dataflowEndpoint/index.js.map +1 -0
- package/dist/react-native/classic/dataflowProfile/index.d.ts +24 -0
- package/dist/react-native/classic/dataflowProfile/index.d.ts.map +1 -0
- package/dist/react-native/classic/dataflowProfile/index.js +15 -0
- package/dist/react-native/classic/dataflowProfile/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +10 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/instance/index.d.ts +30 -0
- package/dist/react-native/classic/instance/index.d.ts.map +1 -0
- package/dist/react-native/classic/instance/index.js +17 -0
- package/dist/react-native/classic/instance/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +14 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.js +24 -0
- package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
- package/dist/react-native/index.d.ts +8 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/ioTOperationsClient.d.ts +39 -0
- package/dist/react-native/ioTOperationsClient.d.ts.map +1 -0
- package/dist/react-native/ioTOperationsClient.js +34 -0
- package/dist/react-native/ioTOperationsClient.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +1921 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +2343 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +160 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/package.json +159 -0
- package/review/arm-iotoperations-models.api.md +1086 -0
- package/review/arm-iotoperations.api.md +1369 -0
|
@@ -0,0 +1,1369 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-iotoperations"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
+
import { ClientOptions } from '@azure-rest/core-client';
|
|
9
|
+
import { OperationOptions } from '@azure-rest/core-client';
|
|
10
|
+
import { OperationState } from '@azure/core-lro';
|
|
11
|
+
import { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
12
|
+
import { Pipeline } from '@azure/core-rest-pipeline';
|
|
13
|
+
import { PollerLike } from '@azure/core-lro';
|
|
14
|
+
import { TokenCredential } from '@azure/core-auth';
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type AccessTokenMethod = string;
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export type ActionType = string;
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export interface AdvancedSettings {
|
|
24
|
+
clients?: ClientConfig;
|
|
25
|
+
encryptInternalTraffic?: OperationalMode;
|
|
26
|
+
internalCerts?: CertManagerCertOptions;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export type AnonymousMethod = string;
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface AuthorizationConfig {
|
|
34
|
+
cache?: OperationalMode;
|
|
35
|
+
rules?: AuthorizationRule[];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface AuthorizationRule {
|
|
40
|
+
brokerResources: BrokerResourceRule[];
|
|
41
|
+
principals: PrincipalDefinition;
|
|
42
|
+
stateStoreResources?: StateStoreResourceRule[];
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface BackendChain {
|
|
47
|
+
partitions: number;
|
|
48
|
+
redundancyFactor: number;
|
|
49
|
+
workers?: number;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface BatchingConfiguration {
|
|
54
|
+
latencySeconds?: number;
|
|
55
|
+
maxMessages?: number;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export interface BrokerAuthenticationCreateOrUpdateOptionalParams extends OperationOptions {
|
|
60
|
+
updateIntervalInMs?: number;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface BrokerAuthenticationDeleteOptionalParams extends OperationOptions {
|
|
65
|
+
updateIntervalInMs?: number;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface BrokerAuthenticationGetOptionalParams extends OperationOptions {
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export interface BrokerAuthenticationListByResourceGroupOptionalParams extends OperationOptions {
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export type BrokerAuthenticationMethod = string;
|
|
78
|
+
|
|
79
|
+
// @public
|
|
80
|
+
export interface BrokerAuthenticationOperations {
|
|
81
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, resource: BrokerAuthenticationResource, options?: BrokerAuthenticationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthenticationResource>, BrokerAuthenticationResource>;
|
|
82
|
+
delete: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
83
|
+
get: (resourceGroupName: string, instanceName: string, brokerName: string, authenticationName: string, options?: BrokerAuthenticationGetOptionalParams) => Promise<BrokerAuthenticationResource>;
|
|
84
|
+
listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerAuthenticationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerAuthenticationResource>;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export interface BrokerAuthenticationProperties {
|
|
89
|
+
authenticationMethods: BrokerAuthenticatorMethods[];
|
|
90
|
+
readonly provisioningState?: ProvisioningState;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export interface BrokerAuthenticationResource extends ProxyResource {
|
|
95
|
+
extendedLocation: ExtendedLocation;
|
|
96
|
+
properties?: BrokerAuthenticationProperties;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface BrokerAuthenticatorCustomAuth {
|
|
101
|
+
x509: X509ManualCertificate;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// @public
|
|
105
|
+
export interface BrokerAuthenticatorMethodCustom {
|
|
106
|
+
auth?: BrokerAuthenticatorCustomAuth;
|
|
107
|
+
caCertConfigMap?: string;
|
|
108
|
+
endpoint: string;
|
|
109
|
+
headers?: Record<string, string>;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// @public
|
|
113
|
+
export interface BrokerAuthenticatorMethods {
|
|
114
|
+
customSettings?: BrokerAuthenticatorMethodCustom;
|
|
115
|
+
method: BrokerAuthenticationMethod;
|
|
116
|
+
serviceAccountTokenSettings?: BrokerAuthenticatorMethodSat;
|
|
117
|
+
x509Settings?: BrokerAuthenticatorMethodX509;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export interface BrokerAuthenticatorMethodSat {
|
|
122
|
+
audiences: string[];
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export interface BrokerAuthenticatorMethodX509 {
|
|
127
|
+
authorizationAttributes?: Record<string, BrokerAuthenticatorMethodX509Attributes>;
|
|
128
|
+
trustedClientCaCert?: string;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// @public
|
|
132
|
+
export interface BrokerAuthenticatorMethodX509Attributes {
|
|
133
|
+
attributes: Record<string, string>;
|
|
134
|
+
subject: string;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// @public
|
|
138
|
+
export interface BrokerAuthorizationCreateOrUpdateOptionalParams extends OperationOptions {
|
|
139
|
+
updateIntervalInMs?: number;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
// @public
|
|
143
|
+
export interface BrokerAuthorizationDeleteOptionalParams extends OperationOptions {
|
|
144
|
+
updateIntervalInMs?: number;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// @public
|
|
148
|
+
export interface BrokerAuthorizationGetOptionalParams extends OperationOptions {
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface BrokerAuthorizationListByResourceGroupOptionalParams extends OperationOptions {
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// @public
|
|
156
|
+
export interface BrokerAuthorizationOperations {
|
|
157
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, resource: BrokerAuthorizationResource, options?: BrokerAuthorizationCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerAuthorizationResource>, BrokerAuthorizationResource>;
|
|
158
|
+
delete: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, options?: BrokerAuthorizationDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
159
|
+
get: (resourceGroupName: string, instanceName: string, brokerName: string, authorizationName: string, options?: BrokerAuthorizationGetOptionalParams) => Promise<BrokerAuthorizationResource>;
|
|
160
|
+
listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerAuthorizationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerAuthorizationResource>;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
// @public
|
|
164
|
+
export interface BrokerAuthorizationProperties {
|
|
165
|
+
authorizationPolicies: AuthorizationConfig;
|
|
166
|
+
readonly provisioningState?: ProvisioningState;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export interface BrokerAuthorizationResource extends ProxyResource {
|
|
171
|
+
extendedLocation: ExtendedLocation;
|
|
172
|
+
properties?: BrokerAuthorizationProperties;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// @public
|
|
176
|
+
export interface BrokerCreateOrUpdateOptionalParams extends OperationOptions {
|
|
177
|
+
updateIntervalInMs?: number;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export interface BrokerDeleteOptionalParams extends OperationOptions {
|
|
182
|
+
updateIntervalInMs?: number;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export interface BrokerDiagnostics {
|
|
187
|
+
logs?: DiagnosticsLogs;
|
|
188
|
+
metrics?: Metrics;
|
|
189
|
+
selfCheck?: SelfCheck;
|
|
190
|
+
traces?: Traces;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
// @public
|
|
194
|
+
export interface BrokerGetOptionalParams extends OperationOptions {
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export interface BrokerListByResourceGroupOptionalParams extends OperationOptions {
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// @public
|
|
202
|
+
export interface BrokerListenerCreateOrUpdateOptionalParams extends OperationOptions {
|
|
203
|
+
updateIntervalInMs?: number;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface BrokerListenerDeleteOptionalParams extends OperationOptions {
|
|
208
|
+
updateIntervalInMs?: number;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export interface BrokerListenerGetOptionalParams extends OperationOptions {
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export interface BrokerListenerListByResourceGroupOptionalParams extends OperationOptions {
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// @public
|
|
220
|
+
export interface BrokerListenerOperations {
|
|
221
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, resource: BrokerListenerResource, options?: BrokerListenerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerListenerResource>, BrokerListenerResource>;
|
|
222
|
+
delete: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
223
|
+
get: (resourceGroupName: string, instanceName: string, brokerName: string, listenerName: string, options?: BrokerListenerGetOptionalParams) => Promise<BrokerListenerResource>;
|
|
224
|
+
listByResourceGroup: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerListenerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerListenerResource>;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export interface BrokerListenerProperties {
|
|
229
|
+
ports: ListenerPort[];
|
|
230
|
+
readonly provisioningState?: ProvisioningState;
|
|
231
|
+
serviceName?: string;
|
|
232
|
+
serviceType?: ServiceType;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export interface BrokerListenerResource extends ProxyResource {
|
|
237
|
+
extendedLocation: ExtendedLocation;
|
|
238
|
+
properties?: BrokerListenerProperties;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export type BrokerMemoryProfile = string;
|
|
243
|
+
|
|
244
|
+
// @public
|
|
245
|
+
export interface BrokerOperations {
|
|
246
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, brokerName: string, resource: BrokerResource, options?: BrokerCreateOrUpdateOptionalParams) => PollerLike<OperationState<BrokerResource>, BrokerResource>;
|
|
247
|
+
delete: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
248
|
+
get: (resourceGroupName: string, instanceName: string, brokerName: string, options?: BrokerGetOptionalParams) => Promise<BrokerResource>;
|
|
249
|
+
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: BrokerListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<BrokerResource>;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
// @public
|
|
253
|
+
export interface BrokerProperties {
|
|
254
|
+
advanced?: AdvancedSettings;
|
|
255
|
+
cardinality?: Cardinality;
|
|
256
|
+
diagnostics?: BrokerDiagnostics;
|
|
257
|
+
diskBackedMessageBuffer?: DiskBackedMessageBuffer;
|
|
258
|
+
generateResourceLimits?: GenerateResourceLimits;
|
|
259
|
+
memoryProfile?: BrokerMemoryProfile;
|
|
260
|
+
readonly provisioningState?: ProvisioningState;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
// @public
|
|
264
|
+
export type BrokerProtocolType = string;
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export interface BrokerResource extends ProxyResource {
|
|
268
|
+
extendedLocation: ExtendedLocation;
|
|
269
|
+
properties?: BrokerProperties;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// @public
|
|
273
|
+
export type BrokerResourceDefinitionMethods = string;
|
|
274
|
+
|
|
275
|
+
// @public
|
|
276
|
+
export interface BrokerResourceRule {
|
|
277
|
+
clientIds?: string[];
|
|
278
|
+
method: BrokerResourceDefinitionMethods;
|
|
279
|
+
topics?: string[];
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export interface Cardinality {
|
|
284
|
+
backendChain: BackendChain;
|
|
285
|
+
frontend: Frontend;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export interface CertManagerCertificateSpec {
|
|
290
|
+
duration?: string;
|
|
291
|
+
issuerRef: CertManagerIssuerRef;
|
|
292
|
+
privateKey?: CertManagerPrivateKey;
|
|
293
|
+
renewBefore?: string;
|
|
294
|
+
san?: SanForCert;
|
|
295
|
+
secretName?: string;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// @public
|
|
299
|
+
export interface CertManagerCertOptions {
|
|
300
|
+
duration: string;
|
|
301
|
+
privateKey: CertManagerPrivateKey;
|
|
302
|
+
renewBefore: string;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export type CertManagerIssuerKind = string;
|
|
307
|
+
|
|
308
|
+
// @public
|
|
309
|
+
export interface CertManagerIssuerRef {
|
|
310
|
+
group: string;
|
|
311
|
+
kind: CertManagerIssuerKind;
|
|
312
|
+
name: string;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export interface CertManagerPrivateKey {
|
|
317
|
+
algorithm: PrivateKeyAlgorithm;
|
|
318
|
+
rotationPolicy: PrivateKeyRotationPolicy;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
// @public
|
|
322
|
+
export interface ClientConfig {
|
|
323
|
+
maxKeepAliveSeconds?: number;
|
|
324
|
+
maxMessageExpirySeconds?: number;
|
|
325
|
+
maxPacketSizeBytes?: number;
|
|
326
|
+
maxReceiveMaximum?: number;
|
|
327
|
+
maxSessionExpirySeconds?: number;
|
|
328
|
+
subscriberQueueLimit?: SubscriberQueueLimit;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// @public
|
|
332
|
+
export type CloudEventAttributeType = string;
|
|
333
|
+
|
|
334
|
+
// @public
|
|
335
|
+
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
|
|
336
|
+
continuationToken?: string;
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
// @public
|
|
340
|
+
export type CreatedByType = string;
|
|
341
|
+
|
|
342
|
+
// @public
|
|
343
|
+
export type DataExplorerAuthMethod = ManagedIdentityMethod;
|
|
344
|
+
|
|
345
|
+
// @public
|
|
346
|
+
export interface DataflowBuiltInTransformationDataset {
|
|
347
|
+
description?: string;
|
|
348
|
+
expression?: string;
|
|
349
|
+
inputs: string[];
|
|
350
|
+
key: string;
|
|
351
|
+
schemaRef?: string;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
// @public
|
|
355
|
+
export interface DataflowBuiltInTransformationFilter {
|
|
356
|
+
description?: string;
|
|
357
|
+
expression: string;
|
|
358
|
+
inputs: string[];
|
|
359
|
+
type?: FilterType;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export interface DataflowBuiltInTransformationMap {
|
|
364
|
+
description?: string;
|
|
365
|
+
expression?: string;
|
|
366
|
+
inputs: string[];
|
|
367
|
+
output: string;
|
|
368
|
+
type?: DataflowMappingType;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// @public
|
|
372
|
+
export interface DataflowBuiltInTransformationSettings {
|
|
373
|
+
datasets?: DataflowBuiltInTransformationDataset[];
|
|
374
|
+
filter?: DataflowBuiltInTransformationFilter[];
|
|
375
|
+
map?: DataflowBuiltInTransformationMap[];
|
|
376
|
+
schemaRef?: string;
|
|
377
|
+
serializationFormat?: TransformationSerializationFormat;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
// @public
|
|
381
|
+
export interface DataflowCreateOrUpdateOptionalParams extends OperationOptions {
|
|
382
|
+
updateIntervalInMs?: number;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// @public
|
|
386
|
+
export interface DataflowDeleteOptionalParams extends OperationOptions {
|
|
387
|
+
updateIntervalInMs?: number;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
// @public
|
|
391
|
+
export interface DataflowDestinationOperationSettings {
|
|
392
|
+
dataDestination: string;
|
|
393
|
+
endpointRef: string;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export interface DataflowEndpointAuthenticationAccessToken {
|
|
398
|
+
secretRef: string;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export interface DataflowEndpointAuthenticationSasl {
|
|
403
|
+
saslType: DataflowEndpointAuthenticationSaslType;
|
|
404
|
+
secretRef: string;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
// @public
|
|
408
|
+
export type DataflowEndpointAuthenticationSaslType = string;
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export interface DataflowEndpointAuthenticationServiceAccountToken {
|
|
412
|
+
audience: string;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export interface DataflowEndpointAuthenticationSystemAssignedManagedIdentity {
|
|
417
|
+
audience?: string;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
// @public
|
|
421
|
+
export interface DataflowEndpointAuthenticationUserAssignedManagedIdentity {
|
|
422
|
+
clientId: string;
|
|
423
|
+
scope?: string;
|
|
424
|
+
tenantId: string;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
// @public
|
|
428
|
+
export interface DataflowEndpointAuthenticationX509 {
|
|
429
|
+
secretRef: string;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
// @public
|
|
433
|
+
export interface DataflowEndpointCreateOrUpdateOptionalParams extends OperationOptions {
|
|
434
|
+
updateIntervalInMs?: number;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
// @public
|
|
438
|
+
export interface DataflowEndpointDataExplorer {
|
|
439
|
+
authentication: DataflowEndpointDataExplorerAuthentication;
|
|
440
|
+
batching?: BatchingConfiguration;
|
|
441
|
+
database: string;
|
|
442
|
+
host: string;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export interface DataflowEndpointDataExplorerAuthentication {
|
|
447
|
+
method: DataExplorerAuthMethod;
|
|
448
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
449
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export interface DataflowEndpointDataLakeStorage {
|
|
454
|
+
authentication: DataflowEndpointDataLakeStorageAuthentication;
|
|
455
|
+
batching?: BatchingConfiguration;
|
|
456
|
+
host: string;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export interface DataflowEndpointDataLakeStorageAuthentication {
|
|
461
|
+
accessTokenSettings?: DataflowEndpointAuthenticationAccessToken;
|
|
462
|
+
method: DataLakeStorageAuthMethod;
|
|
463
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
464
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
// @public
|
|
468
|
+
export interface DataflowEndpointDeleteOptionalParams extends OperationOptions {
|
|
469
|
+
updateIntervalInMs?: number;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
// @public
|
|
473
|
+
export interface DataflowEndpointFabricOneLake {
|
|
474
|
+
authentication: DataflowEndpointFabricOneLakeAuthentication;
|
|
475
|
+
batching?: BatchingConfiguration;
|
|
476
|
+
host: string;
|
|
477
|
+
names: DataflowEndpointFabricOneLakeNames;
|
|
478
|
+
oneLakePathType: DataflowEndpointFabricPathType;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
// @public
|
|
482
|
+
export interface DataflowEndpointFabricOneLakeAuthentication {
|
|
483
|
+
method: FabricOneLakeAuthMethod;
|
|
484
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
485
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface DataflowEndpointFabricOneLakeNames {
|
|
490
|
+
lakehouseName: string;
|
|
491
|
+
workspaceName: string;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
// @public
|
|
495
|
+
export type DataflowEndpointFabricPathType = string;
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export interface DataflowEndpointGetOptionalParams extends OperationOptions {
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
// @public
|
|
502
|
+
export interface DataflowEndpointKafka {
|
|
503
|
+
authentication: DataflowEndpointKafkaAuthentication;
|
|
504
|
+
batching?: DataflowEndpointKafkaBatching;
|
|
505
|
+
cloudEventAttributes?: CloudEventAttributeType;
|
|
506
|
+
compression?: DataflowEndpointKafkaCompression;
|
|
507
|
+
consumerGroupId?: string;
|
|
508
|
+
copyMqttProperties?: OperationalMode;
|
|
509
|
+
host: string;
|
|
510
|
+
kafkaAcks?: DataflowEndpointKafkaAcks;
|
|
511
|
+
partitionStrategy?: DataflowEndpointKafkaPartitionStrategy;
|
|
512
|
+
tls?: TlsProperties;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
// @public
|
|
516
|
+
export type DataflowEndpointKafkaAcks = string;
|
|
517
|
+
|
|
518
|
+
// @public
|
|
519
|
+
export interface DataflowEndpointKafkaAuthentication {
|
|
520
|
+
method: KafkaAuthMethod;
|
|
521
|
+
saslSettings?: DataflowEndpointAuthenticationSasl;
|
|
522
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
523
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
524
|
+
x509CertificateSettings?: DataflowEndpointAuthenticationX509;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
// @public
|
|
528
|
+
export interface DataflowEndpointKafkaBatching {
|
|
529
|
+
latencyMs?: number;
|
|
530
|
+
maxBytes?: number;
|
|
531
|
+
maxMessages?: number;
|
|
532
|
+
mode?: OperationalMode;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
// @public
|
|
536
|
+
export type DataflowEndpointKafkaCompression = string;
|
|
537
|
+
|
|
538
|
+
// @public
|
|
539
|
+
export type DataflowEndpointKafkaPartitionStrategy = string;
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export interface DataflowEndpointListByResourceGroupOptionalParams extends OperationOptions {
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
// @public
|
|
546
|
+
export interface DataflowEndpointLocalStorage {
|
|
547
|
+
persistentVolumeClaimRef: string;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
// @public
|
|
551
|
+
export interface DataflowEndpointMqtt {
|
|
552
|
+
authentication: DataflowEndpointMqttAuthentication;
|
|
553
|
+
clientIdPrefix?: string;
|
|
554
|
+
cloudEventAttributes?: CloudEventAttributeType;
|
|
555
|
+
host?: string;
|
|
556
|
+
keepAliveSeconds?: number;
|
|
557
|
+
maxInflightMessages?: number;
|
|
558
|
+
protocol?: BrokerProtocolType;
|
|
559
|
+
qos?: number;
|
|
560
|
+
retain?: MqttRetainType;
|
|
561
|
+
sessionExpirySeconds?: number;
|
|
562
|
+
tls?: TlsProperties;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
// @public
|
|
566
|
+
export interface DataflowEndpointMqttAuthentication {
|
|
567
|
+
method: MqttAuthMethod;
|
|
568
|
+
serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken;
|
|
569
|
+
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity;
|
|
570
|
+
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity;
|
|
571
|
+
x509CertificateSettings?: DataflowEndpointAuthenticationX509;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
// @public
|
|
575
|
+
export interface DataflowEndpointOperations {
|
|
576
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, resource: DataflowEndpointResource, options?: DataflowEndpointCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowEndpointResource>, DataflowEndpointResource>;
|
|
577
|
+
delete: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
578
|
+
get: (resourceGroupName: string, instanceName: string, dataflowEndpointName: string, options?: DataflowEndpointGetOptionalParams) => Promise<DataflowEndpointResource>;
|
|
579
|
+
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowEndpointListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowEndpointResource>;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
// @public
|
|
583
|
+
export interface DataflowEndpointProperties {
|
|
584
|
+
dataExplorerSettings?: DataflowEndpointDataExplorer;
|
|
585
|
+
dataLakeStorageSettings?: DataflowEndpointDataLakeStorage;
|
|
586
|
+
endpointType: EndpointType;
|
|
587
|
+
fabricOneLakeSettings?: DataflowEndpointFabricOneLake;
|
|
588
|
+
kafkaSettings?: DataflowEndpointKafka;
|
|
589
|
+
localStorageSettings?: DataflowEndpointLocalStorage;
|
|
590
|
+
mqttSettings?: DataflowEndpointMqtt;
|
|
591
|
+
readonly provisioningState?: ProvisioningState;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export interface DataflowEndpointResource extends ProxyResource {
|
|
596
|
+
extendedLocation: ExtendedLocation;
|
|
597
|
+
properties?: DataflowEndpointProperties;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
// @public
|
|
601
|
+
export interface DataflowGetOptionalParams extends OperationOptions {
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export interface DataflowListByResourceGroupOptionalParams extends OperationOptions {
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export type DataflowMappingType = string;
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface DataflowOperation {
|
|
613
|
+
builtInTransformationSettings?: DataflowBuiltInTransformationSettings;
|
|
614
|
+
destinationSettings?: DataflowDestinationOperationSettings;
|
|
615
|
+
name?: string;
|
|
616
|
+
operationType: OperationType;
|
|
617
|
+
sourceSettings?: DataflowSourceOperationSettings;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
// @public
|
|
621
|
+
export interface DataflowOperations {
|
|
622
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, resource: DataflowResource, options?: DataflowCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowResource>, DataflowResource>;
|
|
623
|
+
delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
624
|
+
get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowGetOptionalParams) => Promise<DataflowResource>;
|
|
625
|
+
listByResourceGroup: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowResource>;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
// @public
|
|
629
|
+
export interface DataflowProfileCreateOrUpdateOptionalParams extends OperationOptions {
|
|
630
|
+
updateIntervalInMs?: number;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
// @public
|
|
634
|
+
export interface DataflowProfileDeleteOptionalParams extends OperationOptions {
|
|
635
|
+
updateIntervalInMs?: number;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
// @public
|
|
639
|
+
export interface DataflowProfileGetOptionalParams extends OperationOptions {
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
// @public
|
|
643
|
+
export interface DataflowProfileListByResourceGroupOptionalParams extends OperationOptions {
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export interface DataflowProfileOperations {
|
|
648
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, resource: DataflowProfileResource, options?: DataflowProfileCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowProfileResource>, DataflowProfileResource>;
|
|
649
|
+
delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
650
|
+
get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowProfileGetOptionalParams) => Promise<DataflowProfileResource>;
|
|
651
|
+
listByResourceGroup: (resourceGroupName: string, instanceName: string, options?: DataflowProfileListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowProfileResource>;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
// @public
|
|
655
|
+
export interface DataflowProfileProperties {
|
|
656
|
+
diagnostics?: ProfileDiagnostics;
|
|
657
|
+
instanceCount?: number;
|
|
658
|
+
readonly provisioningState?: ProvisioningState;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
// @public
|
|
662
|
+
export interface DataflowProfileResource extends ProxyResource {
|
|
663
|
+
extendedLocation: ExtendedLocation;
|
|
664
|
+
properties?: DataflowProfileProperties;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export interface DataflowProperties {
|
|
669
|
+
mode?: OperationalMode;
|
|
670
|
+
operations: DataflowOperation[];
|
|
671
|
+
readonly provisioningState?: ProvisioningState;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export interface DataflowResource extends ProxyResource {
|
|
676
|
+
extendedLocation: ExtendedLocation;
|
|
677
|
+
properties?: DataflowProperties;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
// @public
|
|
681
|
+
export interface DataflowSourceOperationSettings {
|
|
682
|
+
assetRef?: string;
|
|
683
|
+
dataSources: string[];
|
|
684
|
+
endpointRef: string;
|
|
685
|
+
schemaRef?: string;
|
|
686
|
+
serializationFormat?: SourceSerializationFormat;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
// @public
|
|
690
|
+
export type DataLakeStorageAuthMethod = ManagedIdentityMethod | AccessTokenMethod;
|
|
691
|
+
|
|
692
|
+
// @public
|
|
693
|
+
export interface DiagnosticsLogs {
|
|
694
|
+
level?: string;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
// @public
|
|
698
|
+
export interface DiskBackedMessageBuffer {
|
|
699
|
+
ephemeralVolumeClaimSpec?: VolumeClaimSpec;
|
|
700
|
+
maxSize: string;
|
|
701
|
+
persistentVolumeClaimSpec?: VolumeClaimSpec;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
// @public
|
|
705
|
+
export type EndpointType = string;
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export interface ExtendedLocation {
|
|
709
|
+
name: string;
|
|
710
|
+
type: ExtendedLocationType;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
// @public
|
|
714
|
+
export type ExtendedLocationType = string;
|
|
715
|
+
|
|
716
|
+
// @public
|
|
717
|
+
export type FabricOneLakeAuthMethod = ManagedIdentityMethod;
|
|
718
|
+
|
|
719
|
+
// @public
|
|
720
|
+
export type FilterType = string;
|
|
721
|
+
|
|
722
|
+
// @public
|
|
723
|
+
export interface Frontend {
|
|
724
|
+
replicas: number;
|
|
725
|
+
workers?: number;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
// @public
|
|
729
|
+
export interface GenerateResourceLimits {
|
|
730
|
+
cpu?: OperationalMode;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
// @public
|
|
734
|
+
export interface InstanceCreateOrUpdateOptionalParams extends OperationOptions {
|
|
735
|
+
updateIntervalInMs?: number;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// @public
|
|
739
|
+
export interface InstanceDeleteOptionalParams extends OperationOptions {
|
|
740
|
+
updateIntervalInMs?: number;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
// @public
|
|
744
|
+
export interface InstanceGetOptionalParams extends OperationOptions {
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
// @public
|
|
748
|
+
export interface InstanceListByResourceGroupOptionalParams extends OperationOptions {
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
// @public
|
|
752
|
+
export interface InstanceListBySubscriptionOptionalParams extends OperationOptions {
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export interface InstanceOperations {
|
|
757
|
+
createOrUpdate: (resourceGroupName: string, instanceName: string, resource: InstanceResource, options?: InstanceCreateOrUpdateOptionalParams) => PollerLike<OperationState<InstanceResource>, InstanceResource>;
|
|
758
|
+
delete: (resourceGroupName: string, instanceName: string, options?: InstanceDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
759
|
+
get: (resourceGroupName: string, instanceName: string, options?: InstanceGetOptionalParams) => Promise<InstanceResource>;
|
|
760
|
+
listByResourceGroup: (resourceGroupName: string, options?: InstanceListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InstanceResource>;
|
|
761
|
+
listBySubscription: (options?: InstanceListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InstanceResource>;
|
|
762
|
+
update: (resourceGroupName: string, instanceName: string, properties: InstancePatchModel, options?: InstanceUpdateOptionalParams) => Promise<InstanceResource>;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
// @public
|
|
766
|
+
export interface InstancePatchModel {
|
|
767
|
+
identity?: ManagedServiceIdentity;
|
|
768
|
+
tags?: Record<string, string>;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
// @public
|
|
772
|
+
export interface InstanceProperties {
|
|
773
|
+
description?: string;
|
|
774
|
+
readonly provisioningState?: ProvisioningState;
|
|
775
|
+
schemaRegistryRef: SchemaRegistryRef;
|
|
776
|
+
readonly version?: string;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
// @public
|
|
780
|
+
export interface InstanceResource extends TrackedResource {
|
|
781
|
+
extendedLocation: ExtendedLocation;
|
|
782
|
+
identity?: ManagedServiceIdentity;
|
|
783
|
+
properties?: InstanceProperties;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
// @public
|
|
787
|
+
export interface InstanceUpdateOptionalParams extends OperationOptions {
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
// @public (undocumented)
|
|
791
|
+
export class IoTOperationsClient {
|
|
792
|
+
constructor(credential: TokenCredential, subscriptionId: string, options?: IoTOperationsClientOptionalParams);
|
|
793
|
+
readonly broker: BrokerOperations;
|
|
794
|
+
readonly brokerAuthentication: BrokerAuthenticationOperations;
|
|
795
|
+
readonly brokerAuthorization: BrokerAuthorizationOperations;
|
|
796
|
+
readonly brokerListener: BrokerListenerOperations;
|
|
797
|
+
readonly dataflow: DataflowOperations;
|
|
798
|
+
readonly dataflowEndpoint: DataflowEndpointOperations;
|
|
799
|
+
readonly dataflowProfile: DataflowProfileOperations;
|
|
800
|
+
readonly instance: InstanceOperations;
|
|
801
|
+
readonly operations: OperationsOperations;
|
|
802
|
+
readonly pipeline: Pipeline;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
// @public
|
|
806
|
+
export interface IoTOperationsClientOptionalParams extends ClientOptions {
|
|
807
|
+
apiVersion?: string;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
// @public
|
|
811
|
+
export type KafkaAuthMethod = ManagedIdentityMethod | SaslMethod | X509CertificateMethod | AnonymousMethod;
|
|
812
|
+
|
|
813
|
+
// @public
|
|
814
|
+
export enum KnownAccessTokenMethod {
|
|
815
|
+
AccessToken = "AccessToken"
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
// @public
|
|
819
|
+
export enum KnownActionType {
|
|
820
|
+
Internal = "Internal"
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export enum KnownAnonymousMethod {
|
|
825
|
+
Anonymous = "Anonymous"
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
// @public
|
|
829
|
+
export enum KnownBrokerAuthenticationMethod {
|
|
830
|
+
Custom = "Custom",
|
|
831
|
+
ServiceAccountToken = "ServiceAccountToken",
|
|
832
|
+
X509 = "X509"
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
// @public
|
|
836
|
+
export enum KnownBrokerMemoryProfile {
|
|
837
|
+
High = "High",
|
|
838
|
+
Low = "Low",
|
|
839
|
+
Medium = "Medium",
|
|
840
|
+
Tiny = "Tiny"
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
// @public
|
|
844
|
+
export enum KnownBrokerProtocolType {
|
|
845
|
+
Mqtt = "Mqtt",
|
|
846
|
+
WebSockets = "WebSockets"
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
// @public
|
|
850
|
+
export enum KnownBrokerResourceDefinitionMethods {
|
|
851
|
+
Connect = "Connect",
|
|
852
|
+
Publish = "Publish",
|
|
853
|
+
Subscribe = "Subscribe"
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export enum KnownCertManagerIssuerKind {
|
|
858
|
+
ClusterIssuer = "ClusterIssuer",
|
|
859
|
+
Issuer = "Issuer"
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
// @public
|
|
863
|
+
export enum KnownCloudEventAttributeType {
|
|
864
|
+
CreateOrRemap = "CreateOrRemap",
|
|
865
|
+
Propagate = "Propagate"
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
// @public
|
|
869
|
+
export enum KnownCreatedByType {
|
|
870
|
+
Application = "Application",
|
|
871
|
+
Key = "Key",
|
|
872
|
+
ManagedIdentity = "ManagedIdentity",
|
|
873
|
+
User = "User"
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
// @public
|
|
877
|
+
export enum KnownDataflowEndpointAuthenticationSaslType {
|
|
878
|
+
Plain = "Plain",
|
|
879
|
+
ScramSha256 = "ScramSha256",
|
|
880
|
+
ScramSha512 = "ScramSha512"
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
// @public
|
|
884
|
+
export enum KnownDataflowEndpointFabricPathType {
|
|
885
|
+
Files = "Files",
|
|
886
|
+
Tables = "Tables"
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
// @public
|
|
890
|
+
export enum KnownDataflowEndpointKafkaAcks {
|
|
891
|
+
All = "All",
|
|
892
|
+
One = "One",
|
|
893
|
+
Zero = "Zero"
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
// @public
|
|
897
|
+
export enum KnownDataflowEndpointKafkaCompression {
|
|
898
|
+
Gzip = "Gzip",
|
|
899
|
+
Lz4 = "Lz4",
|
|
900
|
+
None = "None",
|
|
901
|
+
Snappy = "Snappy"
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
// @public
|
|
905
|
+
export enum KnownDataflowEndpointKafkaPartitionStrategy {
|
|
906
|
+
Default = "Default",
|
|
907
|
+
Property = "Property",
|
|
908
|
+
Static = "Static",
|
|
909
|
+
Topic = "Topic"
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
// @public
|
|
913
|
+
export enum KnownDataflowMappingType {
|
|
914
|
+
BuiltInFunction = "BuiltInFunction",
|
|
915
|
+
Compute = "Compute",
|
|
916
|
+
NewProperties = "NewProperties",
|
|
917
|
+
PassThrough = "PassThrough",
|
|
918
|
+
Rename = "Rename"
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
// @public
|
|
922
|
+
export enum KnownEndpointType {
|
|
923
|
+
DataExplorer = "DataExplorer",
|
|
924
|
+
DataLakeStorage = "DataLakeStorage",
|
|
925
|
+
FabricOneLake = "FabricOneLake",
|
|
926
|
+
Kafka = "Kafka",
|
|
927
|
+
LocalStorage = "LocalStorage",
|
|
928
|
+
Mqtt = "Mqtt"
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
// @public
|
|
932
|
+
export enum KnownExtendedLocationType {
|
|
933
|
+
CustomLocation = "CustomLocation"
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
// @public
|
|
937
|
+
export enum KnownFilterType {
|
|
938
|
+
Filter = "Filter"
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
// @public
|
|
942
|
+
export enum KnownManagedIdentityMethod {
|
|
943
|
+
SystemAssignedManagedIdentity = "SystemAssignedManagedIdentity",
|
|
944
|
+
UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
// @public
|
|
948
|
+
export enum KnownManagedServiceIdentityType {
|
|
949
|
+
None = "None",
|
|
950
|
+
SystemAssigned = "SystemAssigned",
|
|
951
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
952
|
+
UserAssigned = "UserAssigned"
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
// @public
|
|
956
|
+
export enum KnownMqttRetainType {
|
|
957
|
+
Keep = "Keep",
|
|
958
|
+
Never = "Never"
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
// @public
|
|
962
|
+
export enum KnownOperationalMode {
|
|
963
|
+
Disabled = "Disabled",
|
|
964
|
+
Enabled = "Enabled"
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
// @public
|
|
968
|
+
export enum KnownOperationType {
|
|
969
|
+
BuiltInTransformation = "BuiltInTransformation",
|
|
970
|
+
Destination = "Destination",
|
|
971
|
+
Source = "Source"
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
// @public
|
|
975
|
+
export enum KnownOperatorValues {
|
|
976
|
+
DoesNotExist = "DoesNotExist",
|
|
977
|
+
Exists = "Exists",
|
|
978
|
+
In = "In",
|
|
979
|
+
NotIn = "NotIn"
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
// @public
|
|
983
|
+
export enum KnownOrigin {
|
|
984
|
+
System = "system",
|
|
985
|
+
User = "user",
|
|
986
|
+
UserSystem = "user,system"
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
// @public
|
|
990
|
+
export enum KnownPrivateKeyAlgorithm {
|
|
991
|
+
Ec256 = "Ec256",
|
|
992
|
+
Ec384 = "Ec384",
|
|
993
|
+
Ec521 = "Ec521",
|
|
994
|
+
Ed25519 = "Ed25519",
|
|
995
|
+
Rsa2048 = "Rsa2048",
|
|
996
|
+
Rsa4096 = "Rsa4096",
|
|
997
|
+
Rsa8192 = "Rsa8192"
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
// @public
|
|
1001
|
+
export enum KnownPrivateKeyRotationPolicy {
|
|
1002
|
+
Always = "Always",
|
|
1003
|
+
Never = "Never"
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
// @public
|
|
1007
|
+
export enum KnownProvisioningState {
|
|
1008
|
+
Accepted = "Accepted",
|
|
1009
|
+
Canceled = "Canceled",
|
|
1010
|
+
Deleting = "Deleting",
|
|
1011
|
+
Failed = "Failed",
|
|
1012
|
+
Provisioning = "Provisioning",
|
|
1013
|
+
Succeeded = "Succeeded",
|
|
1014
|
+
Updating = "Updating"
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
// @public
|
|
1018
|
+
export enum KnownSaslMethod {
|
|
1019
|
+
Sasl = "Sasl"
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
// @public
|
|
1023
|
+
export enum KnownServiceAccountTokenMethod {
|
|
1024
|
+
ServiceAccountToken = "ServiceAccountToken"
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export enum KnownServiceType {
|
|
1029
|
+
ClusterIp = "ClusterIp",
|
|
1030
|
+
LoadBalancer = "LoadBalancer",
|
|
1031
|
+
NodePort = "NodePort"
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
// @public
|
|
1035
|
+
export enum KnownSourceSerializationFormat {
|
|
1036
|
+
Json = "Json"
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
// @public
|
|
1040
|
+
export enum KnownStateStoreResourceDefinitionMethods {
|
|
1041
|
+
Read = "Read",
|
|
1042
|
+
ReadWrite = "ReadWrite",
|
|
1043
|
+
Write = "Write"
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
// @public
|
|
1047
|
+
export enum KnownStateStoreResourceKeyTypes {
|
|
1048
|
+
Binary = "Binary",
|
|
1049
|
+
Pattern = "Pattern",
|
|
1050
|
+
String = "String"
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
// @public
|
|
1054
|
+
export enum KnownSubscriberMessageDropStrategy {
|
|
1055
|
+
DropOldest = "DropOldest",
|
|
1056
|
+
None = "None"
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
// @public
|
|
1060
|
+
export enum KnownTlsCertMethodMode {
|
|
1061
|
+
Automatic = "Automatic",
|
|
1062
|
+
Manual = "Manual"
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
// @public
|
|
1066
|
+
export enum KnownTransformationSerializationFormat {
|
|
1067
|
+
Delta = "Delta",
|
|
1068
|
+
Json = "Json",
|
|
1069
|
+
Parquet = "Parquet"
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
// @public
|
|
1073
|
+
export enum KnownX509CertificateMethod {
|
|
1074
|
+
X509Certificate = "X509Certificate"
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
// @public
|
|
1078
|
+
export interface KubernetesReference {
|
|
1079
|
+
apiGroup?: string;
|
|
1080
|
+
kind: string;
|
|
1081
|
+
name: string;
|
|
1082
|
+
namespace?: string;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
// @public
|
|
1086
|
+
export interface ListenerPort {
|
|
1087
|
+
authenticationRef?: string;
|
|
1088
|
+
authorizationRef?: string;
|
|
1089
|
+
nodePort?: number;
|
|
1090
|
+
port: number;
|
|
1091
|
+
protocol?: BrokerProtocolType;
|
|
1092
|
+
tls?: TlsCertMethod;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
// @public
|
|
1096
|
+
export interface LocalKubernetesReference {
|
|
1097
|
+
apiGroup?: string;
|
|
1098
|
+
kind: string;
|
|
1099
|
+
name: string;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
// @public
|
|
1103
|
+
export type ManagedIdentityMethod = string;
|
|
1104
|
+
|
|
1105
|
+
// @public
|
|
1106
|
+
export interface ManagedServiceIdentity {
|
|
1107
|
+
readonly principalId?: string;
|
|
1108
|
+
readonly tenantId?: string;
|
|
1109
|
+
type: ManagedServiceIdentityType;
|
|
1110
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
// @public
|
|
1114
|
+
export type ManagedServiceIdentityType = string;
|
|
1115
|
+
|
|
1116
|
+
// @public
|
|
1117
|
+
export interface Metrics {
|
|
1118
|
+
prometheusPort?: number;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
// @public
|
|
1122
|
+
export type MqttAuthMethod = ManagedIdentityMethod | ServiceAccountTokenMethod | X509CertificateMethod | AnonymousMethod;
|
|
1123
|
+
|
|
1124
|
+
// @public
|
|
1125
|
+
export type MqttRetainType = string;
|
|
1126
|
+
|
|
1127
|
+
// @public
|
|
1128
|
+
export interface Operation {
|
|
1129
|
+
actionType?: ActionType;
|
|
1130
|
+
readonly display?: OperationDisplay;
|
|
1131
|
+
readonly isDataAction?: boolean;
|
|
1132
|
+
readonly name?: string;
|
|
1133
|
+
readonly origin?: Origin;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
// @public
|
|
1137
|
+
export type OperationalMode = string;
|
|
1138
|
+
|
|
1139
|
+
// @public
|
|
1140
|
+
export interface OperationDisplay {
|
|
1141
|
+
readonly description?: string;
|
|
1142
|
+
readonly operation?: string;
|
|
1143
|
+
readonly provider?: string;
|
|
1144
|
+
readonly resource?: string;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
// @public
|
|
1148
|
+
export interface OperationsListOptionalParams extends OperationOptions {
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
// @public
|
|
1152
|
+
export interface OperationsOperations {
|
|
1153
|
+
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
// @public
|
|
1157
|
+
export type OperationType = string;
|
|
1158
|
+
|
|
1159
|
+
// @public
|
|
1160
|
+
export type OperatorValues = string;
|
|
1161
|
+
|
|
1162
|
+
// @public
|
|
1163
|
+
export type Origin = string;
|
|
1164
|
+
|
|
1165
|
+
// @public
|
|
1166
|
+
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
1167
|
+
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
1168
|
+
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
1169
|
+
next(): Promise<IteratorResult<TElement>>;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
// @public
|
|
1173
|
+
export interface PageSettings {
|
|
1174
|
+
continuationToken?: string;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
// @public
|
|
1178
|
+
export interface PrincipalDefinition {
|
|
1179
|
+
attributes?: Record<string, string>[];
|
|
1180
|
+
clientIds?: string[];
|
|
1181
|
+
usernames?: string[];
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
// @public
|
|
1185
|
+
export type PrivateKeyAlgorithm = string;
|
|
1186
|
+
|
|
1187
|
+
// @public
|
|
1188
|
+
export type PrivateKeyRotationPolicy = string;
|
|
1189
|
+
|
|
1190
|
+
// @public
|
|
1191
|
+
export interface ProfileDiagnostics {
|
|
1192
|
+
logs?: DiagnosticsLogs;
|
|
1193
|
+
metrics?: Metrics;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
// @public
|
|
1197
|
+
export type ProvisioningState = string;
|
|
1198
|
+
|
|
1199
|
+
// @public
|
|
1200
|
+
export interface ProxyResource extends Resource {
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
// @public
|
|
1204
|
+
export interface Resource {
|
|
1205
|
+
readonly id?: string;
|
|
1206
|
+
readonly name?: string;
|
|
1207
|
+
readonly systemData?: SystemData;
|
|
1208
|
+
readonly type?: string;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
// @public
|
|
1212
|
+
export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: IoTOperationsClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
1213
|
+
|
|
1214
|
+
// @public (undocumented)
|
|
1215
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
1216
|
+
abortSignal?: AbortSignalLike;
|
|
1217
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
1218
|
+
updateIntervalInMs?: number;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
// @public
|
|
1222
|
+
export interface SanForCert {
|
|
1223
|
+
dns: string[];
|
|
1224
|
+
ip: string[];
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
// @public
|
|
1228
|
+
export type SaslMethod = string;
|
|
1229
|
+
|
|
1230
|
+
// @public
|
|
1231
|
+
export interface SchemaRegistryRef {
|
|
1232
|
+
resourceId: string;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
// @public
|
|
1236
|
+
export interface SelfCheck {
|
|
1237
|
+
intervalSeconds?: number;
|
|
1238
|
+
mode?: OperationalMode;
|
|
1239
|
+
timeoutSeconds?: number;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
// @public
|
|
1243
|
+
export interface SelfTracing {
|
|
1244
|
+
intervalSeconds?: number;
|
|
1245
|
+
mode?: OperationalMode;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
// @public
|
|
1249
|
+
export type ServiceAccountTokenMethod = string;
|
|
1250
|
+
|
|
1251
|
+
// @public
|
|
1252
|
+
export type ServiceType = string;
|
|
1253
|
+
|
|
1254
|
+
// @public
|
|
1255
|
+
export type SourceSerializationFormat = string;
|
|
1256
|
+
|
|
1257
|
+
// @public
|
|
1258
|
+
export type StateStoreResourceDefinitionMethods = string;
|
|
1259
|
+
|
|
1260
|
+
// @public
|
|
1261
|
+
export type StateStoreResourceKeyTypes = string;
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export interface StateStoreResourceRule {
|
|
1265
|
+
keys: string[];
|
|
1266
|
+
keyType: StateStoreResourceKeyTypes;
|
|
1267
|
+
method: StateStoreResourceDefinitionMethods;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
// @public
|
|
1271
|
+
export type SubscriberMessageDropStrategy = string;
|
|
1272
|
+
|
|
1273
|
+
// @public
|
|
1274
|
+
export interface SubscriberQueueLimit {
|
|
1275
|
+
length?: number;
|
|
1276
|
+
strategy?: SubscriberMessageDropStrategy;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
// @public
|
|
1280
|
+
export interface SystemData {
|
|
1281
|
+
createdAt?: Date;
|
|
1282
|
+
createdBy?: string;
|
|
1283
|
+
createdByType?: CreatedByType;
|
|
1284
|
+
lastModifiedAt?: Date;
|
|
1285
|
+
lastModifiedBy?: string;
|
|
1286
|
+
lastModifiedByType?: CreatedByType;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
// @public
|
|
1290
|
+
export interface TlsCertMethod {
|
|
1291
|
+
certManagerCertificateSpec?: CertManagerCertificateSpec;
|
|
1292
|
+
manual?: X509ManualCertificate;
|
|
1293
|
+
mode: TlsCertMethodMode;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
// @public
|
|
1297
|
+
export type TlsCertMethodMode = string;
|
|
1298
|
+
|
|
1299
|
+
// @public
|
|
1300
|
+
export interface TlsProperties {
|
|
1301
|
+
mode?: OperationalMode;
|
|
1302
|
+
trustedCaCertificateConfigMapRef?: string;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
// @public
|
|
1306
|
+
export interface Traces {
|
|
1307
|
+
cacheSizeMegabytes?: number;
|
|
1308
|
+
mode?: OperationalMode;
|
|
1309
|
+
selfTracing?: SelfTracing;
|
|
1310
|
+
spanChannelCapacity?: number;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
// @public
|
|
1314
|
+
export interface TrackedResource extends Resource {
|
|
1315
|
+
location: string;
|
|
1316
|
+
tags?: Record<string, string>;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
// @public
|
|
1320
|
+
export type TransformationSerializationFormat = string;
|
|
1321
|
+
|
|
1322
|
+
// @public
|
|
1323
|
+
export interface UserAssignedIdentity {
|
|
1324
|
+
readonly clientId?: string;
|
|
1325
|
+
readonly principalId?: string;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
// @public
|
|
1329
|
+
export interface VolumeClaimResourceRequirements {
|
|
1330
|
+
limits?: Record<string, string>;
|
|
1331
|
+
requests?: Record<string, string>;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
// @public
|
|
1335
|
+
export interface VolumeClaimSpec {
|
|
1336
|
+
accessModes?: string[];
|
|
1337
|
+
dataSource?: LocalKubernetesReference;
|
|
1338
|
+
dataSourceRef?: KubernetesReference;
|
|
1339
|
+
resources?: VolumeClaimResourceRequirements;
|
|
1340
|
+
selector?: VolumeClaimSpecSelector;
|
|
1341
|
+
storageClassName?: string;
|
|
1342
|
+
volumeMode?: string;
|
|
1343
|
+
volumeName?: string;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
// @public
|
|
1347
|
+
export interface VolumeClaimSpecSelector {
|
|
1348
|
+
matchExpressions?: VolumeClaimSpecSelectorMatchExpressions[];
|
|
1349
|
+
matchLabels?: Record<string, string>;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
// @public
|
|
1353
|
+
export interface VolumeClaimSpecSelectorMatchExpressions {
|
|
1354
|
+
key: string;
|
|
1355
|
+
operator: OperatorValues;
|
|
1356
|
+
values?: string[];
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
// @public
|
|
1360
|
+
export type X509CertificateMethod = string;
|
|
1361
|
+
|
|
1362
|
+
// @public
|
|
1363
|
+
export interface X509ManualCertificate {
|
|
1364
|
+
secretRef: string;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
// (No @packageDocumentation comment for this package)
|
|
1368
|
+
|
|
1369
|
+
```
|