@azure/arm-servicebus 6.2.0-beta.1 → 6.2.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -6
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +33 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +1528 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +2251 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +296 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/disasterRecoveryConfigs.d.ts +133 -0
- package/dist/browser/operations/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/browser/operations/disasterRecoveryConfigs.js +520 -0
- package/dist/browser/operations/disasterRecoveryConfigs.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/migrationConfigs.d.ts +91 -0
- package/dist/browser/operations/migrationConfigs.d.ts.map +1 -0
- package/dist/browser/operations/migrationConfigs.js +349 -0
- package/dist/browser/operations/migrationConfigs.js.map +1 -0
- package/dist/browser/operations/namespaces.d.ts +215 -0
- package/dist/browser/operations/namespaces.d.ts.map +1 -0
- package/dist/browser/operations/namespaces.js +936 -0
- package/dist/browser/operations/namespaces.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +302 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +20 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +54 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/queues.d.ts +137 -0
- package/dist/browser/operations/queues.d.ts.map +1 -0
- package/dist/browser/operations/queues.js +550 -0
- package/dist/browser/operations/queues.js.map +1 -0
- package/dist/browser/operations/rules.d.ts +75 -0
- package/dist/browser/operations/rules.d.ts.map +1 -0
- package/dist/browser/operations/rules.js +288 -0
- package/dist/browser/operations/rules.js.map +1 -0
- package/dist/browser/operations/subscriptions.d.ts +69 -0
- package/dist/browser/operations/subscriptions.d.ts.map +1 -0
- package/dist/browser/operations/subscriptions.js +261 -0
- package/dist/browser/operations/subscriptions.js.map +1 -0
- package/dist/browser/operations/topics.d.ts +137 -0
- package/dist/browser/operations/topics.d.ts.map +1 -0
- package/dist/browser/operations/topics.js +550 -0
- package/dist/browser/operations/topics.js.map +1 -0
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/migrationConfigs.d.ts +66 -0
- package/dist/browser/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrationConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts +145 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/queues.d.ts +93 -0
- package/dist/browser/operationsInterfaces/queues.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queues.js.map +1 -0
- package/dist/browser/operationsInterfaces/rules.d.ts +46 -0
- package/dist/browser/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/rules.js.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptions.d.ts +42 -0
- package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/topics.d.ts +93 -0
- package/dist/browser/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/topics.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/serviceBusManagementClient.d.ts +30 -0
- package/dist/browser/serviceBusManagementClient.d.ts.map +1 -0
- package/dist/browser/serviceBusManagementClient.js +125 -0
- package/dist/browser/serviceBusManagementClient.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 +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1528 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +99 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +58 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2255 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +35 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +299 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts +133 -0
- package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/disasterRecoveryConfigs.js +525 -0
- package/dist/commonjs/operations/disasterRecoveryConfigs.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/migrationConfigs.d.ts +91 -0
- package/dist/commonjs/operations/migrationConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/migrationConfigs.js +354 -0
- package/dist/commonjs/operations/migrationConfigs.js.map +1 -0
- package/dist/commonjs/operations/namespaces.d.ts +215 -0
- package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operations/namespaces.js +941 -0
- package/dist/commonjs/operations/namespaces.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +307 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +59 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/queues.d.ts +137 -0
- package/dist/commonjs/operations/queues.d.ts.map +1 -0
- package/dist/commonjs/operations/queues.js +555 -0
- package/dist/commonjs/operations/queues.js.map +1 -0
- package/dist/commonjs/operations/rules.d.ts +75 -0
- package/dist/commonjs/operations/rules.d.ts.map +1 -0
- package/dist/commonjs/operations/rules.js +293 -0
- package/dist/commonjs/operations/rules.js.map +1 -0
- package/dist/commonjs/operations/subscriptions.d.ts +69 -0
- package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/subscriptions.js +266 -0
- package/dist/commonjs/operations/subscriptions.js.map +1 -0
- package/dist/commonjs/operations/topics.d.ts +137 -0
- package/dist/commonjs/operations/topics.d.ts.map +1 -0
- package/dist/commonjs/operations/topics.js +555 -0
- package/dist/commonjs/operations/topics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts +66 -0
- package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrationConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts +145 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/namespaces.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 +48 -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 +12 -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/queues.d.ts +93 -0
- package/dist/commonjs/operationsInterfaces/queues.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queues.js +10 -0
- package/dist/commonjs/operationsInterfaces/queues.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/rules.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/rules.js +10 -0
- package/dist/commonjs/operationsInterfaces/rules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/topics.d.ts +93 -0
- package/dist/commonjs/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/topics.js +10 -0
- package/dist/commonjs/operationsInterfaces/topics.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceBusManagementClient.d.ts +30 -0
- package/dist/commonjs/serviceBusManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceBusManagementClient.js +130 -0
- package/dist/commonjs/serviceBusManagementClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1528 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +96 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +58 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2251 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +35 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +296 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/disasterRecoveryConfigs.d.ts +133 -0
- package/dist/esm/operations/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/esm/operations/disasterRecoveryConfigs.js +520 -0
- package/dist/esm/operations/disasterRecoveryConfigs.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/migrationConfigs.d.ts +91 -0
- package/dist/esm/operations/migrationConfigs.d.ts.map +1 -0
- package/dist/esm/operations/migrationConfigs.js +349 -0
- package/dist/esm/operations/migrationConfigs.js.map +1 -0
- package/dist/esm/operations/namespaces.d.ts +215 -0
- package/dist/esm/operations/namespaces.d.ts.map +1 -0
- package/dist/esm/operations/namespaces.js +936 -0
- package/dist/esm/operations/namespaces.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +302 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +54 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/queues.d.ts +137 -0
- package/dist/esm/operations/queues.d.ts.map +1 -0
- package/dist/esm/operations/queues.js +550 -0
- package/dist/esm/operations/queues.js.map +1 -0
- package/dist/esm/operations/rules.d.ts +75 -0
- package/dist/esm/operations/rules.d.ts.map +1 -0
- package/dist/esm/operations/rules.js +288 -0
- package/dist/esm/operations/rules.js.map +1 -0
- package/dist/esm/operations/subscriptions.d.ts +69 -0
- package/dist/esm/operations/subscriptions.d.ts.map +1 -0
- package/dist/esm/operations/subscriptions.js +261 -0
- package/dist/esm/operations/subscriptions.js.map +1 -0
- package/dist/esm/operations/topics.d.ts +137 -0
- package/dist/esm/operations/topics.d.ts.map +1 -0
- package/dist/esm/operations/topics.js +550 -0
- package/dist/esm/operations/topics.js.map +1 -0
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/migrationConfigs.d.ts +66 -0
- package/dist/esm/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrationConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/migrationConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts +145 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.js +9 -0
- package/dist/esm/operationsInterfaces/namespaces.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 +48 -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 +12 -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/queues.d.ts +93 -0
- package/dist/esm/operationsInterfaces/queues.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queues.js +9 -0
- package/dist/esm/operationsInterfaces/queues.js.map +1 -0
- package/dist/esm/operationsInterfaces/rules.d.ts +46 -0
- package/dist/esm/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/rules.js +9 -0
- package/dist/esm/operationsInterfaces/rules.js.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptions.d.ts +42 -0
- package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/topics.d.ts +93 -0
- package/dist/esm/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/topics.js +9 -0
- package/dist/esm/operationsInterfaces/topics.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceBusManagementClient.d.ts +30 -0
- package/dist/esm/serviceBusManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceBusManagementClient.js +125 -0
- package/dist/esm/serviceBusManagementClient.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 +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1528 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +96 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +58 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2251 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +35 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +296 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/disasterRecoveryConfigs.d.ts +133 -0
- package/dist/react-native/operations/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/disasterRecoveryConfigs.js +520 -0
- package/dist/react-native/operations/disasterRecoveryConfigs.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/migrationConfigs.d.ts +91 -0
- package/dist/react-native/operations/migrationConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/migrationConfigs.js +349 -0
- package/dist/react-native/operations/migrationConfigs.js.map +1 -0
- package/dist/react-native/operations/namespaces.d.ts +215 -0
- package/dist/react-native/operations/namespaces.d.ts.map +1 -0
- package/dist/react-native/operations/namespaces.js +936 -0
- package/dist/react-native/operations/namespaces.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +302 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +54 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/queues.d.ts +137 -0
- package/dist/react-native/operations/queues.d.ts.map +1 -0
- package/dist/react-native/operations/queues.js +550 -0
- package/dist/react-native/operations/queues.js.map +1 -0
- package/dist/react-native/operations/rules.d.ts +75 -0
- package/dist/react-native/operations/rules.d.ts.map +1 -0
- package/dist/react-native/operations/rules.js +288 -0
- package/dist/react-native/operations/rules.js.map +1 -0
- package/dist/react-native/operations/subscriptions.d.ts +69 -0
- package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/subscriptions.js +261 -0
- package/dist/react-native/operations/subscriptions.js.map +1 -0
- package/dist/react-native/operations/topics.d.ts +137 -0
- package/dist/react-native/operations/topics.d.ts.map +1 -0
- package/dist/react-native/operations/topics.js +550 -0
- package/dist/react-native/operations/topics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts +66 -0
- package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/migrationConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts +145 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
- package/dist/react-native/operationsInterfaces/namespaces.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 +48 -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 +12 -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/queues.d.ts +93 -0
- package/dist/react-native/operationsInterfaces/queues.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queues.js +9 -0
- package/dist/react-native/operationsInterfaces/queues.js.map +1 -0
- package/dist/react-native/operationsInterfaces/rules.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/rules.js +9 -0
- package/dist/react-native/operationsInterfaces/rules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/topics.d.ts +93 -0
- package/dist/react-native/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/topics.js +9 -0
- package/dist/react-native/operationsInterfaces/topics.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceBusManagementClient.d.ts +30 -0
- package/dist/react-native/serviceBusManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceBusManagementClient.js +125 -0
- package/dist/react-native/serviceBusManagementClient.js.map +1 -0
- package/package.json +84 -73
- package/review/arm-servicebus-node.api.md +1304 -0
- package/dist/index.js +0 -6842
- 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/disasterRecoveryConfigsBreakPairingSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js +0 -53
- package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.js +0 -53
- package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.js +0 -39
- package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.js +0 -43
- package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/migrationConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsGetSample.js +0 -39
- package/dist-esm/samples-dev/migrationConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsListSample.js +0 -52
- package/dist-esm/samples-dev/migrationConfigsListSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsRevertSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsRevertSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsRevertSample.js +0 -39
- package/dist-esm/samples-dev/migrationConfigsRevertSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +0 -38
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.js +0 -68
- package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js +0 -40
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/namespacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js +0 -40
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.js +0 -38
- package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesGetSample.js +0 -39
- package/dist-esm/samples-dev/namespacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js +0 -53
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListKeysSample.js +0 -40
- package/dist-esm/samples-dev/namespacesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.js +0 -52
- package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListSample.js +0 -51
- package/dist-esm/samples-dev/namespacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js +0 -41
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/namespacesUpdateSample.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 -51
- 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 -49
- 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 -40
- 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 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -38
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.js +0 -42
- package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/queuesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/queuesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesGetSample.js +0 -40
- package/dist-esm/samples-dev/queuesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.js +0 -54
- package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesListByNamespaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesListByNamespaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesListByNamespaceSample.js +0 -53
- package/dist-esm/samples-dev/queuesListByNamespaceSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesListKeysSample.js +0 -41
- package/dist-esm/samples-dev/queuesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesRegenerateKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesRegenerateKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesRegenerateKeysSample.js +0 -42
- package/dist-esm/samples-dev/queuesRegenerateKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesCreateOrUpdateSample.js +0 -92
- package/dist-esm/samples-dev/rulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesDeleteSample.js +0 -42
- package/dist-esm/samples-dev/rulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesGetSample.js +0 -42
- package/dist-esm/samples-dev/rulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesListBySubscriptionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesListBySubscriptionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesListBySubscriptionsSample.js +0 -55
- package/dist-esm/samples-dev/rulesListBySubscriptionsSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/subscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsGetSample.js +0 -40
- package/dist-esm/samples-dev/subscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsListByTopicSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsListByTopicSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsListByTopicSample.js +0 -53
- package/dist-esm/samples-dev/subscriptionsListByTopicSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.js +0 -42
- package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/topicsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsGetSample.js +0 -40
- package/dist-esm/samples-dev/topicsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.js +0 -54
- package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsListByNamespaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsListByNamespaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsListByNamespaceSample.js +0 -53
- package/dist-esm/samples-dev/topicsListByNamespaceSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsListKeysSample.js +0 -41
- package/dist-esm/samples-dev/topicsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsRegenerateKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsRegenerateKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsRegenerateKeysSample.js +0 -42
- package/dist-esm/samples-dev/topicsRegenerateKeysSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1528
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -2100
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -296
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/disasterRecoveryConfigs.d.ts +0 -133
- package/dist-esm/src/operations/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/disasterRecoveryConfigs.js +0 -550
- package/dist-esm/src/operations/disasterRecoveryConfigs.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/migrationConfigs.d.ts +0 -91
- package/dist-esm/src/operations/migrationConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/migrationConfigs.js +0 -363
- package/dist-esm/src/operations/migrationConfigs.js.map +0 -1
- package/dist-esm/src/operations/namespaces.d.ts +0 -215
- package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operations/namespaces.js +0 -994
- package/dist-esm/src/operations/namespaces.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -131
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -316
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/queues.d.ts +0 -137
- package/dist-esm/src/operations/queues.d.ts.map +0 -1
- package/dist-esm/src/operations/queues.js +0 -580
- package/dist-esm/src/operations/queues.js.map +0 -1
- package/dist-esm/src/operations/rules.d.ts +0 -75
- package/dist-esm/src/operations/rules.d.ts.map +0 -1
- package/dist-esm/src/operations/rules.js +0 -303
- package/dist-esm/src/operations/rules.js.map +0 -1
- package/dist-esm/src/operations/subscriptions.d.ts +0 -69
- package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/subscriptions.js +0 -276
- package/dist-esm/src/operations/subscriptions.js.map +0 -1
- package/dist-esm/src/operations/topics.d.ts +0 -137
- package/dist-esm/src/operations/topics.d.ts.map +0 -1
- package/dist-esm/src/operations/topics.js +0 -580
- package/dist-esm/src/operations/topics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
- package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrationConfigs.d.ts +0 -66
- package/dist-esm/src/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrationConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts +0 -145
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
- 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 +0 -12
- 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/queues.d.ts +0 -93
- package/dist-esm/src/operationsInterfaces/queues.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queues.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/rules.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/rules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/rules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/topics.d.ts +0 -93
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/topics.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/serviceBusManagementClient.d.ts +0 -30
- package/dist-esm/src/serviceBusManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceBusManagementClient.js +0 -110
- package/dist-esm/src/serviceBusManagementClient.js.map +0 -1
- package/dist-esm/test/servicebus_example.spec.d.ts +0 -4
- package/dist-esm/test/servicebus_example.spec.d.ts.map +0 -1
- package/dist-esm/test/servicebus_example.spec.js +0 -186
- package/dist-esm/test/servicebus_example.spec.js.map +0 -1
- package/review/arm-servicebus.api.md +0 -1305
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1777
- package/src/models/mappers.ts +0 -2308
- package/src/models/parameters.ts +0 -349
- package/src/operations/disasterRecoveryConfigs.ts +0 -749
- package/src/operations/index.ts +0 -18
- package/src/operations/migrationConfigs.ts +0 -500
- package/src/operations/namespaces.ts +0 -1329
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -424
- package/src/operations/privateLinkResources.ts +0 -72
- package/src/operations/queues.ts +0 -793
- package/src/operations/rules.ts +0 -419
- package/src/operations/subscriptions.ts +0 -379
- package/src/operations/topics.ts +0 -793
- package/src/operationsInterfaces/disasterRecoveryConfigs.ts +0 -169
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/migrationConfigs.ts +0 -127
- package/src/operationsInterfaces/namespaces.ts +0 -271
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -90
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/queues.ts +0 -179
- package/src/operationsInterfaces/rules.ts +0 -91
- package/src/operationsInterfaces/subscriptions.ts +0 -83
- package/src/operationsInterfaces/topics.ts +0 -179
- package/src/pagingHelper.ts +0 -39
- package/src/serviceBusManagementClient.ts +0 -181
- package/tsconfig.json +0 -33
- package/types/arm-servicebus.d.ts +0 -2424
- package/types/tsdoc-metadata.json +0 -11
- /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.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/disasterRecoveryConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/migrationConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.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/queues.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/rules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/topics.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
|
@@ -1,2424 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
import { PollerLike } from '@azure/core-lro';
|
|
5
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/** Namespace/ServiceBus Connection String */
|
|
8
|
-
export declare interface AccessKeys {
|
|
9
|
-
/**
|
|
10
|
-
* Primary connection string of the created namespace authorization rule.
|
|
11
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
-
*/
|
|
13
|
-
readonly primaryConnectionString?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Secondary connection string of the created namespace authorization rule.
|
|
16
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
-
*/
|
|
18
|
-
readonly secondaryConnectionString?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Primary connection string of the alias if GEO DR is enabled
|
|
21
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
-
*/
|
|
23
|
-
readonly aliasPrimaryConnectionString?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Secondary connection string of the alias if GEO DR is enabled
|
|
26
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
-
*/
|
|
28
|
-
readonly aliasSecondaryConnectionString?: string;
|
|
29
|
-
/**
|
|
30
|
-
* A base64-encoded 256-bit primary key for signing and validating the SAS token.
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
33
|
-
readonly primaryKey?: string;
|
|
34
|
-
/**
|
|
35
|
-
* A base64-encoded 256-bit primary key for signing and validating the SAS token.
|
|
36
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
-
*/
|
|
38
|
-
readonly secondaryKey?: string;
|
|
39
|
-
/**
|
|
40
|
-
* A string that describes the authorization rule.
|
|
41
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
42
|
-
*/
|
|
43
|
-
readonly keyName?: string;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/** Defines values for AccessRights. */
|
|
47
|
-
export declare type AccessRights = "Manage" | "Send" | "Listen";
|
|
48
|
-
|
|
49
|
-
/** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */
|
|
50
|
-
export declare interface Action {
|
|
51
|
-
/** SQL expression. e.g. MyProperty='ABC' */
|
|
52
|
-
sqlExpression?: string;
|
|
53
|
-
/** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */
|
|
54
|
-
compatibilityLevel?: number;
|
|
55
|
-
/** Value that indicates whether the rule action requires preprocessing. */
|
|
56
|
-
requiresPreprocessing?: boolean;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/** Single item in List or Get Alias(Disaster Recovery configuration) operation */
|
|
60
|
-
export declare interface ArmDisasterRecovery extends ProxyResource {
|
|
61
|
-
/**
|
|
62
|
-
* The system meta data relating to this resource.
|
|
63
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
64
|
-
*/
|
|
65
|
-
readonly systemData?: SystemData;
|
|
66
|
-
/**
|
|
67
|
-
* Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'
|
|
68
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
69
|
-
*/
|
|
70
|
-
readonly provisioningState?: ProvisioningStateDR;
|
|
71
|
-
/**
|
|
72
|
-
* Number of entities pending to be replicated.
|
|
73
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
74
|
-
*/
|
|
75
|
-
readonly pendingReplicationOperationsCount?: number;
|
|
76
|
-
/** ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */
|
|
77
|
-
partnerNamespace?: string;
|
|
78
|
-
/** Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */
|
|
79
|
-
alternateName?: string;
|
|
80
|
-
/**
|
|
81
|
-
* role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'
|
|
82
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
-
*/
|
|
84
|
-
readonly role?: RoleDisasterRecovery;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/** The result of the List Alias(Disaster Recovery configuration) operation. */
|
|
88
|
-
export declare interface ArmDisasterRecoveryListResult {
|
|
89
|
-
/** List of Alias(Disaster Recovery configurations) */
|
|
90
|
-
value?: ArmDisasterRecovery[];
|
|
91
|
-
/**
|
|
92
|
-
* Link to the next set of results. Not empty if Value contains incomplete list of Alias(Disaster Recovery configuration)
|
|
93
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
-
*/
|
|
95
|
-
readonly nextLink?: string;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
/** Description of a Check Name availability request properties. */
|
|
99
|
-
export declare interface CheckNameAvailability {
|
|
100
|
-
/** The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. */
|
|
101
|
-
name: string;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
/** Description of a Check Name availability request properties. */
|
|
105
|
-
export declare interface CheckNameAvailabilityResult {
|
|
106
|
-
/**
|
|
107
|
-
* The detailed info regarding the reason associated with the namespace.
|
|
108
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
109
|
-
*/
|
|
110
|
-
readonly message?: string;
|
|
111
|
-
/** Value indicating namespace is availability, true if the namespace is available; otherwise, false. */
|
|
112
|
-
nameAvailable?: boolean;
|
|
113
|
-
/** The reason for unavailability of a namespace. */
|
|
114
|
-
reason?: UnavailableReason;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
/** ConnectionState information. */
|
|
118
|
-
export declare interface ConnectionState {
|
|
119
|
-
/** Status of the connection. */
|
|
120
|
-
status?: PrivateLinkConnectionStatus;
|
|
121
|
-
/** Description of the connection state. */
|
|
122
|
-
description?: string;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
/** Represents the correlation filter expression. */
|
|
126
|
-
export declare interface CorrelationFilter {
|
|
127
|
-
/** dictionary object for custom filters */
|
|
128
|
-
properties?: {
|
|
129
|
-
[propertyName: string]: string;
|
|
130
|
-
};
|
|
131
|
-
/** Identifier of the correlation. */
|
|
132
|
-
correlationId?: string;
|
|
133
|
-
/** Identifier of the message. */
|
|
134
|
-
messageId?: string;
|
|
135
|
-
/** Address to send to. */
|
|
136
|
-
to?: string;
|
|
137
|
-
/** Address of the queue to reply to. */
|
|
138
|
-
replyTo?: string;
|
|
139
|
-
/** Application specific label. */
|
|
140
|
-
label?: string;
|
|
141
|
-
/** Session identifier. */
|
|
142
|
-
sessionId?: string;
|
|
143
|
-
/** Session identifier to reply to. */
|
|
144
|
-
replyToSessionId?: string;
|
|
145
|
-
/** Content type of the message. */
|
|
146
|
-
contentType?: string;
|
|
147
|
-
/** Value that indicates whether the rule action requires preprocessing. */
|
|
148
|
-
requiresPreprocessing?: boolean;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Defines values for CreatedByType. \
|
|
153
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
154
|
-
* this enum contains the known values that the service supports.
|
|
155
|
-
* ### Known values supported by the service
|
|
156
|
-
* **User** \
|
|
157
|
-
* **Application** \
|
|
158
|
-
* **ManagedIdentity** \
|
|
159
|
-
* **Key**
|
|
160
|
-
*/
|
|
161
|
-
export declare type CreatedByType = string;
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* Defines values for DefaultAction. \
|
|
165
|
-
* {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
|
|
166
|
-
* this enum contains the known values that the service supports.
|
|
167
|
-
* ### Known values supported by the service
|
|
168
|
-
* **Allow** \
|
|
169
|
-
* **Deny**
|
|
170
|
-
*/
|
|
171
|
-
export declare type DefaultAction = string;
|
|
172
|
-
|
|
173
|
-
/** Interface representing a DisasterRecoveryConfigs. */
|
|
174
|
-
export declare interface DisasterRecoveryConfigs {
|
|
175
|
-
/**
|
|
176
|
-
* Gets all Alias(Disaster Recovery configurations)
|
|
177
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
178
|
-
* @param namespaceName The namespace name
|
|
179
|
-
* @param options The options parameters.
|
|
180
|
-
*/
|
|
181
|
-
list(resourceGroupName: string, namespaceName: string, options?: DisasterRecoveryConfigsListOptionalParams): PagedAsyncIterableIterator<ArmDisasterRecovery>;
|
|
182
|
-
/**
|
|
183
|
-
* Gets the authorization rules for a namespace.
|
|
184
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
185
|
-
* @param namespaceName The namespace name
|
|
186
|
-
* @param alias The Disaster Recovery configuration name
|
|
187
|
-
* @param options The options parameters.
|
|
188
|
-
*/
|
|
189
|
-
listAuthorizationRules(resourceGroupName: string, namespaceName: string, alias: string, options?: DisasterRecoveryConfigsListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<SBAuthorizationRule>;
|
|
190
|
-
/**
|
|
191
|
-
* Creates or updates a new Alias(Disaster Recovery configuration)
|
|
192
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
193
|
-
* @param namespaceName The namespace name
|
|
194
|
-
* @param alias The Disaster Recovery configuration name
|
|
195
|
-
* @param parameters Parameters required to create an Alias(Disaster Recovery configuration)
|
|
196
|
-
* @param options The options parameters.
|
|
197
|
-
*/
|
|
198
|
-
createOrUpdate(resourceGroupName: string, namespaceName: string, alias: string, parameters: ArmDisasterRecovery, options?: DisasterRecoveryConfigsCreateOrUpdateOptionalParams): Promise<DisasterRecoveryConfigsCreateOrUpdateResponse>;
|
|
199
|
-
/**
|
|
200
|
-
* Deletes an Alias(Disaster Recovery configuration)
|
|
201
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
202
|
-
* @param namespaceName The namespace name
|
|
203
|
-
* @param alias The Disaster Recovery configuration name
|
|
204
|
-
* @param options The options parameters.
|
|
205
|
-
*/
|
|
206
|
-
delete(resourceGroupName: string, namespaceName: string, alias: string, options?: DisasterRecoveryConfigsDeleteOptionalParams): Promise<void>;
|
|
207
|
-
/**
|
|
208
|
-
* Retrieves Alias(Disaster Recovery configuration) for primary or secondary namespace
|
|
209
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
210
|
-
* @param namespaceName The namespace name
|
|
211
|
-
* @param alias The Disaster Recovery configuration name
|
|
212
|
-
* @param options The options parameters.
|
|
213
|
-
*/
|
|
214
|
-
get(resourceGroupName: string, namespaceName: string, alias: string, options?: DisasterRecoveryConfigsGetOptionalParams): Promise<DisasterRecoveryConfigsGetResponse>;
|
|
215
|
-
/**
|
|
216
|
-
* This operation disables the Disaster Recovery and stops replicating changes from primary to
|
|
217
|
-
* secondary namespaces
|
|
218
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
219
|
-
* @param namespaceName The namespace name
|
|
220
|
-
* @param alias The Disaster Recovery configuration name
|
|
221
|
-
* @param options The options parameters.
|
|
222
|
-
*/
|
|
223
|
-
breakPairing(resourceGroupName: string, namespaceName: string, alias: string, options?: DisasterRecoveryConfigsBreakPairingOptionalParams): Promise<void>;
|
|
224
|
-
/**
|
|
225
|
-
* Invokes GEO DR failover and reconfigure the alias to point to the secondary namespace
|
|
226
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
227
|
-
* @param namespaceName The namespace name
|
|
228
|
-
* @param alias The Disaster Recovery configuration name
|
|
229
|
-
* @param options The options parameters.
|
|
230
|
-
*/
|
|
231
|
-
failOver(resourceGroupName: string, namespaceName: string, alias: string, options?: DisasterRecoveryConfigsFailOverOptionalParams): Promise<void>;
|
|
232
|
-
/**
|
|
233
|
-
* Gets an authorization rule for a namespace by rule name.
|
|
234
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
235
|
-
* @param namespaceName The namespace name
|
|
236
|
-
* @param alias The Disaster Recovery configuration name
|
|
237
|
-
* @param authorizationRuleName The authorization rule name.
|
|
238
|
-
* @param options The options parameters.
|
|
239
|
-
*/
|
|
240
|
-
getAuthorizationRule(resourceGroupName: string, namespaceName: string, alias: string, authorizationRuleName: string, options?: DisasterRecoveryConfigsGetAuthorizationRuleOptionalParams): Promise<DisasterRecoveryConfigsGetAuthorizationRuleResponse>;
|
|
241
|
-
/**
|
|
242
|
-
* Gets the primary and secondary connection strings for the namespace.
|
|
243
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
244
|
-
* @param namespaceName The namespace name
|
|
245
|
-
* @param alias The Disaster Recovery configuration name
|
|
246
|
-
* @param authorizationRuleName The authorization rule name.
|
|
247
|
-
* @param options The options parameters.
|
|
248
|
-
*/
|
|
249
|
-
listKeys(resourceGroupName: string, namespaceName: string, alias: string, authorizationRuleName: string, options?: DisasterRecoveryConfigsListKeysOptionalParams): Promise<DisasterRecoveryConfigsListKeysResponse>;
|
|
250
|
-
/**
|
|
251
|
-
* Check the give namespace name availability.
|
|
252
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
253
|
-
* @param namespaceName The namespace name
|
|
254
|
-
* @param parameters Parameters to check availability of the given namespace name
|
|
255
|
-
* @param options The options parameters.
|
|
256
|
-
*/
|
|
257
|
-
checkNameAvailability(resourceGroupName: string, namespaceName: string, parameters: CheckNameAvailability, options?: DisasterRecoveryConfigsCheckNameAvailabilityOptionalParams): Promise<DisasterRecoveryConfigsCheckNameAvailabilityResponse>;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/** Optional parameters. */
|
|
261
|
-
export declare interface DisasterRecoveryConfigsBreakPairingOptionalParams extends coreClient.OperationOptions {
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
/** Optional parameters. */
|
|
265
|
-
export declare interface DisasterRecoveryConfigsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
269
|
-
export declare type DisasterRecoveryConfigsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
270
|
-
|
|
271
|
-
/** Optional parameters. */
|
|
272
|
-
export declare interface DisasterRecoveryConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
276
|
-
export declare type DisasterRecoveryConfigsCreateOrUpdateResponse = ArmDisasterRecovery;
|
|
277
|
-
|
|
278
|
-
/** Optional parameters. */
|
|
279
|
-
export declare interface DisasterRecoveryConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/** Optional parameters. */
|
|
283
|
-
export declare interface DisasterRecoveryConfigsFailOverOptionalParams extends coreClient.OperationOptions {
|
|
284
|
-
/** Parameters required to create an Alias(Disaster Recovery configuration) */
|
|
285
|
-
parameters?: FailoverProperties;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
/** Optional parameters. */
|
|
289
|
-
export declare interface DisasterRecoveryConfigsGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
/** Contains response data for the getAuthorizationRule operation. */
|
|
293
|
-
export declare type DisasterRecoveryConfigsGetAuthorizationRuleResponse = SBAuthorizationRule;
|
|
294
|
-
|
|
295
|
-
/** Optional parameters. */
|
|
296
|
-
export declare interface DisasterRecoveryConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
/** Contains response data for the get operation. */
|
|
300
|
-
export declare type DisasterRecoveryConfigsGetResponse = ArmDisasterRecovery;
|
|
301
|
-
|
|
302
|
-
/** Optional parameters. */
|
|
303
|
-
export declare interface DisasterRecoveryConfigsListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
/** Contains response data for the listAuthorizationRulesNext operation. */
|
|
307
|
-
export declare type DisasterRecoveryConfigsListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;
|
|
308
|
-
|
|
309
|
-
/** Optional parameters. */
|
|
310
|
-
export declare interface DisasterRecoveryConfigsListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/** Contains response data for the listAuthorizationRules operation. */
|
|
314
|
-
export declare type DisasterRecoveryConfigsListAuthorizationRulesResponse = SBAuthorizationRuleListResult;
|
|
315
|
-
|
|
316
|
-
/** Optional parameters. */
|
|
317
|
-
export declare interface DisasterRecoveryConfigsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
/** Contains response data for the listKeys operation. */
|
|
321
|
-
export declare type DisasterRecoveryConfigsListKeysResponse = AccessKeys;
|
|
322
|
-
|
|
323
|
-
/** Optional parameters. */
|
|
324
|
-
export declare interface DisasterRecoveryConfigsListNextOptionalParams extends coreClient.OperationOptions {
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
/** Contains response data for the listNext operation. */
|
|
328
|
-
export declare type DisasterRecoveryConfigsListNextResponse = ArmDisasterRecoveryListResult;
|
|
329
|
-
|
|
330
|
-
/** Optional parameters. */
|
|
331
|
-
export declare interface DisasterRecoveryConfigsListOptionalParams extends coreClient.OperationOptions {
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/** Contains response data for the list operation. */
|
|
335
|
-
export declare type DisasterRecoveryConfigsListResponse = ArmDisasterRecoveryListResult;
|
|
336
|
-
|
|
337
|
-
/** Properties to configure Encryption */
|
|
338
|
-
export declare interface Encryption {
|
|
339
|
-
/** Properties of KeyVault */
|
|
340
|
-
keyVaultProperties?: KeyVaultProperties[];
|
|
341
|
-
/** Enumerates the possible value of keySource for Encryption */
|
|
342
|
-
keySource?: "Microsoft.KeyVault";
|
|
343
|
-
/** Enable Infrastructure Encryption (Double Encryption) */
|
|
344
|
-
requireInfrastructureEncryption?: boolean;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
/**
|
|
348
|
-
* Defines values for EndPointProvisioningState. \
|
|
349
|
-
* {@link KnownEndPointProvisioningState} can be used interchangeably with EndPointProvisioningState,
|
|
350
|
-
* this enum contains the known values that the service supports.
|
|
351
|
-
* ### Known values supported by the service
|
|
352
|
-
* **Creating** \
|
|
353
|
-
* **Updating** \
|
|
354
|
-
* **Deleting** \
|
|
355
|
-
* **Succeeded** \
|
|
356
|
-
* **Canceled** \
|
|
357
|
-
* **Failed**
|
|
358
|
-
*/
|
|
359
|
-
export declare type EndPointProvisioningState = string;
|
|
360
|
-
|
|
361
|
-
/** Defines values for EntityStatus. */
|
|
362
|
-
export declare type EntityStatus = "Active" | "Disabled" | "Restoring" | "SendDisabled" | "ReceiveDisabled" | "Creating" | "Deleting" | "Renaming" | "Unknown";
|
|
363
|
-
|
|
364
|
-
/** The resource management error additional info. */
|
|
365
|
-
export declare interface ErrorAdditionalInfo {
|
|
366
|
-
/**
|
|
367
|
-
* The additional info type.
|
|
368
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
369
|
-
*/
|
|
370
|
-
readonly type?: string;
|
|
371
|
-
/**
|
|
372
|
-
* The additional info.
|
|
373
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
374
|
-
*/
|
|
375
|
-
readonly info?: Record<string, unknown>;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
/** The resource management error response. */
|
|
379
|
-
export declare interface ErrorResponse {
|
|
380
|
-
/** The error object. */
|
|
381
|
-
error?: ErrorResponseError;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
/** The error object. */
|
|
385
|
-
export declare interface ErrorResponseError {
|
|
386
|
-
/**
|
|
387
|
-
* The error code.
|
|
388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
-
*/
|
|
390
|
-
readonly code?: string;
|
|
391
|
-
/**
|
|
392
|
-
* The error message.
|
|
393
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
394
|
-
*/
|
|
395
|
-
readonly message?: string;
|
|
396
|
-
/**
|
|
397
|
-
* The error target.
|
|
398
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
-
*/
|
|
400
|
-
readonly target?: string;
|
|
401
|
-
/**
|
|
402
|
-
* The error details.
|
|
403
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
404
|
-
*/
|
|
405
|
-
readonly details?: ErrorResponse[];
|
|
406
|
-
/**
|
|
407
|
-
* The error additional info.
|
|
408
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
409
|
-
*/
|
|
410
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
/** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */
|
|
414
|
-
export declare interface FailoverProperties {
|
|
415
|
-
/** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */
|
|
416
|
-
isSafeFailover?: boolean;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
/** Defines values for FilterType. */
|
|
420
|
-
export declare type FilterType = "SqlFilter" | "CorrelationFilter";
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
424
|
-
* returns a continuation token that can be used to begin paging from
|
|
425
|
-
* that point later.
|
|
426
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
427
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
428
|
-
*/
|
|
429
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
430
|
-
|
|
431
|
-
/** Properties to configure User Assigned Identities for Bring your Own Keys */
|
|
432
|
-
export declare interface Identity {
|
|
433
|
-
/**
|
|
434
|
-
* ObjectId from the KeyVault
|
|
435
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
436
|
-
*/
|
|
437
|
-
readonly principalId?: string;
|
|
438
|
-
/**
|
|
439
|
-
* TenantId from the KeyVault
|
|
440
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
441
|
-
*/
|
|
442
|
-
readonly tenantId?: string;
|
|
443
|
-
/** Type of managed service identity. */
|
|
444
|
-
type?: ManagedServiceIdentityType;
|
|
445
|
-
/** Properties for User Assigned Identities */
|
|
446
|
-
userAssignedIdentities?: {
|
|
447
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
448
|
-
};
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/** Defines values for KeyType. */
|
|
452
|
-
declare type KeyType_2 = "PrimaryKey" | "SecondaryKey";
|
|
453
|
-
export { KeyType_2 as KeyType }
|
|
454
|
-
|
|
455
|
-
/** Properties to configure keyVault Properties */
|
|
456
|
-
export declare interface KeyVaultProperties {
|
|
457
|
-
/** Name of the Key from KeyVault */
|
|
458
|
-
keyName?: string;
|
|
459
|
-
/** Uri of KeyVault */
|
|
460
|
-
keyVaultUri?: string;
|
|
461
|
-
/** Version of KeyVault */
|
|
462
|
-
keyVersion?: string;
|
|
463
|
-
identity?: UserAssignedIdentityProperties;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
467
|
-
export declare enum KnownCreatedByType {
|
|
468
|
-
/** User */
|
|
469
|
-
User = "User",
|
|
470
|
-
/** Application */
|
|
471
|
-
Application = "Application",
|
|
472
|
-
/** ManagedIdentity */
|
|
473
|
-
ManagedIdentity = "ManagedIdentity",
|
|
474
|
-
/** Key */
|
|
475
|
-
Key = "Key"
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
/** Known values of {@link DefaultAction} that the service accepts. */
|
|
479
|
-
export declare enum KnownDefaultAction {
|
|
480
|
-
/** Allow */
|
|
481
|
-
Allow = "Allow",
|
|
482
|
-
/** Deny */
|
|
483
|
-
Deny = "Deny"
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
/** Known values of {@link EndPointProvisioningState} that the service accepts. */
|
|
487
|
-
export declare enum KnownEndPointProvisioningState {
|
|
488
|
-
/** Creating */
|
|
489
|
-
Creating = "Creating",
|
|
490
|
-
/** Updating */
|
|
491
|
-
Updating = "Updating",
|
|
492
|
-
/** Deleting */
|
|
493
|
-
Deleting = "Deleting",
|
|
494
|
-
/** Succeeded */
|
|
495
|
-
Succeeded = "Succeeded",
|
|
496
|
-
/** Canceled */
|
|
497
|
-
Canceled = "Canceled",
|
|
498
|
-
/** Failed */
|
|
499
|
-
Failed = "Failed"
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
/** Known values of {@link MigrationConfigurationName} that the service accepts. */
|
|
503
|
-
export declare enum KnownMigrationConfigurationName {
|
|
504
|
-
/** Default */
|
|
505
|
-
Default = "$default"
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
/** Known values of {@link NetworkRuleIPAction} that the service accepts. */
|
|
509
|
-
export declare enum KnownNetworkRuleIPAction {
|
|
510
|
-
/** Allow */
|
|
511
|
-
Allow = "Allow"
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
/** Known values of {@link PrivateLinkConnectionStatus} that the service accepts. */
|
|
515
|
-
export declare enum KnownPrivateLinkConnectionStatus {
|
|
516
|
-
/** Pending */
|
|
517
|
-
Pending = "Pending",
|
|
518
|
-
/** Approved */
|
|
519
|
-
Approved = "Approved",
|
|
520
|
-
/** Rejected */
|
|
521
|
-
Rejected = "Rejected",
|
|
522
|
-
/** Disconnected */
|
|
523
|
-
Disconnected = "Disconnected"
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
527
|
-
export declare enum KnownPublicNetworkAccess {
|
|
528
|
-
/** Enabled */
|
|
529
|
-
Enabled = "Enabled",
|
|
530
|
-
/** Disabled */
|
|
531
|
-
Disabled = "Disabled",
|
|
532
|
-
/** SecuredByPerimeter */
|
|
533
|
-
SecuredByPerimeter = "SecuredByPerimeter"
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
/** Known values of {@link PublicNetworkAccessFlag} that the service accepts. */
|
|
537
|
-
export declare enum KnownPublicNetworkAccessFlag {
|
|
538
|
-
/** Enabled */
|
|
539
|
-
Enabled = "Enabled",
|
|
540
|
-
/** Disabled */
|
|
541
|
-
Disabled = "Disabled"
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
/** Known values of {@link TlsVersion} that the service accepts. */
|
|
545
|
-
export declare enum KnownTlsVersion {
|
|
546
|
-
/** One0 */
|
|
547
|
-
One0 = "1.0",
|
|
548
|
-
/** One1 */
|
|
549
|
-
One1 = "1.1",
|
|
550
|
-
/** One2 */
|
|
551
|
-
One2 = "1.2"
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
/** Defines values for ManagedServiceIdentityType. */
|
|
555
|
-
export declare type ManagedServiceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
556
|
-
|
|
557
|
-
/** Message Count Details. */
|
|
558
|
-
export declare interface MessageCountDetails {
|
|
559
|
-
/**
|
|
560
|
-
* Number of active messages in the queue, topic, or subscription.
|
|
561
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
562
|
-
*/
|
|
563
|
-
readonly activeMessageCount?: number;
|
|
564
|
-
/**
|
|
565
|
-
* Number of messages that are dead lettered.
|
|
566
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
|
-
*/
|
|
568
|
-
readonly deadLetterMessageCount?: number;
|
|
569
|
-
/**
|
|
570
|
-
* Number of scheduled messages.
|
|
571
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
572
|
-
*/
|
|
573
|
-
readonly scheduledMessageCount?: number;
|
|
574
|
-
/**
|
|
575
|
-
* Number of messages transferred to another queue, topic, or subscription.
|
|
576
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
577
|
-
*/
|
|
578
|
-
readonly transferMessageCount?: number;
|
|
579
|
-
/**
|
|
580
|
-
* Number of messages transferred into dead letters.
|
|
581
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
582
|
-
*/
|
|
583
|
-
readonly transferDeadLetterMessageCount?: number;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
/** The result of the List migrationConfigurations operation. */
|
|
587
|
-
export declare interface MigrationConfigListResult {
|
|
588
|
-
/** List of Migration Configs */
|
|
589
|
-
value?: MigrationConfigProperties[];
|
|
590
|
-
/**
|
|
591
|
-
* Link to the next set of results. Not empty if Value contains incomplete list of migrationConfigurations
|
|
592
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
593
|
-
*/
|
|
594
|
-
readonly nextLink?: string;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
/** Single item in List or Get Migration Config operation */
|
|
598
|
-
export declare interface MigrationConfigProperties extends ProxyResource {
|
|
599
|
-
/**
|
|
600
|
-
* The system meta data relating to this resource.
|
|
601
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
602
|
-
*/
|
|
603
|
-
readonly systemData?: SystemData;
|
|
604
|
-
/**
|
|
605
|
-
* Provisioning state of Migration Configuration
|
|
606
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
607
|
-
*/
|
|
608
|
-
readonly provisioningState?: string;
|
|
609
|
-
/**
|
|
610
|
-
* Number of entities pending to be replicated.
|
|
611
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
612
|
-
*/
|
|
613
|
-
readonly pendingReplicationOperationsCount?: number;
|
|
614
|
-
/** Existing premium Namespace ARM Id name which has no entities, will be used for migration */
|
|
615
|
-
targetNamespace?: string;
|
|
616
|
-
/** Name to access Standard Namespace after migration */
|
|
617
|
-
postMigrationName?: string;
|
|
618
|
-
/**
|
|
619
|
-
* State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
|
|
620
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
621
|
-
*/
|
|
622
|
-
readonly migrationState?: string;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
/** Interface representing a MigrationConfigs. */
|
|
626
|
-
export declare interface MigrationConfigs {
|
|
627
|
-
/**
|
|
628
|
-
* Gets all migrationConfigurations
|
|
629
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
630
|
-
* @param namespaceName The namespace name
|
|
631
|
-
* @param options The options parameters.
|
|
632
|
-
*/
|
|
633
|
-
list(resourceGroupName: string, namespaceName: string, options?: MigrationConfigsListOptionalParams): PagedAsyncIterableIterator<MigrationConfigProperties>;
|
|
634
|
-
/**
|
|
635
|
-
* Creates Migration configuration and starts migration of entities from Standard to Premium namespace
|
|
636
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
637
|
-
* @param namespaceName The namespace name
|
|
638
|
-
* @param configName The configuration name. Should always be "$default".
|
|
639
|
-
* @param parameters Parameters required to create Migration Configuration
|
|
640
|
-
* @param options The options parameters.
|
|
641
|
-
*/
|
|
642
|
-
beginCreateAndStartMigration(resourceGroupName: string, namespaceName: string, configName: MigrationConfigurationName, parameters: MigrationConfigProperties, options?: MigrationConfigsCreateAndStartMigrationOptionalParams): Promise<PollerLike<PollOperationState<MigrationConfigsCreateAndStartMigrationResponse>, MigrationConfigsCreateAndStartMigrationResponse>>;
|
|
643
|
-
/**
|
|
644
|
-
* Creates Migration configuration and starts migration of entities from Standard to Premium namespace
|
|
645
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
646
|
-
* @param namespaceName The namespace name
|
|
647
|
-
* @param configName The configuration name. Should always be "$default".
|
|
648
|
-
* @param parameters Parameters required to create Migration Configuration
|
|
649
|
-
* @param options The options parameters.
|
|
650
|
-
*/
|
|
651
|
-
beginCreateAndStartMigrationAndWait(resourceGroupName: string, namespaceName: string, configName: MigrationConfigurationName, parameters: MigrationConfigProperties, options?: MigrationConfigsCreateAndStartMigrationOptionalParams): Promise<MigrationConfigsCreateAndStartMigrationResponse>;
|
|
652
|
-
/**
|
|
653
|
-
* Deletes a MigrationConfiguration
|
|
654
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
655
|
-
* @param namespaceName The namespace name
|
|
656
|
-
* @param configName The configuration name. Should always be "$default".
|
|
657
|
-
* @param options The options parameters.
|
|
658
|
-
*/
|
|
659
|
-
delete(resourceGroupName: string, namespaceName: string, configName: MigrationConfigurationName, options?: MigrationConfigsDeleteOptionalParams): Promise<void>;
|
|
660
|
-
/**
|
|
661
|
-
* Retrieves Migration Config
|
|
662
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
663
|
-
* @param namespaceName The namespace name
|
|
664
|
-
* @param configName The configuration name. Should always be "$default".
|
|
665
|
-
* @param options The options parameters.
|
|
666
|
-
*/
|
|
667
|
-
get(resourceGroupName: string, namespaceName: string, configName: MigrationConfigurationName, options?: MigrationConfigsGetOptionalParams): Promise<MigrationConfigsGetResponse>;
|
|
668
|
-
/**
|
|
669
|
-
* This operation Completes Migration of entities by pointing the connection strings to Premium
|
|
670
|
-
* namespace and any entities created after the operation will be under Premium Namespace.
|
|
671
|
-
* CompleteMigration operation will fail when entity migration is in-progress.
|
|
672
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
673
|
-
* @param namespaceName The namespace name
|
|
674
|
-
* @param configName The configuration name. Should always be "$default".
|
|
675
|
-
* @param options The options parameters.
|
|
676
|
-
*/
|
|
677
|
-
completeMigration(resourceGroupName: string, namespaceName: string, configName: MigrationConfigurationName, options?: MigrationConfigsCompleteMigrationOptionalParams): Promise<void>;
|
|
678
|
-
/**
|
|
679
|
-
* This operation reverts Migration
|
|
680
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
681
|
-
* @param namespaceName The namespace name
|
|
682
|
-
* @param configName The configuration name. Should always be "$default".
|
|
683
|
-
* @param options The options parameters.
|
|
684
|
-
*/
|
|
685
|
-
revert(resourceGroupName: string, namespaceName: string, configName: MigrationConfigurationName, options?: MigrationConfigsRevertOptionalParams): Promise<void>;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
/** Optional parameters. */
|
|
689
|
-
export declare interface MigrationConfigsCompleteMigrationOptionalParams extends coreClient.OperationOptions {
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
/** Optional parameters. */
|
|
693
|
-
export declare interface MigrationConfigsCreateAndStartMigrationOptionalParams extends coreClient.OperationOptions {
|
|
694
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
695
|
-
updateIntervalInMs?: number;
|
|
696
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
697
|
-
resumeFrom?: string;
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
/** Contains response data for the createAndStartMigration operation. */
|
|
701
|
-
export declare type MigrationConfigsCreateAndStartMigrationResponse = MigrationConfigProperties;
|
|
702
|
-
|
|
703
|
-
/** Optional parameters. */
|
|
704
|
-
export declare interface MigrationConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
/** Optional parameters. */
|
|
708
|
-
export declare interface MigrationConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
/** Contains response data for the get operation. */
|
|
712
|
-
export declare type MigrationConfigsGetResponse = MigrationConfigProperties;
|
|
713
|
-
|
|
714
|
-
/** Optional parameters. */
|
|
715
|
-
export declare interface MigrationConfigsListNextOptionalParams extends coreClient.OperationOptions {
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
/** Contains response data for the listNext operation. */
|
|
719
|
-
export declare type MigrationConfigsListNextResponse = MigrationConfigListResult;
|
|
720
|
-
|
|
721
|
-
/** Optional parameters. */
|
|
722
|
-
export declare interface MigrationConfigsListOptionalParams extends coreClient.OperationOptions {
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
/** Contains response data for the list operation. */
|
|
726
|
-
export declare type MigrationConfigsListResponse = MigrationConfigListResult;
|
|
727
|
-
|
|
728
|
-
/** Optional parameters. */
|
|
729
|
-
export declare interface MigrationConfigsRevertOptionalParams extends coreClient.OperationOptions {
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
/**
|
|
733
|
-
* Defines values for MigrationConfigurationName. \
|
|
734
|
-
* {@link KnownMigrationConfigurationName} can be used interchangeably with MigrationConfigurationName,
|
|
735
|
-
* this enum contains the known values that the service supports.
|
|
736
|
-
* ### Known values supported by the service
|
|
737
|
-
* **$default**
|
|
738
|
-
*/
|
|
739
|
-
export declare type MigrationConfigurationName = string;
|
|
740
|
-
|
|
741
|
-
/** Interface representing a Namespaces. */
|
|
742
|
-
export declare interface Namespaces {
|
|
743
|
-
/**
|
|
744
|
-
* Gets all the available namespaces within the subscription, irrespective of the resource groups.
|
|
745
|
-
* @param options The options parameters.
|
|
746
|
-
*/
|
|
747
|
-
list(options?: NamespacesListOptionalParams): PagedAsyncIterableIterator<SBNamespace>;
|
|
748
|
-
/**
|
|
749
|
-
* Gets the available namespaces within a resource group.
|
|
750
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
751
|
-
* @param options The options parameters.
|
|
752
|
-
*/
|
|
753
|
-
listByResourceGroup(resourceGroupName: string, options?: NamespacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SBNamespace>;
|
|
754
|
-
/**
|
|
755
|
-
* Gets list of NetworkRuleSet for a Namespace.
|
|
756
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
757
|
-
* @param namespaceName The namespace name
|
|
758
|
-
* @param options The options parameters.
|
|
759
|
-
*/
|
|
760
|
-
listNetworkRuleSets(resourceGroupName: string, namespaceName: string, options?: NamespacesListNetworkRuleSetsOptionalParams): PagedAsyncIterableIterator<NetworkRuleSet>;
|
|
761
|
-
/**
|
|
762
|
-
* Gets the authorization rules for a namespace.
|
|
763
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
764
|
-
* @param namespaceName The namespace name
|
|
765
|
-
* @param options The options parameters.
|
|
766
|
-
*/
|
|
767
|
-
listAuthorizationRules(resourceGroupName: string, namespaceName: string, options?: NamespacesListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<SBAuthorizationRule>;
|
|
768
|
-
/**
|
|
769
|
-
* Creates or updates a service namespace. Once created, this namespace's resource manifest is
|
|
770
|
-
* immutable. This operation is idempotent.
|
|
771
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
772
|
-
* @param namespaceName The namespace name.
|
|
773
|
-
* @param parameters Parameters supplied to create a namespace resource.
|
|
774
|
-
* @param options The options parameters.
|
|
775
|
-
*/
|
|
776
|
-
beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, parameters: SBNamespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<NamespacesCreateOrUpdateResponse>, NamespacesCreateOrUpdateResponse>>;
|
|
777
|
-
/**
|
|
778
|
-
* Creates or updates a service namespace. Once created, this namespace's resource manifest is
|
|
779
|
-
* immutable. This operation is idempotent.
|
|
780
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
781
|
-
* @param namespaceName The namespace name.
|
|
782
|
-
* @param parameters Parameters supplied to create a namespace resource.
|
|
783
|
-
* @param options The options parameters.
|
|
784
|
-
*/
|
|
785
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, parameters: SBNamespace, options?: NamespacesCreateOrUpdateOptionalParams): Promise<NamespacesCreateOrUpdateResponse>;
|
|
786
|
-
/**
|
|
787
|
-
* Deletes an existing namespace. This operation also removes all associated resources under the
|
|
788
|
-
* namespace.
|
|
789
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
790
|
-
* @param namespaceName The namespace name
|
|
791
|
-
* @param options The options parameters.
|
|
792
|
-
*/
|
|
793
|
-
beginDelete(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
794
|
-
/**
|
|
795
|
-
* Deletes an existing namespace. This operation also removes all associated resources under the
|
|
796
|
-
* namespace.
|
|
797
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
798
|
-
* @param namespaceName The namespace name
|
|
799
|
-
* @param options The options parameters.
|
|
800
|
-
*/
|
|
801
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, options?: NamespacesDeleteOptionalParams): Promise<void>;
|
|
802
|
-
/**
|
|
803
|
-
* Gets a description for the specified namespace.
|
|
804
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
805
|
-
* @param namespaceName The namespace name
|
|
806
|
-
* @param options The options parameters.
|
|
807
|
-
*/
|
|
808
|
-
get(resourceGroupName: string, namespaceName: string, options?: NamespacesGetOptionalParams): Promise<NamespacesGetResponse>;
|
|
809
|
-
/**
|
|
810
|
-
* Updates a service namespace. Once created, this namespace's resource manifest is immutable. This
|
|
811
|
-
* operation is idempotent.
|
|
812
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
813
|
-
* @param namespaceName The namespace name
|
|
814
|
-
* @param parameters Parameters supplied to update a namespace resource.
|
|
815
|
-
* @param options The options parameters.
|
|
816
|
-
*/
|
|
817
|
-
update(resourceGroupName: string, namespaceName: string, parameters: SBNamespaceUpdateParameters, options?: NamespacesUpdateOptionalParams): Promise<NamespacesUpdateResponse>;
|
|
818
|
-
/**
|
|
819
|
-
* Create or update NetworkRuleSet for a Namespace.
|
|
820
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
821
|
-
* @param namespaceName The namespace name
|
|
822
|
-
* @param parameters The Namespace IpFilterRule.
|
|
823
|
-
* @param options The options parameters.
|
|
824
|
-
*/
|
|
825
|
-
createOrUpdateNetworkRuleSet(resourceGroupName: string, namespaceName: string, parameters: NetworkRuleSet, options?: NamespacesCreateOrUpdateNetworkRuleSetOptionalParams): Promise<NamespacesCreateOrUpdateNetworkRuleSetResponse>;
|
|
826
|
-
/**
|
|
827
|
-
* Gets NetworkRuleSet for a Namespace.
|
|
828
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
829
|
-
* @param namespaceName The namespace name
|
|
830
|
-
* @param options The options parameters.
|
|
831
|
-
*/
|
|
832
|
-
getNetworkRuleSet(resourceGroupName: string, namespaceName: string, options?: NamespacesGetNetworkRuleSetOptionalParams): Promise<NamespacesGetNetworkRuleSetResponse>;
|
|
833
|
-
/**
|
|
834
|
-
* Creates or updates an authorization rule for a namespace.
|
|
835
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
836
|
-
* @param namespaceName The namespace name
|
|
837
|
-
* @param authorizationRuleName The authorization rule name.
|
|
838
|
-
* @param parameters The shared access authorization rule.
|
|
839
|
-
* @param options The options parameters.
|
|
840
|
-
*/
|
|
841
|
-
createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, parameters: SBAuthorizationRule, options?: NamespacesCreateOrUpdateAuthorizationRuleOptionalParams): Promise<NamespacesCreateOrUpdateAuthorizationRuleResponse>;
|
|
842
|
-
/**
|
|
843
|
-
* Deletes a namespace authorization rule.
|
|
844
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
845
|
-
* @param namespaceName The namespace name
|
|
846
|
-
* @param authorizationRuleName The authorization rule name.
|
|
847
|
-
* @param options The options parameters.
|
|
848
|
-
*/
|
|
849
|
-
deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesDeleteAuthorizationRuleOptionalParams): Promise<void>;
|
|
850
|
-
/**
|
|
851
|
-
* Gets an authorization rule for a namespace by rule name.
|
|
852
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
853
|
-
* @param namespaceName The namespace name
|
|
854
|
-
* @param authorizationRuleName The authorization rule name.
|
|
855
|
-
* @param options The options parameters.
|
|
856
|
-
*/
|
|
857
|
-
getAuthorizationRule(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesGetAuthorizationRuleOptionalParams): Promise<NamespacesGetAuthorizationRuleResponse>;
|
|
858
|
-
/**
|
|
859
|
-
* Gets the primary and secondary connection strings for the namespace.
|
|
860
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
861
|
-
* @param namespaceName The namespace name
|
|
862
|
-
* @param authorizationRuleName The authorization rule name.
|
|
863
|
-
* @param options The options parameters.
|
|
864
|
-
*/
|
|
865
|
-
listKeys(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, options?: NamespacesListKeysOptionalParams): Promise<NamespacesListKeysResponse>;
|
|
866
|
-
/**
|
|
867
|
-
* Regenerates the primary or secondary connection strings for the namespace.
|
|
868
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
869
|
-
* @param namespaceName The namespace name
|
|
870
|
-
* @param authorizationRuleName The authorization rule name.
|
|
871
|
-
* @param parameters Parameters supplied to regenerate the authorization rule.
|
|
872
|
-
* @param options The options parameters.
|
|
873
|
-
*/
|
|
874
|
-
regenerateKeys(resourceGroupName: string, namespaceName: string, authorizationRuleName: string, parameters: RegenerateAccessKeyParameters, options?: NamespacesRegenerateKeysOptionalParams): Promise<NamespacesRegenerateKeysResponse>;
|
|
875
|
-
/**
|
|
876
|
-
* Check the give namespace name availability.
|
|
877
|
-
* @param parameters Parameters to check availability of the given namespace name
|
|
878
|
-
* @param options The options parameters.
|
|
879
|
-
*/
|
|
880
|
-
checkNameAvailability(parameters: CheckNameAvailability, options?: NamespacesCheckNameAvailabilityOptionalParams): Promise<NamespacesCheckNameAvailabilityResponse>;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
/** Optional parameters. */
|
|
884
|
-
export declare interface NamespacesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
888
|
-
export declare type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
889
|
-
|
|
890
|
-
/** Optional parameters. */
|
|
891
|
-
export declare interface NamespacesCreateOrUpdateAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
/** Contains response data for the createOrUpdateAuthorizationRule operation. */
|
|
895
|
-
export declare type NamespacesCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;
|
|
896
|
-
|
|
897
|
-
/** Optional parameters. */
|
|
898
|
-
export declare interface NamespacesCreateOrUpdateNetworkRuleSetOptionalParams extends coreClient.OperationOptions {
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
/** Contains response data for the createOrUpdateNetworkRuleSet operation. */
|
|
902
|
-
export declare type NamespacesCreateOrUpdateNetworkRuleSetResponse = NetworkRuleSet;
|
|
903
|
-
|
|
904
|
-
/** Optional parameters. */
|
|
905
|
-
export declare interface NamespacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
906
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
907
|
-
updateIntervalInMs?: number;
|
|
908
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
909
|
-
resumeFrom?: string;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
913
|
-
export declare type NamespacesCreateOrUpdateResponse = SBNamespace;
|
|
914
|
-
|
|
915
|
-
/** Optional parameters. */
|
|
916
|
-
export declare interface NamespacesDeleteAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
/** Optional parameters. */
|
|
920
|
-
export declare interface NamespacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
921
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
922
|
-
updateIntervalInMs?: number;
|
|
923
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
924
|
-
resumeFrom?: string;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
/** Optional parameters. */
|
|
928
|
-
export declare interface NamespacesGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
/** Contains response data for the getAuthorizationRule operation. */
|
|
932
|
-
export declare type NamespacesGetAuthorizationRuleResponse = SBAuthorizationRule;
|
|
933
|
-
|
|
934
|
-
/** Optional parameters. */
|
|
935
|
-
export declare interface NamespacesGetNetworkRuleSetOptionalParams extends coreClient.OperationOptions {
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
/** Contains response data for the getNetworkRuleSet operation. */
|
|
939
|
-
export declare type NamespacesGetNetworkRuleSetResponse = NetworkRuleSet;
|
|
940
|
-
|
|
941
|
-
/** Optional parameters. */
|
|
942
|
-
export declare interface NamespacesGetOptionalParams extends coreClient.OperationOptions {
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
/** Contains response data for the get operation. */
|
|
946
|
-
export declare type NamespacesGetResponse = SBNamespace;
|
|
947
|
-
|
|
948
|
-
/** Optional parameters. */
|
|
949
|
-
export declare interface NamespacesListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
/** Contains response data for the listAuthorizationRulesNext operation. */
|
|
953
|
-
export declare type NamespacesListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;
|
|
954
|
-
|
|
955
|
-
/** Optional parameters. */
|
|
956
|
-
export declare interface NamespacesListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
/** Contains response data for the listAuthorizationRules operation. */
|
|
960
|
-
export declare type NamespacesListAuthorizationRulesResponse = SBAuthorizationRuleListResult;
|
|
961
|
-
|
|
962
|
-
/** Optional parameters. */
|
|
963
|
-
export declare interface NamespacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
967
|
-
export declare type NamespacesListByResourceGroupNextResponse = SBNamespaceListResult;
|
|
968
|
-
|
|
969
|
-
/** Optional parameters. */
|
|
970
|
-
export declare interface NamespacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
974
|
-
export declare type NamespacesListByResourceGroupResponse = SBNamespaceListResult;
|
|
975
|
-
|
|
976
|
-
/** Optional parameters. */
|
|
977
|
-
export declare interface NamespacesListKeysOptionalParams extends coreClient.OperationOptions {
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
/** Contains response data for the listKeys operation. */
|
|
981
|
-
export declare type NamespacesListKeysResponse = AccessKeys;
|
|
982
|
-
|
|
983
|
-
/** Optional parameters. */
|
|
984
|
-
export declare interface NamespacesListNetworkRuleSetsNextOptionalParams extends coreClient.OperationOptions {
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
/** Contains response data for the listNetworkRuleSetsNext operation. */
|
|
988
|
-
export declare type NamespacesListNetworkRuleSetsNextResponse = NetworkRuleSetListResult;
|
|
989
|
-
|
|
990
|
-
/** Optional parameters. */
|
|
991
|
-
export declare interface NamespacesListNetworkRuleSetsOptionalParams extends coreClient.OperationOptions {
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
/** Contains response data for the listNetworkRuleSets operation. */
|
|
995
|
-
export declare type NamespacesListNetworkRuleSetsResponse = NetworkRuleSetListResult;
|
|
996
|
-
|
|
997
|
-
/** Optional parameters. */
|
|
998
|
-
export declare interface NamespacesListNextOptionalParams extends coreClient.OperationOptions {
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
/** Contains response data for the listNext operation. */
|
|
1002
|
-
export declare type NamespacesListNextResponse = SBNamespaceListResult;
|
|
1003
|
-
|
|
1004
|
-
/** Optional parameters. */
|
|
1005
|
-
export declare interface NamespacesListOptionalParams extends coreClient.OperationOptions {
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
/** Contains response data for the list operation. */
|
|
1009
|
-
export declare type NamespacesListResponse = SBNamespaceListResult;
|
|
1010
|
-
|
|
1011
|
-
/** Optional parameters. */
|
|
1012
|
-
export declare interface NamespacesRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
/** Contains response data for the regenerateKeys operation. */
|
|
1016
|
-
export declare type NamespacesRegenerateKeysResponse = AccessKeys;
|
|
1017
|
-
|
|
1018
|
-
/** Optional parameters. */
|
|
1019
|
-
export declare interface NamespacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
/** Contains response data for the update operation. */
|
|
1023
|
-
export declare type NamespacesUpdateResponse = SBNamespace;
|
|
1024
|
-
|
|
1025
|
-
/**
|
|
1026
|
-
* Defines values for NetworkRuleIPAction. \
|
|
1027
|
-
* {@link KnownNetworkRuleIPAction} can be used interchangeably with NetworkRuleIPAction,
|
|
1028
|
-
* this enum contains the known values that the service supports.
|
|
1029
|
-
* ### Known values supported by the service
|
|
1030
|
-
* **Allow**
|
|
1031
|
-
*/
|
|
1032
|
-
export declare type NetworkRuleIPAction = string;
|
|
1033
|
-
|
|
1034
|
-
/** Description of NetworkRuleSet resource. */
|
|
1035
|
-
export declare interface NetworkRuleSet extends ProxyResource {
|
|
1036
|
-
/**
|
|
1037
|
-
* The system meta data relating to this resource.
|
|
1038
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1039
|
-
*/
|
|
1040
|
-
readonly systemData?: SystemData;
|
|
1041
|
-
/** Value that indicates whether Trusted Service Access is Enabled or not. */
|
|
1042
|
-
trustedServiceAccessEnabled?: boolean;
|
|
1043
|
-
/** Default Action for Network Rule Set */
|
|
1044
|
-
defaultAction?: DefaultAction;
|
|
1045
|
-
/** List VirtualNetwork Rules */
|
|
1046
|
-
virtualNetworkRules?: NWRuleSetVirtualNetworkRules[];
|
|
1047
|
-
/** List of IpRules */
|
|
1048
|
-
ipRules?: NWRuleSetIpRules[];
|
|
1049
|
-
/** This determines if traffic is allowed over public network. By default it is enabled. */
|
|
1050
|
-
publicNetworkAccess?: PublicNetworkAccessFlag;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
/** The response of the List NetworkRuleSet operation. */
|
|
1054
|
-
export declare interface NetworkRuleSetListResult {
|
|
1055
|
-
/** Result of the List NetworkRuleSet operation. */
|
|
1056
|
-
value?: NetworkRuleSet[];
|
|
1057
|
-
/** Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet. */
|
|
1058
|
-
nextLink?: string;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
/** Description of NetWorkRuleSet - IpRules resource. */
|
|
1062
|
-
export declare interface NWRuleSetIpRules {
|
|
1063
|
-
/** IP Mask */
|
|
1064
|
-
ipMask?: string;
|
|
1065
|
-
/** The IP Filter Action */
|
|
1066
|
-
action?: NetworkRuleIPAction;
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
/** Description of VirtualNetworkRules - NetworkRules resource. */
|
|
1070
|
-
export declare interface NWRuleSetVirtualNetworkRules {
|
|
1071
|
-
/** Subnet properties */
|
|
1072
|
-
subnet?: Subnet;
|
|
1073
|
-
/** Value that indicates whether to ignore missing VNet Service Endpoint */
|
|
1074
|
-
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
/** A Service Bus REST API operation */
|
|
1078
|
-
export declare interface Operation {
|
|
1079
|
-
/**
|
|
1080
|
-
* Operation name: {provider}/{resource}/{operation}
|
|
1081
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1082
|
-
*/
|
|
1083
|
-
readonly name?: string;
|
|
1084
|
-
/** Indicates whether the operation is a data action */
|
|
1085
|
-
isDataAction?: boolean;
|
|
1086
|
-
/** Display of the operation */
|
|
1087
|
-
display?: OperationDisplay;
|
|
1088
|
-
/** Origin of the operation */
|
|
1089
|
-
origin?: string;
|
|
1090
|
-
/** Properties of the operation */
|
|
1091
|
-
properties?: Record<string, unknown>;
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
/** Operation display payload */
|
|
1095
|
-
export declare interface OperationDisplay {
|
|
1096
|
-
/**
|
|
1097
|
-
* Resource provider of the operation
|
|
1098
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1099
|
-
*/
|
|
1100
|
-
readonly provider?: string;
|
|
1101
|
-
/**
|
|
1102
|
-
* Resource of the operation
|
|
1103
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1104
|
-
*/
|
|
1105
|
-
readonly resource?: string;
|
|
1106
|
-
/**
|
|
1107
|
-
* Localized friendly name for the operation
|
|
1108
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1109
|
-
*/
|
|
1110
|
-
readonly operation?: string;
|
|
1111
|
-
/**
|
|
1112
|
-
* Localized friendly description for the operation
|
|
1113
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1114
|
-
*/
|
|
1115
|
-
readonly description?: string;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
/** Result of the request to list ServiceBus operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
1119
|
-
export declare interface OperationListResult {
|
|
1120
|
-
/**
|
|
1121
|
-
* List of ServiceBus operations supported by the Microsoft.ServiceBus resource provider.
|
|
1122
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1123
|
-
*/
|
|
1124
|
-
readonly value?: Operation[];
|
|
1125
|
-
/**
|
|
1126
|
-
* URL to get the next set of operation list results if there are any.
|
|
1127
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1128
|
-
*/
|
|
1129
|
-
readonly nextLink?: string;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
/** Interface representing a Operations. */
|
|
1133
|
-
export declare interface Operations {
|
|
1134
|
-
/**
|
|
1135
|
-
* Lists all of the available ServiceBus REST API operations.
|
|
1136
|
-
* @param options The options parameters.
|
|
1137
|
-
*/
|
|
1138
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
/** Optional parameters. */
|
|
1142
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
/** Contains response data for the listNext operation. */
|
|
1146
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
|
1147
|
-
|
|
1148
|
-
/** Optional parameters. */
|
|
1149
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
/** Contains response data for the list operation. */
|
|
1153
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
1154
|
-
|
|
1155
|
-
/** PrivateEndpoint information. */
|
|
1156
|
-
export declare interface PrivateEndpoint {
|
|
1157
|
-
/** The ARM identifier for Private Endpoint. */
|
|
1158
|
-
id?: string;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
/** Properties of the PrivateEndpointConnection. */
|
|
1162
|
-
export declare interface PrivateEndpointConnection extends ProxyResource {
|
|
1163
|
-
/**
|
|
1164
|
-
* The system meta data relating to this resource.
|
|
1165
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1166
|
-
*/
|
|
1167
|
-
readonly systemData?: SystemData;
|
|
1168
|
-
/** The Private Endpoint resource for this Connection. */
|
|
1169
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1170
|
-
/** Details about the state of the connection. */
|
|
1171
|
-
privateLinkServiceConnectionState?: ConnectionState;
|
|
1172
|
-
/** Provisioning state of the Private Endpoint Connection. */
|
|
1173
|
-
provisioningState?: EndPointProvisioningState;
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
|
-
/** Result of the list of all private endpoint connections operation. */
|
|
1177
|
-
export declare interface PrivateEndpointConnectionListResult {
|
|
1178
|
-
/** A collection of private endpoint connection resources. */
|
|
1179
|
-
value?: PrivateEndpointConnection[];
|
|
1180
|
-
/** A link for the next page of private endpoint connection resources. */
|
|
1181
|
-
nextLink?: string;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
/** Interface representing a PrivateEndpointConnections. */
|
|
1185
|
-
export declare interface PrivateEndpointConnections {
|
|
1186
|
-
/**
|
|
1187
|
-
* Gets the available PrivateEndpointConnections within a namespace.
|
|
1188
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1189
|
-
* @param namespaceName The namespace name
|
|
1190
|
-
* @param options The options parameters.
|
|
1191
|
-
*/
|
|
1192
|
-
list(resourceGroupName: string, namespaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1193
|
-
/**
|
|
1194
|
-
* Creates or updates PrivateEndpointConnections of service namespace.
|
|
1195
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1196
|
-
* @param namespaceName The namespace name
|
|
1197
|
-
* @param privateEndpointConnectionName The PrivateEndpointConnection name
|
|
1198
|
-
* @param parameters Parameters supplied to update Status of PrivateEndPoint Connection to namespace
|
|
1199
|
-
* resource.
|
|
1200
|
-
* @param options The options parameters.
|
|
1201
|
-
*/
|
|
1202
|
-
createOrUpdate(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
1203
|
-
/**
|
|
1204
|
-
* Deletes an existing Private Endpoint Connection.
|
|
1205
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1206
|
-
* @param namespaceName The namespace name
|
|
1207
|
-
* @param privateEndpointConnectionName The PrivateEndpointConnection name
|
|
1208
|
-
* @param options The options parameters.
|
|
1209
|
-
*/
|
|
1210
|
-
beginDelete(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1211
|
-
/**
|
|
1212
|
-
* Deletes an existing Private Endpoint Connection.
|
|
1213
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1214
|
-
* @param namespaceName The namespace name
|
|
1215
|
-
* @param privateEndpointConnectionName The PrivateEndpointConnection name
|
|
1216
|
-
* @param options The options parameters.
|
|
1217
|
-
*/
|
|
1218
|
-
beginDeleteAndWait(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
1219
|
-
/**
|
|
1220
|
-
* Gets a description for the specified Private Endpoint Connection.
|
|
1221
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1222
|
-
* @param namespaceName The namespace name
|
|
1223
|
-
* @param privateEndpointConnectionName The PrivateEndpointConnection name
|
|
1224
|
-
* @param options The options parameters.
|
|
1225
|
-
*/
|
|
1226
|
-
get(resourceGroupName: string, namespaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
/** Optional parameters. */
|
|
1230
|
-
export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1234
|
-
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
1235
|
-
|
|
1236
|
-
/** Optional parameters. */
|
|
1237
|
-
export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1238
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1239
|
-
updateIntervalInMs?: number;
|
|
1240
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1241
|
-
resumeFrom?: string;
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
/** Optional parameters. */
|
|
1245
|
-
export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
/** Contains response data for the get operation. */
|
|
1249
|
-
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1250
|
-
|
|
1251
|
-
/** Optional parameters. */
|
|
1252
|
-
export declare interface PrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
/** Contains response data for the listNext operation. */
|
|
1256
|
-
export declare type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
|
|
1257
|
-
|
|
1258
|
-
/** Optional parameters. */
|
|
1259
|
-
export declare interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
/** Contains response data for the list operation. */
|
|
1263
|
-
export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
1264
|
-
|
|
1265
|
-
/**
|
|
1266
|
-
* Defines values for PrivateLinkConnectionStatus. \
|
|
1267
|
-
* {@link KnownPrivateLinkConnectionStatus} can be used interchangeably with PrivateLinkConnectionStatus,
|
|
1268
|
-
* this enum contains the known values that the service supports.
|
|
1269
|
-
* ### Known values supported by the service
|
|
1270
|
-
* **Pending** \
|
|
1271
|
-
* **Approved** \
|
|
1272
|
-
* **Rejected** \
|
|
1273
|
-
* **Disconnected**
|
|
1274
|
-
*/
|
|
1275
|
-
export declare type PrivateLinkConnectionStatus = string;
|
|
1276
|
-
|
|
1277
|
-
/** Information of the private link resource. */
|
|
1278
|
-
export declare interface PrivateLinkResource {
|
|
1279
|
-
/** Fully qualified identifier of the resource. */
|
|
1280
|
-
id?: string;
|
|
1281
|
-
/** Name of the resource */
|
|
1282
|
-
name?: string;
|
|
1283
|
-
/** Type of the resource */
|
|
1284
|
-
type?: string;
|
|
1285
|
-
groupId?: string;
|
|
1286
|
-
/** Required Members */
|
|
1287
|
-
requiredMembers?: string[];
|
|
1288
|
-
/** Required Zone Names */
|
|
1289
|
-
requiredZoneNames?: string[];
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
/** Interface representing a PrivateLinkResources. */
|
|
1293
|
-
export declare interface PrivateLinkResources {
|
|
1294
|
-
/**
|
|
1295
|
-
* Gets lists of resources that supports Privatelinks.
|
|
1296
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1297
|
-
* @param namespaceName The namespace name
|
|
1298
|
-
* @param options The options parameters.
|
|
1299
|
-
*/
|
|
1300
|
-
get(resourceGroupName: string, namespaceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
/** Optional parameters. */
|
|
1304
|
-
export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
/** Contains response data for the get operation. */
|
|
1308
|
-
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResourcesListResult;
|
|
1309
|
-
|
|
1310
|
-
/** Result of the List private link resources operation. */
|
|
1311
|
-
export declare interface PrivateLinkResourcesListResult {
|
|
1312
|
-
/** A collection of private link resources */
|
|
1313
|
-
value?: PrivateLinkResource[];
|
|
1314
|
-
/** A link for the next page of private link resources. */
|
|
1315
|
-
nextLink?: string;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
/** Defines values for ProvisioningStateDR. */
|
|
1319
|
-
export declare type ProvisioningStateDR = "Accepted" | "Succeeded" | "Failed";
|
|
1320
|
-
|
|
1321
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1322
|
-
export declare interface ProxyResource {
|
|
1323
|
-
/**
|
|
1324
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
1325
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1326
|
-
*/
|
|
1327
|
-
readonly id?: string;
|
|
1328
|
-
/**
|
|
1329
|
-
* The name of the resource
|
|
1330
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1331
|
-
*/
|
|
1332
|
-
readonly name?: string;
|
|
1333
|
-
/**
|
|
1334
|
-
* The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
1335
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1336
|
-
*/
|
|
1337
|
-
readonly type?: string;
|
|
1338
|
-
/**
|
|
1339
|
-
* The geo-location where the resource lives
|
|
1340
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1341
|
-
*/
|
|
1342
|
-
readonly location?: string;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
/**
|
|
1346
|
-
* Defines values for PublicNetworkAccess. \
|
|
1347
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
1348
|
-
* this enum contains the known values that the service supports.
|
|
1349
|
-
* ### Known values supported by the service
|
|
1350
|
-
* **Enabled** \
|
|
1351
|
-
* **Disabled** \
|
|
1352
|
-
* **SecuredByPerimeter**
|
|
1353
|
-
*/
|
|
1354
|
-
export declare type PublicNetworkAccess = string;
|
|
1355
|
-
|
|
1356
|
-
/**
|
|
1357
|
-
* Defines values for PublicNetworkAccessFlag. \
|
|
1358
|
-
* {@link KnownPublicNetworkAccessFlag} can be used interchangeably with PublicNetworkAccessFlag,
|
|
1359
|
-
* this enum contains the known values that the service supports.
|
|
1360
|
-
* ### Known values supported by the service
|
|
1361
|
-
* **Enabled** \
|
|
1362
|
-
* **Disabled**
|
|
1363
|
-
*/
|
|
1364
|
-
export declare type PublicNetworkAccessFlag = string;
|
|
1365
|
-
|
|
1366
|
-
/** Interface representing a Queues. */
|
|
1367
|
-
export declare interface Queues {
|
|
1368
|
-
/**
|
|
1369
|
-
* Gets all authorization rules for a queue.
|
|
1370
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1371
|
-
* @param namespaceName The namespace name
|
|
1372
|
-
* @param queueName The queue name.
|
|
1373
|
-
* @param options The options parameters.
|
|
1374
|
-
*/
|
|
1375
|
-
listAuthorizationRules(resourceGroupName: string, namespaceName: string, queueName: string, options?: QueuesListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<SBAuthorizationRule>;
|
|
1376
|
-
/**
|
|
1377
|
-
* Gets the queues within a namespace.
|
|
1378
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1379
|
-
* @param namespaceName The namespace name
|
|
1380
|
-
* @param options The options parameters.
|
|
1381
|
-
*/
|
|
1382
|
-
listByNamespace(resourceGroupName: string, namespaceName: string, options?: QueuesListByNamespaceOptionalParams): PagedAsyncIterableIterator<SBQueue>;
|
|
1383
|
-
/**
|
|
1384
|
-
* Creates an authorization rule for a queue.
|
|
1385
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1386
|
-
* @param namespaceName The namespace name
|
|
1387
|
-
* @param queueName The queue name.
|
|
1388
|
-
* @param authorizationRuleName The authorization rule name.
|
|
1389
|
-
* @param parameters The shared access authorization rule.
|
|
1390
|
-
* @param options The options parameters.
|
|
1391
|
-
*/
|
|
1392
|
-
createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, queueName: string, authorizationRuleName: string, parameters: SBAuthorizationRule, options?: QueuesCreateOrUpdateAuthorizationRuleOptionalParams): Promise<QueuesCreateOrUpdateAuthorizationRuleResponse>;
|
|
1393
|
-
/**
|
|
1394
|
-
* Deletes a queue authorization rule.
|
|
1395
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1396
|
-
* @param namespaceName The namespace name
|
|
1397
|
-
* @param queueName The queue name.
|
|
1398
|
-
* @param authorizationRuleName The authorization rule name.
|
|
1399
|
-
* @param options The options parameters.
|
|
1400
|
-
*/
|
|
1401
|
-
deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, queueName: string, authorizationRuleName: string, options?: QueuesDeleteAuthorizationRuleOptionalParams): Promise<void>;
|
|
1402
|
-
/**
|
|
1403
|
-
* Gets an authorization rule for a queue by rule name.
|
|
1404
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1405
|
-
* @param namespaceName The namespace name
|
|
1406
|
-
* @param queueName The queue name.
|
|
1407
|
-
* @param authorizationRuleName The authorization rule name.
|
|
1408
|
-
* @param options The options parameters.
|
|
1409
|
-
*/
|
|
1410
|
-
getAuthorizationRule(resourceGroupName: string, namespaceName: string, queueName: string, authorizationRuleName: string, options?: QueuesGetAuthorizationRuleOptionalParams): Promise<QueuesGetAuthorizationRuleResponse>;
|
|
1411
|
-
/**
|
|
1412
|
-
* Primary and secondary connection strings to the queue.
|
|
1413
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1414
|
-
* @param namespaceName The namespace name
|
|
1415
|
-
* @param queueName The queue name.
|
|
1416
|
-
* @param authorizationRuleName The authorization rule name.
|
|
1417
|
-
* @param options The options parameters.
|
|
1418
|
-
*/
|
|
1419
|
-
listKeys(resourceGroupName: string, namespaceName: string, queueName: string, authorizationRuleName: string, options?: QueuesListKeysOptionalParams): Promise<QueuesListKeysResponse>;
|
|
1420
|
-
/**
|
|
1421
|
-
* Regenerates the primary or secondary connection strings to the queue.
|
|
1422
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1423
|
-
* @param namespaceName The namespace name
|
|
1424
|
-
* @param queueName The queue name.
|
|
1425
|
-
* @param authorizationRuleName The authorization rule name.
|
|
1426
|
-
* @param parameters Parameters supplied to regenerate the authorization rule.
|
|
1427
|
-
* @param options The options parameters.
|
|
1428
|
-
*/
|
|
1429
|
-
regenerateKeys(resourceGroupName: string, namespaceName: string, queueName: string, authorizationRuleName: string, parameters: RegenerateAccessKeyParameters, options?: QueuesRegenerateKeysOptionalParams): Promise<QueuesRegenerateKeysResponse>;
|
|
1430
|
-
/**
|
|
1431
|
-
* Creates or updates a Service Bus queue. This operation is idempotent.
|
|
1432
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1433
|
-
* @param namespaceName The namespace name
|
|
1434
|
-
* @param queueName The queue name.
|
|
1435
|
-
* @param parameters Parameters supplied to create or update a queue resource.
|
|
1436
|
-
* @param options The options parameters.
|
|
1437
|
-
*/
|
|
1438
|
-
createOrUpdate(resourceGroupName: string, namespaceName: string, queueName: string, parameters: SBQueue, options?: QueuesCreateOrUpdateOptionalParams): Promise<QueuesCreateOrUpdateResponse>;
|
|
1439
|
-
/**
|
|
1440
|
-
* Deletes a queue from the specified namespace in a resource group.
|
|
1441
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1442
|
-
* @param namespaceName The namespace name
|
|
1443
|
-
* @param queueName The queue name.
|
|
1444
|
-
* @param options The options parameters.
|
|
1445
|
-
*/
|
|
1446
|
-
delete(resourceGroupName: string, namespaceName: string, queueName: string, options?: QueuesDeleteOptionalParams): Promise<void>;
|
|
1447
|
-
/**
|
|
1448
|
-
* Returns a description for the specified queue.
|
|
1449
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1450
|
-
* @param namespaceName The namespace name
|
|
1451
|
-
* @param queueName The queue name.
|
|
1452
|
-
* @param options The options parameters.
|
|
1453
|
-
*/
|
|
1454
|
-
get(resourceGroupName: string, namespaceName: string, queueName: string, options?: QueuesGetOptionalParams): Promise<QueuesGetResponse>;
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
/** Optional parameters. */
|
|
1458
|
-
export declare interface QueuesCreateOrUpdateAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
/** Contains response data for the createOrUpdateAuthorizationRule operation. */
|
|
1462
|
-
export declare type QueuesCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;
|
|
1463
|
-
|
|
1464
|
-
/** Optional parameters. */
|
|
1465
|
-
export declare interface QueuesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1469
|
-
export declare type QueuesCreateOrUpdateResponse = SBQueue;
|
|
1470
|
-
|
|
1471
|
-
/** Optional parameters. */
|
|
1472
|
-
export declare interface QueuesDeleteAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
/** Optional parameters. */
|
|
1476
|
-
export declare interface QueuesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
/** Optional parameters. */
|
|
1480
|
-
export declare interface QueuesGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
/** Contains response data for the getAuthorizationRule operation. */
|
|
1484
|
-
export declare type QueuesGetAuthorizationRuleResponse = SBAuthorizationRule;
|
|
1485
|
-
|
|
1486
|
-
/** Optional parameters. */
|
|
1487
|
-
export declare interface QueuesGetOptionalParams extends coreClient.OperationOptions {
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
/** Contains response data for the get operation. */
|
|
1491
|
-
export declare type QueuesGetResponse = SBQueue;
|
|
1492
|
-
|
|
1493
|
-
/** Optional parameters. */
|
|
1494
|
-
export declare interface QueuesListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
/** Contains response data for the listAuthorizationRulesNext operation. */
|
|
1498
|
-
export declare type QueuesListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;
|
|
1499
|
-
|
|
1500
|
-
/** Optional parameters. */
|
|
1501
|
-
export declare interface QueuesListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
/** Contains response data for the listAuthorizationRules operation. */
|
|
1505
|
-
export declare type QueuesListAuthorizationRulesResponse = SBAuthorizationRuleListResult;
|
|
1506
|
-
|
|
1507
|
-
/** Optional parameters. */
|
|
1508
|
-
export declare interface QueuesListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
/** Contains response data for the listByNamespaceNext operation. */
|
|
1512
|
-
export declare type QueuesListByNamespaceNextResponse = SBQueueListResult;
|
|
1513
|
-
|
|
1514
|
-
/** Optional parameters. */
|
|
1515
|
-
export declare interface QueuesListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
1516
|
-
/** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */
|
|
1517
|
-
skip?: number;
|
|
1518
|
-
/** May be used to limit the number of results to the most recent N usageDetails. */
|
|
1519
|
-
top?: number;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
/** Contains response data for the listByNamespace operation. */
|
|
1523
|
-
export declare type QueuesListByNamespaceResponse = SBQueueListResult;
|
|
1524
|
-
|
|
1525
|
-
/** Optional parameters. */
|
|
1526
|
-
export declare interface QueuesListKeysOptionalParams extends coreClient.OperationOptions {
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
/** Contains response data for the listKeys operation. */
|
|
1530
|
-
export declare type QueuesListKeysResponse = AccessKeys;
|
|
1531
|
-
|
|
1532
|
-
/** Optional parameters. */
|
|
1533
|
-
export declare interface QueuesRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
/** Contains response data for the regenerateKeys operation. */
|
|
1537
|
-
export declare type QueuesRegenerateKeysResponse = AccessKeys;
|
|
1538
|
-
|
|
1539
|
-
/** Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset. */
|
|
1540
|
-
export declare interface RegenerateAccessKeyParameters {
|
|
1541
|
-
/** The access key to regenerate. */
|
|
1542
|
-
keyType: KeyType_2;
|
|
1543
|
-
/** Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType */
|
|
1544
|
-
key?: string;
|
|
1545
|
-
}
|
|
1546
|
-
|
|
1547
|
-
/** The Resource definition for other than namespace. */
|
|
1548
|
-
export declare interface Resource {
|
|
1549
|
-
/**
|
|
1550
|
-
* Resource Id
|
|
1551
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1552
|
-
*/
|
|
1553
|
-
readonly id?: string;
|
|
1554
|
-
/**
|
|
1555
|
-
* Resource name
|
|
1556
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1557
|
-
*/
|
|
1558
|
-
readonly name?: string;
|
|
1559
|
-
/**
|
|
1560
|
-
* Resource type
|
|
1561
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1562
|
-
*/
|
|
1563
|
-
readonly type?: string;
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
/** The Resource definition. */
|
|
1567
|
-
export declare interface ResourceNamespacePatch extends Resource {
|
|
1568
|
-
/** Resource location */
|
|
1569
|
-
location?: string;
|
|
1570
|
-
/** Resource tags */
|
|
1571
|
-
tags?: {
|
|
1572
|
-
[propertyName: string]: string;
|
|
1573
|
-
};
|
|
1574
|
-
}
|
|
1575
|
-
|
|
1576
|
-
/** Defines values for RoleDisasterRecovery. */
|
|
1577
|
-
export declare type RoleDisasterRecovery = "Primary" | "PrimaryNotReplicating" | "Secondary";
|
|
1578
|
-
|
|
1579
|
-
/** Description of Rule Resource. */
|
|
1580
|
-
export declare interface Rule extends ProxyResource {
|
|
1581
|
-
/**
|
|
1582
|
-
* The system meta data relating to this resource.
|
|
1583
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1584
|
-
*/
|
|
1585
|
-
readonly systemData?: SystemData;
|
|
1586
|
-
/** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */
|
|
1587
|
-
action?: Action;
|
|
1588
|
-
/** Filter type that is evaluated against a BrokeredMessage. */
|
|
1589
|
-
filterType?: FilterType;
|
|
1590
|
-
/** Properties of sqlFilter */
|
|
1591
|
-
sqlFilter?: SqlFilter;
|
|
1592
|
-
/** Properties of correlationFilter */
|
|
1593
|
-
correlationFilter?: CorrelationFilter;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
/** The response of the List rule operation. */
|
|
1597
|
-
export declare interface RuleListResult {
|
|
1598
|
-
/** Result of the List Rules operation. */
|
|
1599
|
-
value?: Rule[];
|
|
1600
|
-
/** Link to the next set of results. Not empty if Value contains incomplete list of rules */
|
|
1601
|
-
nextLink?: string;
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
/** Interface representing a Rules. */
|
|
1605
|
-
export declare interface Rules {
|
|
1606
|
-
/**
|
|
1607
|
-
* List all the rules within given topic-subscription
|
|
1608
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1609
|
-
* @param namespaceName The namespace name
|
|
1610
|
-
* @param topicName The topic name.
|
|
1611
|
-
* @param subscriptionName The subscription name.
|
|
1612
|
-
* @param options The options parameters.
|
|
1613
|
-
*/
|
|
1614
|
-
listBySubscriptions(resourceGroupName: string, namespaceName: string, topicName: string, subscriptionName: string, options?: RulesListBySubscriptionsOptionalParams): PagedAsyncIterableIterator<Rule>;
|
|
1615
|
-
/**
|
|
1616
|
-
* Creates a new rule and updates an existing rule
|
|
1617
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1618
|
-
* @param namespaceName The namespace name
|
|
1619
|
-
* @param topicName The topic name.
|
|
1620
|
-
* @param subscriptionName The subscription name.
|
|
1621
|
-
* @param ruleName The rule name.
|
|
1622
|
-
* @param parameters Parameters supplied to create a rule.
|
|
1623
|
-
* @param options The options parameters.
|
|
1624
|
-
*/
|
|
1625
|
-
createOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, subscriptionName: string, ruleName: string, parameters: Rule, options?: RulesCreateOrUpdateOptionalParams): Promise<RulesCreateOrUpdateResponse>;
|
|
1626
|
-
/**
|
|
1627
|
-
* Deletes an existing rule.
|
|
1628
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1629
|
-
* @param namespaceName The namespace name
|
|
1630
|
-
* @param topicName The topic name.
|
|
1631
|
-
* @param subscriptionName The subscription name.
|
|
1632
|
-
* @param ruleName The rule name.
|
|
1633
|
-
* @param options The options parameters.
|
|
1634
|
-
*/
|
|
1635
|
-
delete(resourceGroupName: string, namespaceName: string, topicName: string, subscriptionName: string, ruleName: string, options?: RulesDeleteOptionalParams): Promise<void>;
|
|
1636
|
-
/**
|
|
1637
|
-
* Retrieves the description for the specified rule.
|
|
1638
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
1639
|
-
* @param namespaceName The namespace name
|
|
1640
|
-
* @param topicName The topic name.
|
|
1641
|
-
* @param subscriptionName The subscription name.
|
|
1642
|
-
* @param ruleName The rule name.
|
|
1643
|
-
* @param options The options parameters.
|
|
1644
|
-
*/
|
|
1645
|
-
get(resourceGroupName: string, namespaceName: string, topicName: string, subscriptionName: string, ruleName: string, options?: RulesGetOptionalParams): Promise<RulesGetResponse>;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
|
-
/** Optional parameters. */
|
|
1649
|
-
export declare interface RulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1653
|
-
export declare type RulesCreateOrUpdateResponse = Rule;
|
|
1654
|
-
|
|
1655
|
-
/** Optional parameters. */
|
|
1656
|
-
export declare interface RulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
/** Optional parameters. */
|
|
1660
|
-
export declare interface RulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
/** Contains response data for the get operation. */
|
|
1664
|
-
export declare type RulesGetResponse = Rule;
|
|
1665
|
-
|
|
1666
|
-
/** Optional parameters. */
|
|
1667
|
-
export declare interface RulesListBySubscriptionsNextOptionalParams extends coreClient.OperationOptions {
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
/** Contains response data for the listBySubscriptionsNext operation. */
|
|
1671
|
-
export declare type RulesListBySubscriptionsNextResponse = RuleListResult;
|
|
1672
|
-
|
|
1673
|
-
/** Optional parameters. */
|
|
1674
|
-
export declare interface RulesListBySubscriptionsOptionalParams extends coreClient.OperationOptions {
|
|
1675
|
-
/** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */
|
|
1676
|
-
skip?: number;
|
|
1677
|
-
/** May be used to limit the number of results to the most recent N usageDetails. */
|
|
1678
|
-
top?: number;
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
/** Contains response data for the listBySubscriptions operation. */
|
|
1682
|
-
export declare type RulesListBySubscriptionsResponse = RuleListResult;
|
|
1683
|
-
|
|
1684
|
-
/** Description of a namespace authorization rule. */
|
|
1685
|
-
export declare interface SBAuthorizationRule extends ProxyResource {
|
|
1686
|
-
/**
|
|
1687
|
-
* The system meta data relating to this resource.
|
|
1688
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1689
|
-
*/
|
|
1690
|
-
readonly systemData?: SystemData;
|
|
1691
|
-
/** The rights associated with the rule. */
|
|
1692
|
-
rights?: AccessRights[];
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
/** The response to the List Namespace operation. */
|
|
1696
|
-
export declare interface SBAuthorizationRuleListResult {
|
|
1697
|
-
/** Result of the List Authorization Rules operation. */
|
|
1698
|
-
value?: SBAuthorizationRule[];
|
|
1699
|
-
/** Link to the next set of results. Not empty if Value contains incomplete list of Authorization Rules. */
|
|
1700
|
-
nextLink?: string;
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
/** Properties specific to client affine subscriptions. */
|
|
1704
|
-
export declare interface SBClientAffineProperties {
|
|
1705
|
-
/** Indicates the Client ID of the application that created the client-affine subscription. */
|
|
1706
|
-
clientId?: string;
|
|
1707
|
-
/** For client-affine subscriptions, this value indicates whether the subscription is durable or not. */
|
|
1708
|
-
isDurable?: boolean;
|
|
1709
|
-
/** For client-affine subscriptions, this value indicates whether the subscription is shared or not. */
|
|
1710
|
-
isShared?: boolean;
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
/** Description of a namespace resource. */
|
|
1714
|
-
export declare interface SBNamespace extends TrackedResource {
|
|
1715
|
-
/** Properties of SKU */
|
|
1716
|
-
sku?: SBSku;
|
|
1717
|
-
/** Properties of BYOK Identity description */
|
|
1718
|
-
identity?: Identity;
|
|
1719
|
-
/**
|
|
1720
|
-
* The system meta data relating to this resource.
|
|
1721
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1722
|
-
*/
|
|
1723
|
-
readonly systemData?: SystemData;
|
|
1724
|
-
/** The minimum TLS version for the cluster to support, e.g. '1.2' */
|
|
1725
|
-
minimumTlsVersion?: TlsVersion;
|
|
1726
|
-
/**
|
|
1727
|
-
* Provisioning state of the namespace.
|
|
1728
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1729
|
-
*/
|
|
1730
|
-
readonly provisioningState?: string;
|
|
1731
|
-
/**
|
|
1732
|
-
* Status of the namespace.
|
|
1733
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1734
|
-
*/
|
|
1735
|
-
readonly status?: string;
|
|
1736
|
-
/**
|
|
1737
|
-
* The time the namespace was created
|
|
1738
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1739
|
-
*/
|
|
1740
|
-
readonly createdAt?: Date;
|
|
1741
|
-
/**
|
|
1742
|
-
* The time the namespace was updated.
|
|
1743
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1744
|
-
*/
|
|
1745
|
-
readonly updatedAt?: Date;
|
|
1746
|
-
/**
|
|
1747
|
-
* Endpoint you can use to perform Service Bus operations.
|
|
1748
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1749
|
-
*/
|
|
1750
|
-
readonly serviceBusEndpoint?: string;
|
|
1751
|
-
/**
|
|
1752
|
-
* Identifier for Azure Insights metrics
|
|
1753
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1754
|
-
*/
|
|
1755
|
-
readonly metricId?: string;
|
|
1756
|
-
/** Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones. */
|
|
1757
|
-
zoneRedundant?: boolean;
|
|
1758
|
-
/** Properties of BYOK Encryption description */
|
|
1759
|
-
encryption?: Encryption;
|
|
1760
|
-
/** List of private endpoint connections. */
|
|
1761
|
-
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1762
|
-
/** This property disables SAS authentication for the Service Bus namespace. */
|
|
1763
|
-
disableLocalAuth?: boolean;
|
|
1764
|
-
/** Alternate name for namespace */
|
|
1765
|
-
alternateName?: string;
|
|
1766
|
-
/** This determines if traffic is allowed over public network. By default it is enabled. */
|
|
1767
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
1768
|
-
/** The number of partitions of a Service Bus namespace. This property is only applicable to Premium SKU namespaces. The default value is 1 and possible values are 1, 2 and 4 */
|
|
1769
|
-
premiumMessagingPartitions?: number;
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
/** The response of the List Namespace operation. */
|
|
1773
|
-
export declare interface SBNamespaceListResult {
|
|
1774
|
-
/** Result of the List Namespace operation. */
|
|
1775
|
-
value?: SBNamespace[];
|
|
1776
|
-
/** Link to the next set of results. Not empty if Value contains incomplete list of Namespaces. */
|
|
1777
|
-
nextLink?: string;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
/** Description of a namespace resource. */
|
|
1781
|
-
export declare interface SBNamespaceUpdateParameters extends ResourceNamespacePatch {
|
|
1782
|
-
/** Properties of SKU */
|
|
1783
|
-
sku?: SBSku;
|
|
1784
|
-
/** Properties of BYOK Identity description */
|
|
1785
|
-
identity?: Identity;
|
|
1786
|
-
/**
|
|
1787
|
-
* Provisioning state of the namespace.
|
|
1788
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1789
|
-
*/
|
|
1790
|
-
readonly provisioningState?: string;
|
|
1791
|
-
/**
|
|
1792
|
-
* Status of the namespace.
|
|
1793
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1794
|
-
*/
|
|
1795
|
-
readonly status?: string;
|
|
1796
|
-
/**
|
|
1797
|
-
* The time the namespace was created
|
|
1798
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1799
|
-
*/
|
|
1800
|
-
readonly createdAt?: Date;
|
|
1801
|
-
/**
|
|
1802
|
-
* The time the namespace was updated.
|
|
1803
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1804
|
-
*/
|
|
1805
|
-
readonly updatedAt?: Date;
|
|
1806
|
-
/**
|
|
1807
|
-
* Endpoint you can use to perform Service Bus operations.
|
|
1808
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1809
|
-
*/
|
|
1810
|
-
readonly serviceBusEndpoint?: string;
|
|
1811
|
-
/**
|
|
1812
|
-
* Identifier for Azure Insights metrics
|
|
1813
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1814
|
-
*/
|
|
1815
|
-
readonly metricId?: string;
|
|
1816
|
-
/** Properties of BYOK Encryption description */
|
|
1817
|
-
encryption?: Encryption;
|
|
1818
|
-
/** List of private endpoint connections. */
|
|
1819
|
-
privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1820
|
-
/** This property disables SAS authentication for the Service Bus namespace. */
|
|
1821
|
-
disableLocalAuth?: boolean;
|
|
1822
|
-
/** Alternate name for namespace */
|
|
1823
|
-
alternateName?: string;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
/** Description of queue Resource. */
|
|
1827
|
-
export declare interface SBQueue extends ProxyResource {
|
|
1828
|
-
/**
|
|
1829
|
-
* The system meta data relating to this resource.
|
|
1830
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1831
|
-
*/
|
|
1832
|
-
readonly systemData?: SystemData;
|
|
1833
|
-
/**
|
|
1834
|
-
* Message Count Details.
|
|
1835
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1836
|
-
*/
|
|
1837
|
-
readonly countDetails?: MessageCountDetails;
|
|
1838
|
-
/**
|
|
1839
|
-
* The exact time the message was created.
|
|
1840
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1841
|
-
*/
|
|
1842
|
-
readonly createdAt?: Date;
|
|
1843
|
-
/**
|
|
1844
|
-
* The exact time the message was updated.
|
|
1845
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1846
|
-
*/
|
|
1847
|
-
readonly updatedAt?: Date;
|
|
1848
|
-
/**
|
|
1849
|
-
* Last time a message was sent, or the last time there was a receive request to this queue.
|
|
1850
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1851
|
-
*/
|
|
1852
|
-
readonly accessedAt?: Date;
|
|
1853
|
-
/**
|
|
1854
|
-
* The size of the queue, in bytes.
|
|
1855
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1856
|
-
*/
|
|
1857
|
-
readonly sizeInBytes?: number;
|
|
1858
|
-
/**
|
|
1859
|
-
* The number of messages in the queue.
|
|
1860
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1861
|
-
*/
|
|
1862
|
-
readonly messageCount?: number;
|
|
1863
|
-
/** ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute. */
|
|
1864
|
-
lockDuration?: string;
|
|
1865
|
-
/** The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024. */
|
|
1866
|
-
maxSizeInMegabytes?: number;
|
|
1867
|
-
/** Maximum size (in KB) of the message payload that can be accepted by the queue. This property is only used in Premium today and default is 1024. */
|
|
1868
|
-
maxMessageSizeInKilobytes?: number;
|
|
1869
|
-
/** A value indicating if this queue requires duplicate detection. */
|
|
1870
|
-
requiresDuplicateDetection?: boolean;
|
|
1871
|
-
/** A value that indicates whether the queue supports the concept of sessions. */
|
|
1872
|
-
requiresSession?: boolean;
|
|
1873
|
-
/** ISO 8601 default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */
|
|
1874
|
-
defaultMessageTimeToLive?: string;
|
|
1875
|
-
/** A value that indicates whether this queue has dead letter support when a message expires. */
|
|
1876
|
-
deadLetteringOnMessageExpiration?: boolean;
|
|
1877
|
-
/** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
|
|
1878
|
-
duplicateDetectionHistoryTimeWindow?: string;
|
|
1879
|
-
/** The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10. */
|
|
1880
|
-
maxDeliveryCount?: number;
|
|
1881
|
-
/** Enumerates the possible values for the status of a messaging entity. */
|
|
1882
|
-
status?: EntityStatus;
|
|
1883
|
-
/** Value that indicates whether server-side batched operations are enabled. */
|
|
1884
|
-
enableBatchedOperations?: boolean;
|
|
1885
|
-
/** ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. */
|
|
1886
|
-
autoDeleteOnIdle?: string;
|
|
1887
|
-
/** A value that indicates whether the queue is to be partitioned across multiple message brokers. */
|
|
1888
|
-
enablePartitioning?: boolean;
|
|
1889
|
-
/** A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. */
|
|
1890
|
-
enableExpress?: boolean;
|
|
1891
|
-
/** Queue/Topic name to forward the messages */
|
|
1892
|
-
forwardTo?: string;
|
|
1893
|
-
/** Queue/Topic name to forward the Dead Letter message */
|
|
1894
|
-
forwardDeadLetteredMessagesTo?: string;
|
|
1895
|
-
}
|
|
1896
|
-
|
|
1897
|
-
/** The response to the List Queues operation. */
|
|
1898
|
-
export declare interface SBQueueListResult {
|
|
1899
|
-
/** Result of the List Queues operation. */
|
|
1900
|
-
value?: SBQueue[];
|
|
1901
|
-
/** Link to the next set of results. Not empty if Value contains incomplete list of queues. */
|
|
1902
|
-
nextLink?: string;
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
/** SKU of the namespace. */
|
|
1906
|
-
export declare interface SBSku {
|
|
1907
|
-
/** Name of this SKU. */
|
|
1908
|
-
name: SkuName;
|
|
1909
|
-
/** The billing tier of this particular SKU. */
|
|
1910
|
-
tier?: SkuTier;
|
|
1911
|
-
/** Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64 */
|
|
1912
|
-
capacity?: number;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
/** Description of subscription resource. */
|
|
1916
|
-
export declare interface SBSubscription extends ProxyResource {
|
|
1917
|
-
/**
|
|
1918
|
-
* The system meta data relating to this resource.
|
|
1919
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1920
|
-
*/
|
|
1921
|
-
readonly systemData?: SystemData;
|
|
1922
|
-
/**
|
|
1923
|
-
* Number of messages.
|
|
1924
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1925
|
-
*/
|
|
1926
|
-
readonly messageCount?: number;
|
|
1927
|
-
/**
|
|
1928
|
-
* Exact time the message was created.
|
|
1929
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1930
|
-
*/
|
|
1931
|
-
readonly createdAt?: Date;
|
|
1932
|
-
/**
|
|
1933
|
-
* Last time there was a receive request to this subscription.
|
|
1934
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1935
|
-
*/
|
|
1936
|
-
readonly accessedAt?: Date;
|
|
1937
|
-
/**
|
|
1938
|
-
* The exact time the message was updated.
|
|
1939
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1940
|
-
*/
|
|
1941
|
-
readonly updatedAt?: Date;
|
|
1942
|
-
/**
|
|
1943
|
-
* Message count details
|
|
1944
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1945
|
-
*/
|
|
1946
|
-
readonly countDetails?: MessageCountDetails;
|
|
1947
|
-
/** ISO 8061 lock duration timespan for the subscription. The default value is 1 minute. */
|
|
1948
|
-
lockDuration?: string;
|
|
1949
|
-
/** Value indicating if a subscription supports the concept of sessions. */
|
|
1950
|
-
requiresSession?: boolean;
|
|
1951
|
-
/** ISO 8061 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */
|
|
1952
|
-
defaultMessageTimeToLive?: string;
|
|
1953
|
-
/** Value that indicates whether a subscription has dead letter support on filter evaluation exceptions. */
|
|
1954
|
-
deadLetteringOnFilterEvaluationExceptions?: boolean;
|
|
1955
|
-
/** Value that indicates whether a subscription has dead letter support when a message expires. */
|
|
1956
|
-
deadLetteringOnMessageExpiration?: boolean;
|
|
1957
|
-
/** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
|
|
1958
|
-
duplicateDetectionHistoryTimeWindow?: string;
|
|
1959
|
-
/** Number of maximum deliveries. */
|
|
1960
|
-
maxDeliveryCount?: number;
|
|
1961
|
-
/** Enumerates the possible values for the status of a messaging entity. */
|
|
1962
|
-
status?: EntityStatus;
|
|
1963
|
-
/** Value that indicates whether server-side batched operations are enabled. */
|
|
1964
|
-
enableBatchedOperations?: boolean;
|
|
1965
|
-
/** ISO 8061 timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */
|
|
1966
|
-
autoDeleteOnIdle?: string;
|
|
1967
|
-
/** Queue/Topic name to forward the messages */
|
|
1968
|
-
forwardTo?: string;
|
|
1969
|
-
/** Queue/Topic name to forward the Dead Letter message */
|
|
1970
|
-
forwardDeadLetteredMessagesTo?: string;
|
|
1971
|
-
/** Value that indicates whether the subscription has an affinity to the client id. */
|
|
1972
|
-
isClientAffine?: boolean;
|
|
1973
|
-
/** Properties specific to client affine subscriptions. */
|
|
1974
|
-
clientAffineProperties?: SBClientAffineProperties;
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
/** The response to the List Subscriptions operation. */
|
|
1978
|
-
export declare interface SBSubscriptionListResult {
|
|
1979
|
-
/** Result of the List Subscriptions operation. */
|
|
1980
|
-
value?: SBSubscription[];
|
|
1981
|
-
/** Link to the next set of results. Not empty if Value contains incomplete list of subscriptions. */
|
|
1982
|
-
nextLink?: string;
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
/** Description of topic resource. */
|
|
1986
|
-
export declare interface SBTopic extends ProxyResource {
|
|
1987
|
-
/**
|
|
1988
|
-
* The system meta data relating to this resource.
|
|
1989
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1990
|
-
*/
|
|
1991
|
-
readonly systemData?: SystemData;
|
|
1992
|
-
/**
|
|
1993
|
-
* Size of the topic, in bytes.
|
|
1994
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1995
|
-
*/
|
|
1996
|
-
readonly sizeInBytes?: number;
|
|
1997
|
-
/**
|
|
1998
|
-
* Exact time the message was created.
|
|
1999
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2000
|
-
*/
|
|
2001
|
-
readonly createdAt?: Date;
|
|
2002
|
-
/**
|
|
2003
|
-
* The exact time the message was updated.
|
|
2004
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2005
|
-
*/
|
|
2006
|
-
readonly updatedAt?: Date;
|
|
2007
|
-
/**
|
|
2008
|
-
* Last time the message was sent, or a request was received, for this topic.
|
|
2009
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2010
|
-
*/
|
|
2011
|
-
readonly accessedAt?: Date;
|
|
2012
|
-
/**
|
|
2013
|
-
* Number of subscriptions.
|
|
2014
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2015
|
-
*/
|
|
2016
|
-
readonly subscriptionCount?: number;
|
|
2017
|
-
/**
|
|
2018
|
-
* Message count details
|
|
2019
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2020
|
-
*/
|
|
2021
|
-
readonly countDetails?: MessageCountDetails;
|
|
2022
|
-
/** ISO 8601 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */
|
|
2023
|
-
defaultMessageTimeToLive?: string;
|
|
2024
|
-
/** Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024. */
|
|
2025
|
-
maxSizeInMegabytes?: number;
|
|
2026
|
-
/** Maximum size (in KB) of the message payload that can be accepted by the topic. This property is only used in Premium today and default is 1024. */
|
|
2027
|
-
maxMessageSizeInKilobytes?: number;
|
|
2028
|
-
/** Value indicating if this topic requires duplicate detection. */
|
|
2029
|
-
requiresDuplicateDetection?: boolean;
|
|
2030
|
-
/** ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */
|
|
2031
|
-
duplicateDetectionHistoryTimeWindow?: string;
|
|
2032
|
-
/** Value that indicates whether server-side batched operations are enabled. */
|
|
2033
|
-
enableBatchedOperations?: boolean;
|
|
2034
|
-
/** Enumerates the possible values for the status of a messaging entity. */
|
|
2035
|
-
status?: EntityStatus;
|
|
2036
|
-
/** Value that indicates whether the topic supports ordering. */
|
|
2037
|
-
supportOrdering?: boolean;
|
|
2038
|
-
/** ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */
|
|
2039
|
-
autoDeleteOnIdle?: string;
|
|
2040
|
-
/** Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. */
|
|
2041
|
-
enablePartitioning?: boolean;
|
|
2042
|
-
/** Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. */
|
|
2043
|
-
enableExpress?: boolean;
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
/** The response to the List Topics operation. */
|
|
2047
|
-
export declare interface SBTopicListResult {
|
|
2048
|
-
/** Result of the List Topics operation. */
|
|
2049
|
-
value?: SBTopic[];
|
|
2050
|
-
/** Link to the next set of results. Not empty if Value contains incomplete list of topics. */
|
|
2051
|
-
nextLink?: string;
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
|
-
export declare class ServiceBusManagementClient extends coreClient.ServiceClient {
|
|
2055
|
-
$host: string;
|
|
2056
|
-
apiVersion: string;
|
|
2057
|
-
subscriptionId: string;
|
|
2058
|
-
/**
|
|
2059
|
-
* Initializes a new instance of the ServiceBusManagementClient class.
|
|
2060
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
2061
|
-
* @param subscriptionId Subscription credentials that uniquely identify a Microsoft Azure
|
|
2062
|
-
* subscription. The subscription ID forms part of the URI for every service call.
|
|
2063
|
-
* @param options The parameter options
|
|
2064
|
-
*/
|
|
2065
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ServiceBusManagementClientOptionalParams);
|
|
2066
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
2067
|
-
private addCustomApiVersionPolicy;
|
|
2068
|
-
namespaces: Namespaces;
|
|
2069
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
2070
|
-
privateLinkResources: PrivateLinkResources;
|
|
2071
|
-
operations: Operations;
|
|
2072
|
-
disasterRecoveryConfigs: DisasterRecoveryConfigs;
|
|
2073
|
-
migrationConfigs: MigrationConfigs;
|
|
2074
|
-
queues: Queues;
|
|
2075
|
-
topics: Topics;
|
|
2076
|
-
rules: Rules;
|
|
2077
|
-
subscriptions: Subscriptions;
|
|
2078
|
-
}
|
|
2079
|
-
|
|
2080
|
-
/** Optional parameters. */
|
|
2081
|
-
export declare interface ServiceBusManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2082
|
-
/** server parameter */
|
|
2083
|
-
$host?: string;
|
|
2084
|
-
/** Api Version */
|
|
2085
|
-
apiVersion?: string;
|
|
2086
|
-
/** Overrides client endpoint. */
|
|
2087
|
-
endpoint?: string;
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
/** Defines values for SkuName. */
|
|
2091
|
-
export declare type SkuName = "Basic" | "Standard" | "Premium";
|
|
2092
|
-
|
|
2093
|
-
/** Defines values for SkuTier. */
|
|
2094
|
-
export declare type SkuTier = "Basic" | "Standard" | "Premium";
|
|
2095
|
-
|
|
2096
|
-
/** Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline. */
|
|
2097
|
-
export declare interface SqlFilter {
|
|
2098
|
-
/** The SQL expression. e.g. MyProperty='ABC' */
|
|
2099
|
-
sqlExpression?: string;
|
|
2100
|
-
/** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */
|
|
2101
|
-
compatibilityLevel?: number;
|
|
2102
|
-
/** Value that indicates whether the rule action requires preprocessing. */
|
|
2103
|
-
requiresPreprocessing?: boolean;
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
/** Represents set of actions written in SQL language-based syntax that is performed against a ServiceBus.Messaging.BrokeredMessage */
|
|
2107
|
-
export declare interface SqlRuleAction extends Action {
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
/** Properties supplied for Subnet */
|
|
2111
|
-
export declare interface Subnet {
|
|
2112
|
-
/** Resource ID of Virtual Network Subnet */
|
|
2113
|
-
id: string;
|
|
2114
|
-
}
|
|
2115
|
-
|
|
2116
|
-
/** Interface representing a Subscriptions. */
|
|
2117
|
-
export declare interface Subscriptions {
|
|
2118
|
-
/**
|
|
2119
|
-
* List all the subscriptions under a specified topic.
|
|
2120
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2121
|
-
* @param namespaceName The namespace name
|
|
2122
|
-
* @param topicName The topic name.
|
|
2123
|
-
* @param options The options parameters.
|
|
2124
|
-
*/
|
|
2125
|
-
listByTopic(resourceGroupName: string, namespaceName: string, topicName: string, options?: SubscriptionsListByTopicOptionalParams): PagedAsyncIterableIterator<SBSubscription>;
|
|
2126
|
-
/**
|
|
2127
|
-
* Creates a topic subscription.
|
|
2128
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2129
|
-
* @param namespaceName The namespace name
|
|
2130
|
-
* @param topicName The topic name.
|
|
2131
|
-
* @param subscriptionName The subscription name.
|
|
2132
|
-
* @param parameters Parameters supplied to create a subscription resource.
|
|
2133
|
-
* @param options The options parameters.
|
|
2134
|
-
*/
|
|
2135
|
-
createOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, subscriptionName: string, parameters: SBSubscription, options?: SubscriptionsCreateOrUpdateOptionalParams): Promise<SubscriptionsCreateOrUpdateResponse>;
|
|
2136
|
-
/**
|
|
2137
|
-
* Deletes a subscription from the specified topic.
|
|
2138
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2139
|
-
* @param namespaceName The namespace name
|
|
2140
|
-
* @param topicName The topic name.
|
|
2141
|
-
* @param subscriptionName The subscription name.
|
|
2142
|
-
* @param options The options parameters.
|
|
2143
|
-
*/
|
|
2144
|
-
delete(resourceGroupName: string, namespaceName: string, topicName: string, subscriptionName: string, options?: SubscriptionsDeleteOptionalParams): Promise<void>;
|
|
2145
|
-
/**
|
|
2146
|
-
* Returns a subscription description for the specified topic.
|
|
2147
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2148
|
-
* @param namespaceName The namespace name
|
|
2149
|
-
* @param topicName The topic name.
|
|
2150
|
-
* @param subscriptionName The subscription name.
|
|
2151
|
-
* @param options The options parameters.
|
|
2152
|
-
*/
|
|
2153
|
-
get(resourceGroupName: string, namespaceName: string, topicName: string, subscriptionName: string, options?: SubscriptionsGetOptionalParams): Promise<SubscriptionsGetResponse>;
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
/** Optional parameters. */
|
|
2157
|
-
export declare interface SubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2161
|
-
export declare type SubscriptionsCreateOrUpdateResponse = SBSubscription;
|
|
2162
|
-
|
|
2163
|
-
/** Optional parameters. */
|
|
2164
|
-
export declare interface SubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2165
|
-
}
|
|
2166
|
-
|
|
2167
|
-
/** Optional parameters. */
|
|
2168
|
-
export declare interface SubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
/** Contains response data for the get operation. */
|
|
2172
|
-
export declare type SubscriptionsGetResponse = SBSubscription;
|
|
2173
|
-
|
|
2174
|
-
/** Optional parameters. */
|
|
2175
|
-
export declare interface SubscriptionsListByTopicNextOptionalParams extends coreClient.OperationOptions {
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
|
-
/** Contains response data for the listByTopicNext operation. */
|
|
2179
|
-
export declare type SubscriptionsListByTopicNextResponse = SBSubscriptionListResult;
|
|
2180
|
-
|
|
2181
|
-
/** Optional parameters. */
|
|
2182
|
-
export declare interface SubscriptionsListByTopicOptionalParams extends coreClient.OperationOptions {
|
|
2183
|
-
/** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */
|
|
2184
|
-
skip?: number;
|
|
2185
|
-
/** May be used to limit the number of results to the most recent N usageDetails. */
|
|
2186
|
-
top?: number;
|
|
2187
|
-
}
|
|
2188
|
-
|
|
2189
|
-
/** Contains response data for the listByTopic operation. */
|
|
2190
|
-
export declare type SubscriptionsListByTopicResponse = SBSubscriptionListResult;
|
|
2191
|
-
|
|
2192
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2193
|
-
export declare interface SystemData {
|
|
2194
|
-
/** The identity that created the resource. */
|
|
2195
|
-
createdBy?: string;
|
|
2196
|
-
/** The type of identity that created the resource. */
|
|
2197
|
-
createdByType?: CreatedByType;
|
|
2198
|
-
/** The timestamp of resource creation (UTC). */
|
|
2199
|
-
createdAt?: Date;
|
|
2200
|
-
/** The identity that last modified the resource. */
|
|
2201
|
-
lastModifiedBy?: string;
|
|
2202
|
-
/** The type of identity that last modified the resource. */
|
|
2203
|
-
lastModifiedByType?: CreatedByType;
|
|
2204
|
-
/** The type of identity that last modified the resource. */
|
|
2205
|
-
lastModifiedAt?: Date;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
/**
|
|
2209
|
-
* Defines values for TlsVersion. \
|
|
2210
|
-
* {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
|
|
2211
|
-
* this enum contains the known values that the service supports.
|
|
2212
|
-
* ### Known values supported by the service
|
|
2213
|
-
* **1.0** \
|
|
2214
|
-
* **1.1** \
|
|
2215
|
-
* **1.2**
|
|
2216
|
-
*/
|
|
2217
|
-
export declare type TlsVersion = string;
|
|
2218
|
-
|
|
2219
|
-
/** Interface representing a Topics. */
|
|
2220
|
-
export declare interface Topics {
|
|
2221
|
-
/**
|
|
2222
|
-
* Gets authorization rules for a topic.
|
|
2223
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2224
|
-
* @param namespaceName The namespace name
|
|
2225
|
-
* @param topicName The topic name.
|
|
2226
|
-
* @param options The options parameters.
|
|
2227
|
-
*/
|
|
2228
|
-
listAuthorizationRules(resourceGroupName: string, namespaceName: string, topicName: string, options?: TopicsListAuthorizationRulesOptionalParams): PagedAsyncIterableIterator<SBAuthorizationRule>;
|
|
2229
|
-
/**
|
|
2230
|
-
* Gets all the topics in a namespace.
|
|
2231
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2232
|
-
* @param namespaceName The namespace name
|
|
2233
|
-
* @param options The options parameters.
|
|
2234
|
-
*/
|
|
2235
|
-
listByNamespace(resourceGroupName: string, namespaceName: string, options?: TopicsListByNamespaceOptionalParams): PagedAsyncIterableIterator<SBTopic>;
|
|
2236
|
-
/**
|
|
2237
|
-
* Creates an authorization rule for the specified topic.
|
|
2238
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2239
|
-
* @param namespaceName The namespace name
|
|
2240
|
-
* @param topicName The topic name.
|
|
2241
|
-
* @param authorizationRuleName The authorization rule name.
|
|
2242
|
-
* @param parameters The shared access authorization rule.
|
|
2243
|
-
* @param options The options parameters.
|
|
2244
|
-
*/
|
|
2245
|
-
createOrUpdateAuthorizationRule(resourceGroupName: string, namespaceName: string, topicName: string, authorizationRuleName: string, parameters: SBAuthorizationRule, options?: TopicsCreateOrUpdateAuthorizationRuleOptionalParams): Promise<TopicsCreateOrUpdateAuthorizationRuleResponse>;
|
|
2246
|
-
/**
|
|
2247
|
-
* Returns the specified authorization rule.
|
|
2248
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2249
|
-
* @param namespaceName The namespace name
|
|
2250
|
-
* @param topicName The topic name.
|
|
2251
|
-
* @param authorizationRuleName The authorization rule name.
|
|
2252
|
-
* @param options The options parameters.
|
|
2253
|
-
*/
|
|
2254
|
-
getAuthorizationRule(resourceGroupName: string, namespaceName: string, topicName: string, authorizationRuleName: string, options?: TopicsGetAuthorizationRuleOptionalParams): Promise<TopicsGetAuthorizationRuleResponse>;
|
|
2255
|
-
/**
|
|
2256
|
-
* Deletes a topic authorization rule.
|
|
2257
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2258
|
-
* @param namespaceName The namespace name
|
|
2259
|
-
* @param topicName The topic name.
|
|
2260
|
-
* @param authorizationRuleName The authorization rule name.
|
|
2261
|
-
* @param options The options parameters.
|
|
2262
|
-
*/
|
|
2263
|
-
deleteAuthorizationRule(resourceGroupName: string, namespaceName: string, topicName: string, authorizationRuleName: string, options?: TopicsDeleteAuthorizationRuleOptionalParams): Promise<void>;
|
|
2264
|
-
/**
|
|
2265
|
-
* Gets the primary and secondary connection strings for the topic.
|
|
2266
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2267
|
-
* @param namespaceName The namespace name
|
|
2268
|
-
* @param topicName The topic name.
|
|
2269
|
-
* @param authorizationRuleName The authorization rule name.
|
|
2270
|
-
* @param options The options parameters.
|
|
2271
|
-
*/
|
|
2272
|
-
listKeys(resourceGroupName: string, namespaceName: string, topicName: string, authorizationRuleName: string, options?: TopicsListKeysOptionalParams): Promise<TopicsListKeysResponse>;
|
|
2273
|
-
/**
|
|
2274
|
-
* Regenerates primary or secondary connection strings for the topic.
|
|
2275
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2276
|
-
* @param namespaceName The namespace name
|
|
2277
|
-
* @param topicName The topic name.
|
|
2278
|
-
* @param authorizationRuleName The authorization rule name.
|
|
2279
|
-
* @param parameters Parameters supplied to regenerate the authorization rule.
|
|
2280
|
-
* @param options The options parameters.
|
|
2281
|
-
*/
|
|
2282
|
-
regenerateKeys(resourceGroupName: string, namespaceName: string, topicName: string, authorizationRuleName: string, parameters: RegenerateAccessKeyParameters, options?: TopicsRegenerateKeysOptionalParams): Promise<TopicsRegenerateKeysResponse>;
|
|
2283
|
-
/**
|
|
2284
|
-
* Creates a topic in the specified namespace.
|
|
2285
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2286
|
-
* @param namespaceName The namespace name
|
|
2287
|
-
* @param topicName The topic name.
|
|
2288
|
-
* @param parameters Parameters supplied to create a topic resource.
|
|
2289
|
-
* @param options The options parameters.
|
|
2290
|
-
*/
|
|
2291
|
-
createOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, parameters: SBTopic, options?: TopicsCreateOrUpdateOptionalParams): Promise<TopicsCreateOrUpdateResponse>;
|
|
2292
|
-
/**
|
|
2293
|
-
* Deletes a topic from the specified namespace and resource group.
|
|
2294
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2295
|
-
* @param namespaceName The namespace name
|
|
2296
|
-
* @param topicName The topic name.
|
|
2297
|
-
* @param options The options parameters.
|
|
2298
|
-
*/
|
|
2299
|
-
delete(resourceGroupName: string, namespaceName: string, topicName: string, options?: TopicsDeleteOptionalParams): Promise<void>;
|
|
2300
|
-
/**
|
|
2301
|
-
* Returns a description for the specified topic.
|
|
2302
|
-
* @param resourceGroupName Name of the Resource group within the Azure subscription.
|
|
2303
|
-
* @param namespaceName The namespace name
|
|
2304
|
-
* @param topicName The topic name.
|
|
2305
|
-
* @param options The options parameters.
|
|
2306
|
-
*/
|
|
2307
|
-
get(resourceGroupName: string, namespaceName: string, topicName: string, options?: TopicsGetOptionalParams): Promise<TopicsGetResponse>;
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
/** Optional parameters. */
|
|
2311
|
-
export declare interface TopicsCreateOrUpdateAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
/** Contains response data for the createOrUpdateAuthorizationRule operation. */
|
|
2315
|
-
export declare type TopicsCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;
|
|
2316
|
-
|
|
2317
|
-
/** Optional parameters. */
|
|
2318
|
-
export declare interface TopicsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2322
|
-
export declare type TopicsCreateOrUpdateResponse = SBTopic;
|
|
2323
|
-
|
|
2324
|
-
/** Optional parameters. */
|
|
2325
|
-
export declare interface TopicsDeleteAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
2326
|
-
}
|
|
2327
|
-
|
|
2328
|
-
/** Optional parameters. */
|
|
2329
|
-
export declare interface TopicsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2330
|
-
}
|
|
2331
|
-
|
|
2332
|
-
/** Optional parameters. */
|
|
2333
|
-
export declare interface TopicsGetAuthorizationRuleOptionalParams extends coreClient.OperationOptions {
|
|
2334
|
-
}
|
|
2335
|
-
|
|
2336
|
-
/** Contains response data for the getAuthorizationRule operation. */
|
|
2337
|
-
export declare type TopicsGetAuthorizationRuleResponse = SBAuthorizationRule;
|
|
2338
|
-
|
|
2339
|
-
/** Optional parameters. */
|
|
2340
|
-
export declare interface TopicsGetOptionalParams extends coreClient.OperationOptions {
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
/** Contains response data for the get operation. */
|
|
2344
|
-
export declare type TopicsGetResponse = SBTopic;
|
|
2345
|
-
|
|
2346
|
-
/** Optional parameters. */
|
|
2347
|
-
export declare interface TopicsListAuthorizationRulesNextOptionalParams extends coreClient.OperationOptions {
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
|
-
/** Contains response data for the listAuthorizationRulesNext operation. */
|
|
2351
|
-
export declare type TopicsListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;
|
|
2352
|
-
|
|
2353
|
-
/** Optional parameters. */
|
|
2354
|
-
export declare interface TopicsListAuthorizationRulesOptionalParams extends coreClient.OperationOptions {
|
|
2355
|
-
}
|
|
2356
|
-
|
|
2357
|
-
/** Contains response data for the listAuthorizationRules operation. */
|
|
2358
|
-
export declare type TopicsListAuthorizationRulesResponse = SBAuthorizationRuleListResult;
|
|
2359
|
-
|
|
2360
|
-
/** Optional parameters. */
|
|
2361
|
-
export declare interface TopicsListByNamespaceNextOptionalParams extends coreClient.OperationOptions {
|
|
2362
|
-
}
|
|
2363
|
-
|
|
2364
|
-
/** Contains response data for the listByNamespaceNext operation. */
|
|
2365
|
-
export declare type TopicsListByNamespaceNextResponse = SBTopicListResult;
|
|
2366
|
-
|
|
2367
|
-
/** Optional parameters. */
|
|
2368
|
-
export declare interface TopicsListByNamespaceOptionalParams extends coreClient.OperationOptions {
|
|
2369
|
-
/** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */
|
|
2370
|
-
skip?: number;
|
|
2371
|
-
/** May be used to limit the number of results to the most recent N usageDetails. */
|
|
2372
|
-
top?: number;
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
/** Contains response data for the listByNamespace operation. */
|
|
2376
|
-
export declare type TopicsListByNamespaceResponse = SBTopicListResult;
|
|
2377
|
-
|
|
2378
|
-
/** Optional parameters. */
|
|
2379
|
-
export declare interface TopicsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
/** Contains response data for the listKeys operation. */
|
|
2383
|
-
export declare type TopicsListKeysResponse = AccessKeys;
|
|
2384
|
-
|
|
2385
|
-
/** Optional parameters. */
|
|
2386
|
-
export declare interface TopicsRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
/** Contains response data for the regenerateKeys operation. */
|
|
2390
|
-
export declare type TopicsRegenerateKeysResponse = AccessKeys;
|
|
2391
|
-
|
|
2392
|
-
/** The Resource definition. */
|
|
2393
|
-
export declare interface TrackedResource extends Resource {
|
|
2394
|
-
/** The Geo-location where the resource lives */
|
|
2395
|
-
location: string;
|
|
2396
|
-
/** Resource tags */
|
|
2397
|
-
tags?: {
|
|
2398
|
-
[propertyName: string]: string;
|
|
2399
|
-
};
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
/** Defines values for UnavailableReason. */
|
|
2403
|
-
export declare type UnavailableReason = "None" | "InvalidName" | "SubscriptionIsDisabled" | "NameInUse" | "NameInLockdown" | "TooManyNamespaceInCurrentSubscription";
|
|
2404
|
-
|
|
2405
|
-
/** Recognized Dictionary value. */
|
|
2406
|
-
export declare interface UserAssignedIdentity {
|
|
2407
|
-
/**
|
|
2408
|
-
* Principal Id of user assigned identity
|
|
2409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2410
|
-
*/
|
|
2411
|
-
readonly principalId?: string;
|
|
2412
|
-
/**
|
|
2413
|
-
* Client Id of user assigned identity
|
|
2414
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2415
|
-
*/
|
|
2416
|
-
readonly clientId?: string;
|
|
2417
|
-
}
|
|
2418
|
-
|
|
2419
|
-
export declare interface UserAssignedIdentityProperties {
|
|
2420
|
-
/** ARM ID of user Identity selected for encryption */
|
|
2421
|
-
userAssignedIdentity?: string;
|
|
2422
|
-
}
|
|
2423
|
-
|
|
2424
|
-
export { }
|