@azure/arm-servicebus 6.2.0-beta.2 → 7.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +11 -14
- package/dist/browser/api/disasterRecoveryConfigs/index.d.ts +3 -0
- package/dist/browser/api/disasterRecoveryConfigs/index.js +4 -0
- package/dist/browser/api/disasterRecoveryConfigs/index.js.map +1 -0
- package/dist/browser/api/disasterRecoveryConfigs/operations.d.ts +46 -0
- package/dist/browser/api/disasterRecoveryConfigs/operations.js +316 -0
- package/dist/browser/api/disasterRecoveryConfigs/operations.js.map +1 -0
- package/dist/browser/api/disasterRecoveryConfigs/options.d.ts +35 -0
- package/dist/browser/api/disasterRecoveryConfigs/options.js +4 -0
- package/dist/browser/api/disasterRecoveryConfigs/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/migrationConfigs/index.d.ts +3 -0
- package/dist/browser/api/migrationConfigs/index.js +4 -0
- package/dist/browser/api/migrationConfigs/index.js.map +1 -0
- package/dist/browser/api/migrationConfigs/operations.d.ts +31 -0
- package/dist/browser/api/migrationConfigs/operations.js +190 -0
- package/dist/browser/api/migrationConfigs/operations.js.map +1 -0
- package/dist/browser/api/migrationConfigs/options.d.ts +22 -0
- package/dist/browser/api/migrationConfigs/options.js +4 -0
- package/dist/browser/api/migrationConfigs/options.js.map +1 -0
- package/dist/browser/api/namespaces/index.d.ts +3 -0
- package/dist/browser/api/namespaces/index.js +4 -0
- package/dist/browser/api/namespaces/index.js.map +1 -0
- package/dist/browser/api/namespaces/operations.d.ts +75 -0
- package/dist/browser/api/namespaces/operations.js +536 -0
- package/dist/browser/api/namespaces/operations.js.map +1 -0
- package/dist/browser/api/namespaces/options.d.ts +59 -0
- package/dist/browser/api/namespaces/options.js +4 -0
- package/dist/browser/api/namespaces/options.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/index.d.ts +3 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/index.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/index.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/operations.d.ts +10 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/operations.js +36 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/operations.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/options.d.ts +5 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/options.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfiguration/options.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.d.ts +13 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +69 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +8 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +33 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +134 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +36 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/queues/index.d.ts +3 -0
- package/dist/browser/api/queues/index.js +4 -0
- package/dist/browser/api/queues/index.js.map +1 -0
- package/dist/browser/api/queues/operations.d.ts +46 -0
- package/dist/browser/api/queues/operations.js +321 -0
- package/dist/browser/api/queues/operations.js.map +1 -0
- package/dist/browser/api/queues/options.d.ts +36 -0
- package/dist/browser/api/queues/options.js +4 -0
- package/dist/browser/api/queues/options.js.map +1 -0
- package/dist/browser/api/rules/index.d.ts +3 -0
- package/dist/browser/api/rules/index.js +4 -0
- package/dist/browser/api/rules/index.js.map +1 -0
- package/dist/browser/api/rules/operations.d.ts +22 -0
- package/dist/browser/api/rules/operations.js +138 -0
- package/dist/browser/api/rules/operations.js.map +1 -0
- package/dist/browser/api/rules/options.d.ts +18 -0
- package/dist/browser/api/rules/options.js +4 -0
- package/dist/browser/api/rules/options.js.map +1 -0
- package/dist/browser/api/serviceBusManagementContext.d.ts +20 -0
- package/dist/browser/api/serviceBusManagementContext.js +25 -0
- package/dist/browser/api/serviceBusManagementContext.js.map +1 -0
- package/dist/browser/api/subscriptions/index.d.ts +3 -0
- package/dist/browser/api/subscriptions/index.js +4 -0
- package/dist/browser/api/subscriptions/index.js.map +1 -0
- package/dist/browser/api/subscriptions/operations.d.ts +22 -0
- package/dist/browser/api/subscriptions/operations.js +134 -0
- package/dist/browser/api/subscriptions/operations.js.map +1 -0
- package/dist/browser/api/subscriptions/options.d.ts +18 -0
- package/dist/browser/api/subscriptions/options.js +4 -0
- package/dist/browser/api/subscriptions/options.js.map +1 -0
- package/dist/browser/api/topics/index.d.ts +3 -0
- package/dist/browser/api/topics/index.js +4 -0
- package/dist/browser/api/topics/index.js.map +1 -0
- package/dist/browser/api/topics/operations.d.ts +46 -0
- package/dist/browser/api/topics/operations.js +321 -0
- package/dist/browser/api/topics/operations.js.map +1 -0
- package/dist/browser/api/topics/options.d.ts +36 -0
- package/dist/browser/api/topics/options.js +4 -0
- package/dist/browser/api/topics/options.js.map +1 -0
- package/dist/browser/classic/disasterRecoveryConfigs/index.d.ts +29 -0
- package/dist/browser/classic/disasterRecoveryConfigs/index.js +23 -0
- package/dist/browser/classic/disasterRecoveryConfigs/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +13 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/migrationConfigs/index.d.ts +27 -0
- package/dist/browser/classic/migrationConfigs/index.js +28 -0
- package/dist/browser/classic/migrationConfigs/index.js.map +1 -0
- package/dist/browser/classic/namespaces/index.d.ts +57 -0
- package/dist/browser/classic/namespaces/index.js +55 -0
- package/dist/browser/classic/namespaces/index.js.map +1 -0
- package/dist/browser/classic/networkSecurityPerimeterConfiguration/index.d.ts +11 -0
- package/dist/browser/classic/networkSecurityPerimeterConfiguration/index.js +14 -0
- package/dist/browser/classic/networkSecurityPerimeterConfiguration/index.js.map +1 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +12 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +15 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +23 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/queues/index.d.ts +29 -0
- package/dist/browser/classic/queues/index.js +23 -0
- package/dist/browser/classic/queues/index.js.map +1 -0
- package/dist/browser/classic/rules/index.d.ts +17 -0
- package/dist/browser/classic/rules/index.js +17 -0
- package/dist/browser/classic/rules/index.js.map +1 -0
- package/dist/browser/classic/subscriptions/index.d.ts +17 -0
- package/dist/browser/classic/subscriptions/index.js +17 -0
- package/dist/browser/classic/subscriptions/index.js.map +1 -0
- package/dist/browser/classic/topics/index.d.ts +29 -0
- package/dist/browser/classic/topics/index.js +23 -0
- package/dist/browser/classic/topics/index.js.map +1 -0
- package/dist/browser/index.d.ts +26 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -1527
- package/dist/browser/models/index.js +3 -95
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1716 -0
- package/dist/browser/models/models.js +1958 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +103 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/serviceBusManagementClient.d.ts +46 -28
- package/dist/browser/serviceBusManagementClient.js +69 -116
- package/dist/browser/serviceBusManagementClient.js.map +1 -1
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/index.d.ts +3 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/index.js +46 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/index.js.map +7 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/operations.d.ts +46 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/operations.js +465 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/operations.js.map +7 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/options.d.ts +35 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/options.js +16 -0
- package/dist/commonjs/api/disasterRecoveryConfigs/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/migrationConfigs/index.d.ts +3 -0
- package/dist/commonjs/api/migrationConfigs/index.js +38 -0
- package/dist/commonjs/api/migrationConfigs/index.js.map +7 -0
- package/dist/commonjs/api/migrationConfigs/operations.d.ts +31 -0
- package/dist/commonjs/api/migrationConfigs/operations.js +285 -0
- package/dist/commonjs/api/migrationConfigs/operations.js.map +7 -0
- package/dist/commonjs/api/migrationConfigs/options.d.ts +22 -0
- package/dist/commonjs/api/migrationConfigs/options.js +16 -0
- package/dist/commonjs/api/migrationConfigs/options.js.map +7 -0
- package/dist/commonjs/api/namespaces/index.d.ts +3 -0
- package/dist/commonjs/api/namespaces/index.js +60 -0
- package/dist/commonjs/api/namespaces/index.js.map +7 -0
- package/dist/commonjs/api/namespaces/operations.d.ts +75 -0
- package/dist/commonjs/api/namespaces/operations.js +773 -0
- package/dist/commonjs/api/namespaces/operations.js.map +7 -0
- package/dist/commonjs/api/namespaces/options.d.ts +59 -0
- package/dist/commonjs/api/namespaces/options.js +16 -0
- package/dist/commonjs/api/namespaces/options.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/index.d.ts +3 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/index.js +28 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/index.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/operations.d.ts +10 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/operations.js +73 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/operations.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/options.d.ts +5 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/options.js +16 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfiguration/options.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +30 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +13 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +121 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +8 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +16 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +70 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +217 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +28 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +67 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +16 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/queues/index.d.ts +3 -0
- package/dist/commonjs/api/queues/index.js +46 -0
- package/dist/commonjs/api/queues/index.js.map +7 -0
- package/dist/commonjs/api/queues/operations.d.ts +46 -0
- package/dist/commonjs/api/queues/operations.js +489 -0
- package/dist/commonjs/api/queues/operations.js.map +7 -0
- package/dist/commonjs/api/queues/options.d.ts +36 -0
- package/dist/commonjs/api/queues/options.js +16 -0
- package/dist/commonjs/api/queues/options.js.map +7 -0
- package/dist/commonjs/api/rules/index.d.ts +3 -0
- package/dist/commonjs/api/rules/index.js +34 -0
- package/dist/commonjs/api/rules/index.js.map +7 -0
- package/dist/commonjs/api/rules/operations.d.ts +22 -0
- package/dist/commonjs/api/rules/operations.js +234 -0
- package/dist/commonjs/api/rules/operations.js.map +7 -0
- package/dist/commonjs/api/rules/options.d.ts +18 -0
- package/dist/commonjs/api/rules/options.js +16 -0
- package/dist/commonjs/api/rules/options.js.map +7 -0
- package/dist/commonjs/api/serviceBusManagementContext.d.ts +20 -0
- package/dist/commonjs/api/serviceBusManagementContext.js +47 -0
- package/dist/commonjs/api/serviceBusManagementContext.js.map +7 -0
- package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptions/index.js +34 -0
- package/dist/commonjs/api/subscriptions/index.js.map +7 -0
- package/dist/commonjs/api/subscriptions/operations.d.ts +22 -0
- package/dist/commonjs/api/subscriptions/operations.js +220 -0
- package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptions/options.d.ts +18 -0
- package/dist/commonjs/api/subscriptions/options.js +16 -0
- package/dist/commonjs/api/subscriptions/options.js.map +7 -0
- package/dist/commonjs/api/topics/index.d.ts +3 -0
- package/dist/commonjs/api/topics/index.js +46 -0
- package/dist/commonjs/api/topics/index.js.map +7 -0
- package/dist/commonjs/api/topics/operations.d.ts +46 -0
- package/dist/commonjs/api/topics/operations.js +489 -0
- package/dist/commonjs/api/topics/operations.js.map +7 -0
- package/dist/commonjs/api/topics/options.d.ts +36 -0
- package/dist/commonjs/api/topics/options.js +16 -0
- package/dist/commonjs/api/topics/options.js.map +7 -0
- package/dist/commonjs/classic/disasterRecoveryConfigs/index.d.ts +29 -0
- package/dist/commonjs/classic/disasterRecoveryConfigs/index.js +54 -0
- package/dist/commonjs/classic/disasterRecoveryConfigs/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +13 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/migrationConfigs/index.d.ts +27 -0
- package/dist/commonjs/classic/migrationConfigs/index.js +73 -0
- package/dist/commonjs/classic/migrationConfigs/index.js.map +7 -0
- package/dist/commonjs/classic/namespaces/index.d.ts +57 -0
- package/dist/commonjs/classic/namespaces/index.js +105 -0
- package/dist/commonjs/classic/namespaces/index.js.map +7 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfiguration/index.d.ts +11 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfiguration/index.js +38 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfiguration/index.js.map +7 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +12 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +45 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +23 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +69 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/queues/index.d.ts +29 -0
- package/dist/commonjs/classic/queues/index.js +84 -0
- package/dist/commonjs/classic/queues/index.js.map +7 -0
- package/dist/commonjs/classic/rules/index.d.ts +17 -0
- package/dist/commonjs/classic/rules/index.js +73 -0
- package/dist/commonjs/classic/rules/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptions/index.d.ts +17 -0
- package/dist/commonjs/classic/subscriptions/index.js +49 -0
- package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
- package/dist/commonjs/classic/topics/index.d.ts +29 -0
- package/dist/commonjs/classic/topics/index.js +84 -0
- package/dist/commonjs/classic/topics/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +26 -3
- package/dist/commonjs/index.js +70 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -1527
- package/dist/commonjs/models/index.js +56 -99
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +1716 -0
- package/dist/commonjs/models/models.js +2097 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +116 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/serviceBusManagementClient.d.ts +46 -28
- package/dist/commonjs/serviceBusManagementClient.js +95 -128
- package/dist/commonjs/serviceBusManagementClient.js.map +7 -1
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/disasterRecoveryConfigs/index.d.ts +3 -0
- package/dist/esm/api/disasterRecoveryConfigs/index.js +4 -0
- package/dist/esm/api/disasterRecoveryConfigs/index.js.map +1 -0
- package/dist/esm/api/disasterRecoveryConfigs/operations.d.ts +46 -0
- package/dist/esm/api/disasterRecoveryConfigs/operations.js +316 -0
- package/dist/esm/api/disasterRecoveryConfigs/operations.js.map +1 -0
- package/dist/esm/api/disasterRecoveryConfigs/options.d.ts +35 -0
- package/dist/esm/api/disasterRecoveryConfigs/options.js +4 -0
- package/dist/esm/api/disasterRecoveryConfigs/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/migrationConfigs/index.d.ts +3 -0
- package/dist/esm/api/migrationConfigs/index.js +4 -0
- package/dist/esm/api/migrationConfigs/index.js.map +1 -0
- package/dist/esm/api/migrationConfigs/operations.d.ts +31 -0
- package/dist/esm/api/migrationConfigs/operations.js +190 -0
- package/dist/esm/api/migrationConfigs/operations.js.map +1 -0
- package/dist/esm/api/migrationConfigs/options.d.ts +22 -0
- package/dist/esm/api/migrationConfigs/options.js +4 -0
- package/dist/esm/api/migrationConfigs/options.js.map +1 -0
- package/dist/esm/api/namespaces/index.d.ts +3 -0
- package/dist/esm/api/namespaces/index.js +4 -0
- package/dist/esm/api/namespaces/index.js.map +1 -0
- package/dist/esm/api/namespaces/operations.d.ts +75 -0
- package/dist/esm/api/namespaces/operations.js +536 -0
- package/dist/esm/api/namespaces/operations.js.map +1 -0
- package/dist/esm/api/namespaces/options.d.ts +59 -0
- package/dist/esm/api/namespaces/options.js +4 -0
- package/dist/esm/api/namespaces/options.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/index.d.ts +3 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/index.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/index.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/operations.d.ts +10 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/operations.js +36 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/operations.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/options.d.ts +5 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/options.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfiguration/options.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +13 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +69 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +8 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +33 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +134 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +36 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/queues/index.d.ts +3 -0
- package/dist/esm/api/queues/index.js +4 -0
- package/dist/esm/api/queues/index.js.map +1 -0
- package/dist/esm/api/queues/operations.d.ts +46 -0
- package/dist/esm/api/queues/operations.js +321 -0
- package/dist/esm/api/queues/operations.js.map +1 -0
- package/dist/esm/api/queues/options.d.ts +36 -0
- package/dist/esm/api/queues/options.js +4 -0
- package/dist/esm/api/queues/options.js.map +1 -0
- package/dist/esm/api/rules/index.d.ts +3 -0
- package/dist/esm/api/rules/index.js +4 -0
- package/dist/esm/api/rules/index.js.map +1 -0
- package/dist/esm/api/rules/operations.d.ts +22 -0
- package/dist/esm/api/rules/operations.js +138 -0
- package/dist/esm/api/rules/operations.js.map +1 -0
- package/dist/esm/api/rules/options.d.ts +18 -0
- package/dist/esm/api/rules/options.js +4 -0
- package/dist/esm/api/rules/options.js.map +1 -0
- package/dist/esm/api/serviceBusManagementContext.d.ts +20 -0
- package/dist/esm/api/serviceBusManagementContext.js +25 -0
- package/dist/esm/api/serviceBusManagementContext.js.map +1 -0
- package/dist/esm/api/subscriptions/index.d.ts +3 -0
- package/dist/esm/api/subscriptions/index.js +4 -0
- package/dist/esm/api/subscriptions/index.js.map +1 -0
- package/dist/esm/api/subscriptions/operations.d.ts +22 -0
- package/dist/esm/api/subscriptions/operations.js +134 -0
- package/dist/esm/api/subscriptions/operations.js.map +1 -0
- package/dist/esm/api/subscriptions/options.d.ts +18 -0
- package/dist/esm/api/subscriptions/options.js +4 -0
- package/dist/esm/api/subscriptions/options.js.map +1 -0
- package/dist/esm/api/topics/index.d.ts +3 -0
- package/dist/esm/api/topics/index.js +4 -0
- package/dist/esm/api/topics/index.js.map +1 -0
- package/dist/esm/api/topics/operations.d.ts +46 -0
- package/dist/esm/api/topics/operations.js +321 -0
- package/dist/esm/api/topics/operations.js.map +1 -0
- package/dist/esm/api/topics/options.d.ts +36 -0
- package/dist/esm/api/topics/options.js +4 -0
- package/dist/esm/api/topics/options.js.map +1 -0
- package/dist/esm/classic/disasterRecoveryConfigs/index.d.ts +29 -0
- package/dist/esm/classic/disasterRecoveryConfigs/index.js +23 -0
- package/dist/esm/classic/disasterRecoveryConfigs/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +13 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/migrationConfigs/index.d.ts +27 -0
- package/dist/esm/classic/migrationConfigs/index.js +28 -0
- package/dist/esm/classic/migrationConfigs/index.js.map +1 -0
- package/dist/esm/classic/namespaces/index.d.ts +57 -0
- package/dist/esm/classic/namespaces/index.js +55 -0
- package/dist/esm/classic/namespaces/index.js.map +1 -0
- package/dist/esm/classic/networkSecurityPerimeterConfiguration/index.d.ts +11 -0
- package/dist/esm/classic/networkSecurityPerimeterConfiguration/index.js +14 -0
- package/dist/esm/classic/networkSecurityPerimeterConfiguration/index.js.map +1 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +12 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +15 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +23 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +26 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/queues/index.d.ts +29 -0
- package/dist/esm/classic/queues/index.js +23 -0
- package/dist/esm/classic/queues/index.js.map +1 -0
- package/dist/esm/classic/rules/index.d.ts +17 -0
- package/dist/esm/classic/rules/index.js +17 -0
- package/dist/esm/classic/rules/index.js.map +1 -0
- package/dist/esm/classic/subscriptions/index.d.ts +17 -0
- package/dist/esm/classic/subscriptions/index.js +17 -0
- package/dist/esm/classic/subscriptions/index.js.map +1 -0
- package/dist/esm/classic/topics/index.d.ts +29 -0
- package/dist/esm/classic/topics/index.js +23 -0
- package/dist/esm/classic/topics/index.js.map +1 -0
- package/dist/esm/index.d.ts +26 -3
- package/dist/esm/index.js +7 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -1527
- package/dist/esm/models/index.js +3 -95
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1716 -0
- package/dist/esm/models/models.js +1958 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +103 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/serviceBusManagementClient.d.ts +46 -28
- package/dist/esm/serviceBusManagementClient.js +69 -116
- package/dist/esm/serviceBusManagementClient.js.map +1 -1
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +283 -94
- package/CHANGELOG.md +0 -97
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -16
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -33
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -58
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -2251
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -35
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -296
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/disasterRecoveryConfigs.d.ts +0 -133
- package/dist/browser/operations/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist/browser/operations/disasterRecoveryConfigs.js +0 -520
- package/dist/browser/operations/disasterRecoveryConfigs.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -11
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -18
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/migrationConfigs.d.ts +0 -91
- package/dist/browser/operations/migrationConfigs.d.ts.map +0 -1
- package/dist/browser/operations/migrationConfigs.js +0 -349
- package/dist/browser/operations/migrationConfigs.js.map +0 -1
- package/dist/browser/operations/namespaces.d.ts +0 -215
- package/dist/browser/operations/namespaces.d.ts.map +0 -1
- package/dist/browser/operations/namespaces.js +0 -936
- package/dist/browser/operations/namespaces.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -73
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -302
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -54
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/queues.d.ts +0 -137
- package/dist/browser/operations/queues.d.ts.map +0 -1
- package/dist/browser/operations/queues.js +0 -550
- package/dist/browser/operations/queues.js.map +0 -1
- package/dist/browser/operations/rules.d.ts +0 -75
- package/dist/browser/operations/rules.d.ts.map +0 -1
- package/dist/browser/operations/rules.js +0 -288
- package/dist/browser/operations/rules.js.map +0 -1
- package/dist/browser/operations/subscriptions.d.ts +0 -69
- package/dist/browser/operations/subscriptions.d.ts.map +0 -1
- package/dist/browser/operations/subscriptions.js +0 -261
- package/dist/browser/operations/subscriptions.js.map +0 -1
- package/dist/browser/operations/topics.d.ts +0 -137
- package/dist/browser/operations/topics.d.ts.map +0 -1
- package/dist/browser/operations/topics.js +0 -550
- package/dist/browser/operations/topics.js.map +0 -1
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.js +0 -9
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -11
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -18
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/migrationConfigs.d.ts +0 -66
- package/dist/browser/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/migrationConfigs.js +0 -9
- package/dist/browser/operationsInterfaces/migrationConfigs.js.map +0 -1
- package/dist/browser/operationsInterfaces/namespaces.d.ts +0 -145
- package/dist/browser/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/namespaces.js +0 -9
- package/dist/browser/operationsInterfaces/namespaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/queues.d.ts +0 -93
- package/dist/browser/operationsInterfaces/queues.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/queues.js +0 -9
- package/dist/browser/operationsInterfaces/queues.js.map +0 -1
- package/dist/browser/operationsInterfaces/rules.d.ts +0 -46
- package/dist/browser/operationsInterfaces/rules.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/rules.js +0 -9
- package/dist/browser/operationsInterfaces/rules.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptions.d.ts +0 -42
- package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/topics.d.ts +0 -93
- package/dist/browser/operationsInterfaces/topics.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/topics.js +0 -9
- package/dist/browser/operationsInterfaces/topics.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/serviceBusManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -16
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -37
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -58
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -2255
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -35
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -299
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts +0 -133
- package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist/commonjs/operations/disasterRecoveryConfigs.js +0 -525
- package/dist/commonjs/operations/disasterRecoveryConfigs.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -11
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -21
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/migrationConfigs.d.ts +0 -91
- package/dist/commonjs/operations/migrationConfigs.d.ts.map +0 -1
- package/dist/commonjs/operations/migrationConfigs.js +0 -354
- package/dist/commonjs/operations/migrationConfigs.js.map +0 -1
- package/dist/commonjs/operations/namespaces.d.ts +0 -215
- package/dist/commonjs/operations/namespaces.d.ts.map +0 -1
- package/dist/commonjs/operations/namespaces.js +0 -941
- package/dist/commonjs/operations/namespaces.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -73
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -307
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -59
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/queues.d.ts +0 -137
- package/dist/commonjs/operations/queues.d.ts.map +0 -1
- package/dist/commonjs/operations/queues.js +0 -555
- package/dist/commonjs/operations/queues.js.map +0 -1
- package/dist/commonjs/operations/rules.d.ts +0 -75
- package/dist/commonjs/operations/rules.d.ts.map +0 -1
- package/dist/commonjs/operations/rules.js +0 -293
- package/dist/commonjs/operations/rules.js.map +0 -1
- package/dist/commonjs/operations/subscriptions.d.ts +0 -69
- package/dist/commonjs/operations/subscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptions.js +0 -266
- package/dist/commonjs/operations/subscriptions.js.map +0 -1
- package/dist/commonjs/operations/topics.d.ts +0 -137
- package/dist/commonjs/operations/topics.d.ts.map +0 -1
- package/dist/commonjs/operations/topics.js +0 -555
- package/dist/commonjs/operations/topics.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js +0 -10
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -21
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts +0 -66
- package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/migrationConfigs.js +0 -10
- package/dist/commonjs/operationsInterfaces/migrationConfigs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts +0 -145
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/namespaces.js +0 -10
- package/dist/commonjs/operationsInterfaces/namespaces.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/queues.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/queues.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/queues.js +0 -10
- package/dist/commonjs/operationsInterfaces/queues.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/rules.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/rules.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/rules.js +0 -10
- package/dist/commonjs/operationsInterfaces/rules.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +0 -42
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/topics.d.ts +0 -93
- package/dist/commonjs/operationsInterfaces/topics.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/topics.js +0 -10
- package/dist/commonjs/operationsInterfaces/topics.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/serviceBusManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -16
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -33
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -58
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -2251
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -35
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -296
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/disasterRecoveryConfigs.d.ts +0 -133
- package/dist/esm/operations/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist/esm/operations/disasterRecoveryConfigs.js +0 -520
- package/dist/esm/operations/disasterRecoveryConfigs.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -11
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -18
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/migrationConfigs.d.ts +0 -91
- package/dist/esm/operations/migrationConfigs.d.ts.map +0 -1
- package/dist/esm/operations/migrationConfigs.js +0 -349
- package/dist/esm/operations/migrationConfigs.js.map +0 -1
- package/dist/esm/operations/namespaces.d.ts +0 -215
- package/dist/esm/operations/namespaces.d.ts.map +0 -1
- package/dist/esm/operations/namespaces.js +0 -936
- package/dist/esm/operations/namespaces.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -73
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -302
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -54
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/queues.d.ts +0 -137
- package/dist/esm/operations/queues.d.ts.map +0 -1
- package/dist/esm/operations/queues.js +0 -550
- package/dist/esm/operations/queues.js.map +0 -1
- package/dist/esm/operations/rules.d.ts +0 -75
- package/dist/esm/operations/rules.d.ts.map +0 -1
- package/dist/esm/operations/rules.js +0 -288
- package/dist/esm/operations/rules.js.map +0 -1
- package/dist/esm/operations/subscriptions.d.ts +0 -69
- package/dist/esm/operations/subscriptions.d.ts.map +0 -1
- package/dist/esm/operations/subscriptions.js +0 -261
- package/dist/esm/operations/subscriptions.js.map +0 -1
- package/dist/esm/operations/topics.d.ts +0 -137
- package/dist/esm/operations/topics.d.ts.map +0 -1
- package/dist/esm/operations/topics.js +0 -550
- package/dist/esm/operations/topics.js.map +0 -1
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js +0 -9
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -11
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -18
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/migrationConfigs.d.ts +0 -66
- package/dist/esm/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/migrationConfigs.js +0 -9
- package/dist/esm/operationsInterfaces/migrationConfigs.js.map +0 -1
- package/dist/esm/operationsInterfaces/namespaces.d.ts +0 -145
- package/dist/esm/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/namespaces.js +0 -9
- package/dist/esm/operationsInterfaces/namespaces.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/queues.d.ts +0 -93
- package/dist/esm/operationsInterfaces/queues.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/queues.js +0 -9
- package/dist/esm/operationsInterfaces/queues.js.map +0 -1
- package/dist/esm/operationsInterfaces/rules.d.ts +0 -46
- package/dist/esm/operationsInterfaces/rules.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/rules.js +0 -9
- package/dist/esm/operationsInterfaces/rules.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptions.d.ts +0 -42
- package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptions.js +0 -9
- package/dist/esm/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist/esm/operationsInterfaces/topics.d.ts +0 -93
- package/dist/esm/operationsInterfaces/topics.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/topics.js +0 -9
- package/dist/esm/operationsInterfaces/topics.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/serviceBusManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -16
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -33
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -1528
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -96
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -58
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -2251
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -35
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -296
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/disasterRecoveryConfigs.d.ts +0 -133
- package/dist/react-native/operations/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist/react-native/operations/disasterRecoveryConfigs.js +0 -520
- package/dist/react-native/operations/disasterRecoveryConfigs.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -11
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -18
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/migrationConfigs.d.ts +0 -91
- package/dist/react-native/operations/migrationConfigs.d.ts.map +0 -1
- package/dist/react-native/operations/migrationConfigs.js +0 -349
- package/dist/react-native/operations/migrationConfigs.js.map +0 -1
- package/dist/react-native/operations/namespaces.d.ts +0 -215
- package/dist/react-native/operations/namespaces.d.ts.map +0 -1
- package/dist/react-native/operations/namespaces.js +0 -936
- package/dist/react-native/operations/namespaces.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -73
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -302
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -54
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/queues.d.ts +0 -137
- package/dist/react-native/operations/queues.d.ts.map +0 -1
- package/dist/react-native/operations/queues.js +0 -550
- package/dist/react-native/operations/queues.js.map +0 -1
- package/dist/react-native/operations/rules.d.ts +0 -75
- package/dist/react-native/operations/rules.d.ts.map +0 -1
- package/dist/react-native/operations/rules.js +0 -288
- package/dist/react-native/operations/rules.js.map +0 -1
- package/dist/react-native/operations/subscriptions.d.ts +0 -69
- package/dist/react-native/operations/subscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptions.js +0 -261
- package/dist/react-native/operations/subscriptions.js.map +0 -1
- package/dist/react-native/operations/topics.d.ts +0 -137
- package/dist/react-native/operations/topics.d.ts.map +0 -1
- package/dist/react-native/operations/topics.js +0 -550
- package/dist/react-native/operations/topics.js.map +0 -1
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js +0 -9
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -18
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts +0 -66
- package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/migrationConfigs.js +0 -9
- package/dist/react-native/operationsInterfaces/migrationConfigs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/namespaces.d.ts +0 -145
- package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/namespaces.js +0 -9
- package/dist/react-native/operationsInterfaces/namespaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/queues.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/queues.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/queues.js +0 -9
- package/dist/react-native/operationsInterfaces/queues.js.map +0 -1
- package/dist/react-native/operationsInterfaces/rules.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/rules.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/rules.js +0 -9
- package/dist/react-native/operationsInterfaces/rules.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts +0 -42
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/topics.d.ts +0 -93
- package/dist/react-native/operationsInterfaces/topics.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/topics.js +0 -9
- package/dist/react-native/operationsInterfaces/topics.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/serviceBusManagementClient.d.ts +0 -30
- package/dist/react-native/serviceBusManagementClient.d.ts.map +0 -1
- package/dist/react-native/serviceBusManagementClient.js +0 -125
- package/dist/react-native/serviceBusManagementClient.js.map +0 -1
- package/review/arm-servicebus-node.api.md +0 -1304
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/models/models.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** The list of available operations. */\nexport interface _OperationListResult {\n /** The list of operations. */\n value: Operation[];\n /** The URL to get the next set of results, if any. */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** A Service Bus REST API operation */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n readonly name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display of the operation */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n /** Properties of the operation */\n properties?: any;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n properties: item[\"properties\"],\n };\n}\n\n/** Operation display payload */\nexport interface OperationDisplay {\n /** Resource provider of the operation */\n readonly provider?: string;\n /** Resource of the operation */\n readonly resource?: string;\n /** Localized friendly name for the operation */\n readonly operation?: string;\n /** Localized friendly description for the operation */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The resource management error response. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorResponseError;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorResponseErrorDeserializer(item[\"error\"]),\n };\n}\n\n/** The error object. */\nexport interface ErrorResponseError {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorResponse[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorResponseErrorDeserializer(item: any): ErrorResponseError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorResponseArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorResponseArrayDeserializer(result: Array<ErrorResponse>): any[] {\n return result.map((item) => {\n return errorResponseDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Description of a namespace authorization rule. */\nexport interface SBAuthorizationRule extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** The rights associated with the rule. */\n rights?: AccessRights[];\n}\n\nexport function sbAuthorizationRuleSerializer(item: SBAuthorizationRule): any {\n return {\n properties: areAllPropsUndefined(item, [\"rights\"])\n ? undefined\n : _sbAuthorizationRulePropertiesSerializer(item),\n };\n}\n\nexport function sbAuthorizationRuleDeserializer(item: any): SBAuthorizationRule {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sbAuthorizationRulePropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** AuthorizationRule properties. */\nexport interface SBAuthorizationRuleProperties {\n /** The rights associated with the rule. */\n rights: AccessRights[];\n}\n\nexport function sbAuthorizationRulePropertiesSerializer(item: SBAuthorizationRuleProperties): any {\n return {\n rights: item[\"rights\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function sbAuthorizationRulePropertiesDeserializer(\n item: any,\n): SBAuthorizationRuleProperties {\n return {\n rights: item[\"rights\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Type of AccessRights */\nexport type AccessRights = \"Manage\" | \"Send\" | \"Listen\";\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The response of a SBAuthorizationRule list operation. */\nexport interface _SBAuthorizationRuleListResult {\n /** The SBAuthorizationRule items on this page */\n value: SBAuthorizationRule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sbAuthorizationRuleListResultDeserializer(\n item: any,\n): _SBAuthorizationRuleListResult {\n return {\n value: sbAuthorizationRuleArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sbAuthorizationRuleArraySerializer(result: Array<SBAuthorizationRule>): any[] {\n return result.map((item) => {\n return sbAuthorizationRuleSerializer(item);\n });\n}\n\nexport function sbAuthorizationRuleArrayDeserializer(result: Array<SBAuthorizationRule>): any[] {\n return result.map((item) => {\n return sbAuthorizationRuleDeserializer(item);\n });\n}\n\n/** Namespace/ServiceBus Connection String */\nexport interface AccessKeys {\n /** Primary connection string of the created namespace authorization rule. */\n readonly primaryConnectionString?: string;\n /** Secondary connection string of the created namespace authorization rule. */\n readonly secondaryConnectionString?: string;\n /** Primary connection string of the alias if GEO DR is enabled */\n readonly aliasPrimaryConnectionString?: string;\n /** Secondary connection string of the alias if GEO DR is enabled */\n readonly aliasSecondaryConnectionString?: string;\n /** A base64-encoded 256-bit primary key for signing and validating the SAS token. */\n readonly primaryKey?: string;\n /** A base64-encoded 256-bit primary key for signing and validating the SAS token. */\n readonly secondaryKey?: string;\n /** A string that describes the authorization rule. */\n readonly keyName?: string;\n}\n\nexport function accessKeysDeserializer(item: any): AccessKeys {\n return {\n primaryConnectionString: item[\"primaryConnectionString\"],\n secondaryConnectionString: item[\"secondaryConnectionString\"],\n aliasPrimaryConnectionString: item[\"aliasPrimaryConnectionString\"],\n aliasSecondaryConnectionString: item[\"aliasSecondaryConnectionString\"],\n primaryKey: item[\"primaryKey\"],\n secondaryKey: item[\"secondaryKey\"],\n keyName: item[\"keyName\"],\n };\n}\n\n/** Description of a Check Name availability request properties. */\nexport interface CheckNameAvailability {\n /** 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. */\n name: string;\n}\n\nexport function checkNameAvailabilitySerializer(item: CheckNameAvailability): any {\n return { name: item[\"name\"] };\n}\n\n/** Description of a Check Name availability request properties. */\nexport interface CheckNameAvailabilityResult {\n /** The detailed info regarding the reason associated with the namespace. */\n readonly message?: string;\n /** Value indicating namespace is availability, true if the namespace is available; otherwise, false. */\n nameAvailable?: boolean;\n /** The reason for unavailability of a namespace. */\n reason?: UnavailableReason;\n}\n\nexport function checkNameAvailabilityResultDeserializer(item: any): CheckNameAvailabilityResult {\n return {\n message: item[\"message\"],\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n };\n}\n\n/** Specifies the reason for the unavailability of the service. */\nexport type UnavailableReason =\n | \"None\"\n | \"InvalidName\"\n | \"SubscriptionIsDisabled\"\n | \"NameInUse\"\n | \"NameInLockdown\"\n | \"TooManyNamespaceInCurrentSubscription\";\n\n/** Single item in List or Get Alias(Disaster Recovery configuration) operation */\nexport interface ArmDisasterRecovery extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed' */\n readonly provisioningState?: ProvisioningStateDR;\n /** Number of entities pending to be replicated. */\n readonly pendingReplicationOperationsCount?: number;\n /** ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */\n partnerNamespace?: string;\n /** Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */\n alternateName?: string;\n /** role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary' */\n readonly role?: RoleDisasterRecovery;\n}\n\nexport function armDisasterRecoverySerializer(item: ArmDisasterRecovery): any {\n return {\n properties: areAllPropsUndefined(item, [\"partnerNamespace\", \"alternateName\"])\n ? undefined\n : _armDisasterRecoveryPropertiesSerializer(item),\n };\n}\n\nexport function armDisasterRecoveryDeserializer(item: any): ArmDisasterRecovery {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _armDisasterRecoveryPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** Properties required to the Create Or Update Alias(Disaster Recovery configurations) */\nexport interface ArmDisasterRecoveryProperties {\n /** Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed' */\n readonly provisioningState?: ProvisioningStateDR;\n /** Number of entities pending to be replicated. */\n readonly pendingReplicationOperationsCount?: number;\n /** ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */\n partnerNamespace?: string;\n /** Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */\n alternateName?: string;\n /** role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary' */\n readonly role?: RoleDisasterRecovery;\n}\n\nexport function armDisasterRecoveryPropertiesSerializer(item: ArmDisasterRecoveryProperties): any {\n return { partnerNamespace: item[\"partnerNamespace\"], alternateName: item[\"alternateName\"] };\n}\n\nexport function armDisasterRecoveryPropertiesDeserializer(\n item: any,\n): ArmDisasterRecoveryProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n pendingReplicationOperationsCount: item[\"pendingReplicationOperationsCount\"],\n partnerNamespace: item[\"partnerNamespace\"],\n alternateName: item[\"alternateName\"],\n role: item[\"role\"],\n };\n}\n\n/** Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed' */\nexport type ProvisioningStateDR = \"Accepted\" | \"Succeeded\" | \"Failed\";\n/** role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary' */\nexport type RoleDisasterRecovery = \"Primary\" | \"PrimaryNotReplicating\" | \"Secondary\";\n\n/** The response of a ArmDisasterRecovery list operation. */\nexport interface _ArmDisasterRecoveryListResult {\n /** The ArmDisasterRecovery items on this page */\n value: ArmDisasterRecovery[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _armDisasterRecoveryListResultDeserializer(\n item: any,\n): _ArmDisasterRecoveryListResult {\n return {\n value: armDisasterRecoveryArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function armDisasterRecoveryArraySerializer(result: Array<ArmDisasterRecovery>): any[] {\n return result.map((item) => {\n return armDisasterRecoverySerializer(item);\n });\n}\n\nexport function armDisasterRecoveryArrayDeserializer(result: Array<ArmDisasterRecovery>): any[] {\n return result.map((item) => {\n return armDisasterRecoveryDeserializer(item);\n });\n}\n\n/** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */\nexport interface FailoverProperties {\n /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */\n isSafeFailover?: boolean;\n}\n\nexport function failoverPropertiesSerializer(item: FailoverProperties): any {\n return {\n properties: areAllPropsUndefined(item, [\"IsSafeFailover\"])\n ? undefined\n : _failoverPropertiesPropertiesSerializer(item),\n };\n}\n\n/** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */\nexport interface FailoverPropertiesProperties {\n /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */\n isSafeFailover?: boolean;\n}\n\nexport function failoverPropertiesPropertiesSerializer(item: FailoverPropertiesProperties): any {\n return { IsSafeFailover: item[\"isSafeFailover\"] };\n}\n\n/** Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset. */\nexport interface RegenerateAccessKeyParameters {\n /** The access key to regenerate. */\n keyType: KeyType;\n /** Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType */\n key?: string;\n}\n\nexport function regenerateAccessKeyParametersSerializer(item: RegenerateAccessKeyParameters): any {\n return { keyType: item[\"keyType\"], key: item[\"key\"] };\n}\n\n/** The access key to regenerate. */\nexport type KeyType = \"PrimaryKey\" | \"SecondaryKey\";\n\n/** Description of queue Resource. */\nexport interface SBQueue extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** Message Count Details. */\n readonly countDetails?: MessageCountDetails;\n /** The exact time the message was created. */\n readonly createdAt?: Date;\n /** The exact time the message was updated. */\n readonly updatedAt?: Date;\n /** Last time a message was sent, or the last time there was a receive request to this queue. */\n readonly accessedAt?: Date;\n /** The size of the queue, in bytes. */\n readonly sizeInBytes?: number;\n /** The number of messages in the queue. */\n readonly messageCount?: number;\n /** 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. */\n lockDuration?: string;\n /** The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024. */\n maxSizeInMegabytes?: number;\n /** 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. */\n maxMessageSizeInKilobytes?: number;\n /** A value indicating if this queue requires duplicate detection. */\n requiresDuplicateDetection?: boolean;\n /** A value that indicates whether the queue supports the concept of sessions. */\n requiresSession?: boolean;\n /** 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. */\n defaultMessageTimeToLive?: string;\n /** A value that indicates whether this queue has dead letter support when a message expires. */\n deadLetteringOnMessageExpiration?: boolean;\n /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10. */\n maxDeliveryCount?: number;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** A value that indicates whether the queue is to be partitioned across multiple message brokers. */\n enablePartitioning?: boolean;\n /** A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. */\n enableExpress?: boolean;\n /** Queue/Topic name to forward the messages */\n forwardTo?: string;\n /** Queue/Topic name to forward the Dead Letter message */\n forwardDeadLetteredMessagesTo?: string;\n /** Gets and Sets Metadata of User. */\n userMetadata?: string;\n}\n\nexport function sbQueueSerializer(item: SBQueue): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"lockDuration\",\n \"maxSizeInMegabytes\",\n \"maxMessageSizeInKilobytes\",\n \"requiresDuplicateDetection\",\n \"requiresSession\",\n \"defaultMessageTimeToLive\",\n \"deadLetteringOnMessageExpiration\",\n \"duplicateDetectionHistoryTimeWindow\",\n \"maxDeliveryCount\",\n \"status\",\n \"enableBatchedOperations\",\n \"autoDeleteOnIdle\",\n \"enablePartitioning\",\n \"enableExpress\",\n \"forwardTo\",\n \"forwardDeadLetteredMessagesTo\",\n \"userMetadata\",\n ])\n ? undefined\n : _sbQueuePropertiesSerializer(item),\n };\n}\n\nexport function sbQueueDeserializer(item: any): SBQueue {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sbQueuePropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** The Queue Properties definition. */\nexport interface SBQueueProperties {\n /** Message Count Details. */\n readonly countDetails?: MessageCountDetails;\n /** The exact time the message was created. */\n readonly createdAt?: Date;\n /** The exact time the message was updated. */\n readonly updatedAt?: Date;\n /** Last time a message was sent, or the last time there was a receive request to this queue. */\n readonly accessedAt?: Date;\n /** The size of the queue, in bytes. */\n readonly sizeInBytes?: number;\n /** The number of messages in the queue. */\n readonly messageCount?: number;\n /** 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. */\n lockDuration?: string;\n /** The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024. */\n maxSizeInMegabytes?: number;\n /** 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. */\n maxMessageSizeInKilobytes?: number;\n /** A value indicating if this queue requires duplicate detection. */\n requiresDuplicateDetection?: boolean;\n /** A value that indicates whether the queue supports the concept of sessions. */\n requiresSession?: boolean;\n /** 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. */\n defaultMessageTimeToLive?: string;\n /** A value that indicates whether this queue has dead letter support when a message expires. */\n deadLetteringOnMessageExpiration?: boolean;\n /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10. */\n maxDeliveryCount?: number;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** A value that indicates whether the queue is to be partitioned across multiple message brokers. */\n enablePartitioning?: boolean;\n /** A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. */\n enableExpress?: boolean;\n /** Queue/Topic name to forward the messages */\n forwardTo?: string;\n /** Queue/Topic name to forward the Dead Letter message */\n forwardDeadLetteredMessagesTo?: string;\n /** Gets and Sets Metadata of User. */\n userMetadata?: string;\n}\n\nexport function sbQueuePropertiesSerializer(item: SBQueueProperties): any {\n return {\n lockDuration: item[\"lockDuration\"],\n maxSizeInMegabytes: item[\"maxSizeInMegabytes\"],\n maxMessageSizeInKilobytes: item[\"maxMessageSizeInKilobytes\"],\n requiresDuplicateDetection: item[\"requiresDuplicateDetection\"],\n requiresSession: item[\"requiresSession\"],\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n deadLetteringOnMessageExpiration: item[\"deadLetteringOnMessageExpiration\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n maxDeliveryCount: item[\"maxDeliveryCount\"],\n status: item[\"status\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n enablePartitioning: item[\"enablePartitioning\"],\n enableExpress: item[\"enableExpress\"],\n forwardTo: item[\"forwardTo\"],\n forwardDeadLetteredMessagesTo: item[\"forwardDeadLetteredMessagesTo\"],\n userMetadata: item[\"userMetadata\"],\n };\n}\n\nexport function sbQueuePropertiesDeserializer(item: any): SBQueueProperties {\n return {\n countDetails: !item[\"countDetails\"]\n ? item[\"countDetails\"]\n : messageCountDetailsDeserializer(item[\"countDetails\"]),\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n updatedAt: !item[\"updatedAt\"] ? item[\"updatedAt\"] : new Date(item[\"updatedAt\"]),\n accessedAt: !item[\"accessedAt\"] ? item[\"accessedAt\"] : new Date(item[\"accessedAt\"]),\n sizeInBytes: item[\"sizeInBytes\"],\n messageCount: item[\"messageCount\"],\n lockDuration: item[\"lockDuration\"],\n maxSizeInMegabytes: item[\"maxSizeInMegabytes\"],\n maxMessageSizeInKilobytes: item[\"maxMessageSizeInKilobytes\"],\n requiresDuplicateDetection: item[\"requiresDuplicateDetection\"],\n requiresSession: item[\"requiresSession\"],\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n deadLetteringOnMessageExpiration: item[\"deadLetteringOnMessageExpiration\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n maxDeliveryCount: item[\"maxDeliveryCount\"],\n status: item[\"status\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n enablePartitioning: item[\"enablePartitioning\"],\n enableExpress: item[\"enableExpress\"],\n forwardTo: item[\"forwardTo\"],\n forwardDeadLetteredMessagesTo: item[\"forwardDeadLetteredMessagesTo\"],\n userMetadata: item[\"userMetadata\"],\n };\n}\n\n/** Message Count Details. */\nexport interface MessageCountDetails {\n /** Number of active messages in the queue, topic, or subscription. */\n readonly activeMessageCount?: number;\n /** Number of messages that are dead lettered. */\n readonly deadLetterMessageCount?: number;\n /** Number of scheduled messages. */\n readonly scheduledMessageCount?: number;\n /** Number of messages transferred to another queue, topic, or subscription. */\n readonly transferMessageCount?: number;\n /** Number of messages transferred into dead letters. */\n readonly transferDeadLetterMessageCount?: number;\n}\n\nexport function messageCountDetailsDeserializer(item: any): MessageCountDetails {\n return {\n activeMessageCount: item[\"activeMessageCount\"],\n deadLetterMessageCount: item[\"deadLetterMessageCount\"],\n scheduledMessageCount: item[\"scheduledMessageCount\"],\n transferMessageCount: item[\"transferMessageCount\"],\n transferDeadLetterMessageCount: item[\"transferDeadLetterMessageCount\"],\n };\n}\n\n/** Entity status. */\nexport type EntityStatus =\n | \"Active\"\n | \"Disabled\"\n | \"Restoring\"\n | \"SendDisabled\"\n | \"ReceiveDisabled\"\n | \"Creating\"\n | \"Deleting\"\n | \"Renaming\"\n | \"Unknown\";\n\n/** The response of a SBQueue list operation. */\nexport interface _SBQueueListResult {\n /** The SBQueue items on this page */\n value: SBQueue[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sbQueueListResultDeserializer(item: any): _SBQueueListResult {\n return {\n value: sbQueueArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sbQueueArraySerializer(result: Array<SBQueue>): any[] {\n return result.map((item) => {\n return sbQueueSerializer(item);\n });\n}\n\nexport function sbQueueArrayDeserializer(result: Array<SBQueue>): any[] {\n return result.map((item) => {\n return sbQueueDeserializer(item);\n });\n}\n\n/** Description of topic resource. */\nexport interface SBTopic extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** Size of the topic, in bytes. */\n readonly sizeInBytes?: number;\n /** Exact time the message was created. */\n readonly createdAt?: Date;\n /** The exact time the message was updated. */\n readonly updatedAt?: Date;\n /** Last time the message was sent, or a request was received, for this topic. */\n readonly accessedAt?: Date;\n /** Number of subscriptions. */\n readonly subscriptionCount?: number;\n /** Message count details */\n readonly countDetails?: MessageCountDetails;\n /** 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. */\n defaultMessageTimeToLive?: string;\n /** Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024. */\n maxSizeInMegabytes?: number;\n /** 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. */\n maxMessageSizeInKilobytes?: number;\n /** Value indicating if this topic requires duplicate detection. */\n requiresDuplicateDetection?: boolean;\n /** ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether the topic supports ordering. */\n supportOrdering?: boolean;\n /** ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. */\n enablePartitioning?: boolean;\n /** Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. */\n enableExpress?: boolean;\n /** Gets and Sets Metadata of User. */\n userMetadata?: string;\n}\n\nexport function sbTopicSerializer(item: SBTopic): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"defaultMessageTimeToLive\",\n \"maxSizeInMegabytes\",\n \"maxMessageSizeInKilobytes\",\n \"requiresDuplicateDetection\",\n \"duplicateDetectionHistoryTimeWindow\",\n \"enableBatchedOperations\",\n \"status\",\n \"supportOrdering\",\n \"autoDeleteOnIdle\",\n \"enablePartitioning\",\n \"enableExpress\",\n \"userMetadata\",\n ])\n ? undefined\n : _sbTopicPropertiesSerializer(item),\n };\n}\n\nexport function sbTopicDeserializer(item: any): SBTopic {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sbTopicPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** The Topic Properties definition. */\nexport interface SBTopicProperties {\n /** Size of the topic, in bytes. */\n readonly sizeInBytes?: number;\n /** Exact time the message was created. */\n readonly createdAt?: Date;\n /** The exact time the message was updated. */\n readonly updatedAt?: Date;\n /** Last time the message was sent, or a request was received, for this topic. */\n readonly accessedAt?: Date;\n /** Number of subscriptions. */\n readonly subscriptionCount?: number;\n /** Message count details */\n readonly countDetails?: MessageCountDetails;\n /** 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. */\n defaultMessageTimeToLive?: string;\n /** Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024. */\n maxSizeInMegabytes?: number;\n /** 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. */\n maxMessageSizeInKilobytes?: number;\n /** Value indicating if this topic requires duplicate detection. */\n requiresDuplicateDetection?: boolean;\n /** ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether the topic supports ordering. */\n supportOrdering?: boolean;\n /** ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. */\n enablePartitioning?: boolean;\n /** Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. */\n enableExpress?: boolean;\n /** Gets and Sets Metadata of User. */\n userMetadata?: string;\n}\n\nexport function sbTopicPropertiesSerializer(item: SBTopicProperties): any {\n return {\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n maxSizeInMegabytes: item[\"maxSizeInMegabytes\"],\n maxMessageSizeInKilobytes: item[\"maxMessageSizeInKilobytes\"],\n requiresDuplicateDetection: item[\"requiresDuplicateDetection\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n status: item[\"status\"],\n supportOrdering: item[\"supportOrdering\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n enablePartitioning: item[\"enablePartitioning\"],\n enableExpress: item[\"enableExpress\"],\n userMetadata: item[\"userMetadata\"],\n };\n}\n\nexport function sbTopicPropertiesDeserializer(item: any): SBTopicProperties {\n return {\n sizeInBytes: item[\"sizeInBytes\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n updatedAt: !item[\"updatedAt\"] ? item[\"updatedAt\"] : new Date(item[\"updatedAt\"]),\n accessedAt: !item[\"accessedAt\"] ? item[\"accessedAt\"] : new Date(item[\"accessedAt\"]),\n subscriptionCount: item[\"subscriptionCount\"],\n countDetails: !item[\"countDetails\"]\n ? item[\"countDetails\"]\n : messageCountDetailsDeserializer(item[\"countDetails\"]),\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n maxSizeInMegabytes: item[\"maxSizeInMegabytes\"],\n maxMessageSizeInKilobytes: item[\"maxMessageSizeInKilobytes\"],\n requiresDuplicateDetection: item[\"requiresDuplicateDetection\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n status: item[\"status\"],\n supportOrdering: item[\"supportOrdering\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n enablePartitioning: item[\"enablePartitioning\"],\n enableExpress: item[\"enableExpress\"],\n userMetadata: item[\"userMetadata\"],\n };\n}\n\n/** The response of a SBTopic list operation. */\nexport interface _SBTopicListResult {\n /** The SBTopic items on this page */\n value: SBTopic[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sbTopicListResultDeserializer(item: any): _SBTopicListResult {\n return {\n value: sbTopicArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sbTopicArraySerializer(result: Array<SBTopic>): any[] {\n return result.map((item) => {\n return sbTopicSerializer(item);\n });\n}\n\nexport function sbTopicArrayDeserializer(result: Array<SBTopic>): any[] {\n return result.map((item) => {\n return sbTopicDeserializer(item);\n });\n}\n\n/** Properties of the PrivateEndpointConnection. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** The Private Endpoint resource for this Connection. */\n privateEndpoint?: PrivateEndpoint;\n /** Details about the state of the connection. */\n privateLinkServiceConnectionState?: ConnectionState;\n /** Provisioning state of the Private Endpoint Connection. */\n provisioningState?: EndPointProvisioningState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"privateEndpoint\",\n \"privateLinkServiceConnectionState\",\n \"provisioningState\",\n ])\n ? undefined\n : _privateEndpointConnectionPropertiesSerializer(item),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** Properties of the private endpoint connection resource. */\nexport interface PrivateEndpointConnectionProperties {\n /** The Private Endpoint resource for this Connection. */\n privateEndpoint?: PrivateEndpoint;\n /** Details about the state of the connection. */\n privateLinkServiceConnectionState?: ConnectionState;\n /** Provisioning state of the Private Endpoint Connection. */\n provisioningState?: EndPointProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : connectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : connectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** PrivateEndpoint information. */\nexport interface PrivateEndpoint {\n /** The ARM identifier for Private Endpoint. */\n id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return { id: item[\"id\"] };\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** ConnectionState information. */\nexport interface ConnectionState {\n /** Status of the connection. */\n status?: PrivateLinkConnectionStatus;\n /** Description of the connection state. */\n description?: string;\n}\n\nexport function connectionStateSerializer(item: ConnectionState): any {\n return { status: item[\"status\"], description: item[\"description\"] };\n}\n\nexport function connectionStateDeserializer(item: any): ConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n };\n}\n\n/** Status of the connection. */\nexport enum KnownPrivateLinkConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Status of the connection. \\\n * {@link KnownPrivateLinkConnectionStatus} can be used interchangeably with PrivateLinkConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateLinkConnectionStatus = string;\n\n/** Provisioning state of the Private Endpoint Connection. */\nexport enum KnownEndPointProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Provisioning state of the Private Endpoint Connection. \\\n * {@link KnownEndPointProvisioningState} can be used interchangeably with EndPointProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type EndPointProvisioningState = string;\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** Network Security Perimeter related configurations of a given namespace */\nexport interface NetworkSecurityPerimeterConfiguration extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** Provisioning state of NetworkSecurityPerimeter configuration propagation */\n readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;\n /** List of Provisioning Issues if any */\n provisioningIssues?: ProvisioningIssue[];\n /** NetworkSecurityPerimeter related information */\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** Information about resource association */\n readonly resourceAssociation?: NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;\n /** Information about current network profile */\n readonly profile?: NetworkSecurityPerimeterConfigurationPropertiesProfile;\n /** True if the ServiceBus namespace is backed by another Azure resource and not visible to end users. */\n readonly isBackingResource?: boolean;\n /** Indicates that the NSP controls related to backing association are only applicable to a specific feature in backing resource's data plane. */\n readonly applicableFeatures?: string[];\n /** Source Resource Association name */\n readonly parentAssociationName?: string;\n /** ARM Id of source resource */\n readonly sourceResourceId?: string;\n}\n\nexport function networkSecurityPerimeterConfigurationDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfiguration {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _networkSecurityPerimeterConfigurationPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** Properties of NetworkSecurityPerimeterConfiguration */\nexport interface NetworkSecurityPerimeterConfigurationProperties {\n /** Provisioning state of NetworkSecurityPerimeter configuration propagation */\n readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;\n /** List of Provisioning Issues if any */\n provisioningIssues?: ProvisioningIssue[];\n /** NetworkSecurityPerimeter related information */\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n /** Information about resource association */\n readonly resourceAssociation?: NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation;\n /** Information about current network profile */\n readonly profile?: NetworkSecurityPerimeterConfigurationPropertiesProfile;\n /** True if the ServiceBus namespace is backed by another Azure resource and not visible to end users. */\n readonly isBackingResource?: boolean;\n /** Indicates that the NSP controls related to backing association are only applicable to a specific feature in backing resource's data plane. */\n readonly applicableFeatures?: string[];\n /** Source Resource Association name */\n readonly parentAssociationName?: string;\n /** ARM Id of source resource */\n readonly sourceResourceId?: string;\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : provisioningIssueArrayDeserializer(item[\"provisioningIssues\"]),\n networkSecurityPerimeter: !item[\"networkSecurityPerimeter\"]\n ? item[\"networkSecurityPerimeter\"]\n : networkSecurityPerimeterDeserializer(item[\"networkSecurityPerimeter\"]),\n resourceAssociation: !item[\"resourceAssociation\"]\n ? item[\"resourceAssociation\"]\n : networkSecurityPerimeterConfigurationPropertiesResourceAssociationDeserializer(\n item[\"resourceAssociation\"],\n ),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityPerimeterConfigurationPropertiesProfileDeserializer(item[\"profile\"]),\n isBackingResource: item[\"isBackingResource\"],\n applicableFeatures: !item[\"applicableFeatures\"]\n ? item[\"applicableFeatures\"]\n : item[\"applicableFeatures\"].map((p: any) => {\n return p;\n }),\n parentAssociationName: item[\"parentAssociationName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n };\n}\n\n/** Provisioning state of NetworkSecurityPerimeter configuration propagation */\nexport enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** InvalidResponse */\n InvalidResponse = \"InvalidResponse\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** SucceededWithIssues */\n SucceededWithIssues = \"SucceededWithIssues\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Provisioning state of NetworkSecurityPerimeter configuration propagation \\\n * {@link KnownNetworkSecurityPerimeterConfigurationProvisioningState} can be used interchangeably with NetworkSecurityPerimeterConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Creating** \\\n * **Updating** \\\n * **Accepted** \\\n * **InvalidResponse** \\\n * **Succeeded** \\\n * **SucceededWithIssues** \\\n * **Failed** \\\n * **Deleting** \\\n * **Deleted** \\\n * **Canceled**\n */\nexport type NetworkSecurityPerimeterConfigurationProvisioningState = string;\n\nexport function provisioningIssueArrayDeserializer(result: Array<ProvisioningIssue>): any[] {\n return result.map((item) => {\n return provisioningIssueDeserializer(item);\n });\n}\n\n/** Describes Provisioning issue for given NetworkSecurityPerimeterConfiguration */\nexport interface ProvisioningIssue {\n /** Name of the issue */\n name?: string;\n /** Properties of Provisioning Issue */\n readonly properties?: ProvisioningIssueProperties;\n}\n\nexport function provisioningIssueDeserializer(item: any): ProvisioningIssue {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : provisioningIssuePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of Provisioning Issue */\nexport interface ProvisioningIssueProperties {\n /** Type of Issue */\n issueType?: string;\n /** Description of the issue */\n description?: string;\n}\n\nexport function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties {\n return {\n issueType: item[\"issueType\"],\n description: item[\"description\"],\n };\n}\n\n/** NetworkSecurityPerimeter related information */\nexport interface NetworkSecurityPerimeter {\n /** Fully qualified identifier of the resource */\n id?: string;\n /** Guid of the resource */\n perimeterGuid?: string;\n /** Location of the resource */\n location?: string;\n}\n\nexport function networkSecurityPerimeterDeserializer(item: any): NetworkSecurityPerimeter {\n return {\n id: item[\"id\"],\n perimeterGuid: item[\"perimeterGuid\"],\n location: item[\"location\"],\n };\n}\n\n/** Information about resource association */\nexport interface NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation {\n /** Name of the resource association */\n name?: string;\n /** Access Mode of the resource association */\n accessMode?: ResourceAssociationAccessMode;\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesResourceAssociationDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation {\n return {\n name: item[\"name\"],\n accessMode: item[\"accessMode\"],\n };\n}\n\n/** Access Mode of the resource association */\nexport enum KnownResourceAssociationAccessMode {\n /** NoAssociationMode */\n NoAssociationMode = \"NoAssociationMode\",\n /** EnforcedMode */\n EnforcedMode = \"EnforcedMode\",\n /** LearningMode */\n LearningMode = \"LearningMode\",\n /** AuditMode */\n AuditMode = \"AuditMode\",\n /** UnspecifiedMode */\n UnspecifiedMode = \"UnspecifiedMode\",\n}\n\n/**\n * Access Mode of the resource association \\\n * {@link KnownResourceAssociationAccessMode} can be used interchangeably with ResourceAssociationAccessMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NoAssociationMode** \\\n * **EnforcedMode** \\\n * **LearningMode** \\\n * **AuditMode** \\\n * **UnspecifiedMode**\n */\nexport type ResourceAssociationAccessMode = string;\n\n/** Information about current network profile */\nexport interface NetworkSecurityPerimeterConfigurationPropertiesProfile {\n /** Name of the resource */\n name?: string;\n /** Current access rules version */\n accessRulesVersion?: string;\n /** List of Access Rules */\n accessRules?: NspAccessRule[];\n}\n\nexport function networkSecurityPerimeterConfigurationPropertiesProfileDeserializer(\n item: any,\n): NetworkSecurityPerimeterConfigurationPropertiesProfile {\n return {\n name: item[\"name\"],\n accessRulesVersion: item[\"accessRulesVersion\"],\n accessRules: !item[\"accessRules\"]\n ? item[\"accessRules\"]\n : nspAccessRuleArrayDeserializer(item[\"accessRules\"]),\n };\n}\n\nexport function nspAccessRuleArrayDeserializer(result: Array<NspAccessRule>): any[] {\n return result.map((item) => {\n return nspAccessRuleDeserializer(item);\n });\n}\n\n/** Information of Access Rule in Network Profile */\nexport interface NspAccessRule {\n /** Fully qualified identifier of the resource */\n id?: string;\n /** Name of the resource */\n name?: string;\n /** Type of the resource */\n type?: string;\n /** Properties of Access Rule */\n readonly properties?: NspAccessRuleProperties;\n}\n\nexport function nspAccessRuleDeserializer(item: any): NspAccessRule {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : nspAccessRulePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of Access Rule */\nexport interface NspAccessRuleProperties {\n /** Direction of Access Rule */\n direction?: NspAccessRuleDirection;\n /** Address prefixes in the CIDR format for inbound rules */\n addressPrefixes?: string[];\n /** Subscriptions for inbound rules */\n subscriptions?: NspAccessRulePropertiesSubscriptionsItem[];\n /** NetworkSecurityPerimeters for inbound rules */\n readonly networkSecurityPerimeters?: NetworkSecurityPerimeter[];\n /** FQDN for outbound rules */\n readonly fullyQualifiedDomainNames?: string[];\n}\n\nexport function nspAccessRulePropertiesDeserializer(item: any): NspAccessRuleProperties {\n return {\n direction: item[\"direction\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n subscriptions: !item[\"subscriptions\"]\n ? item[\"subscriptions\"]\n : nspAccessRulePropertiesSubscriptionsItemArrayDeserializer(item[\"subscriptions\"]),\n networkSecurityPerimeters: !item[\"networkSecurityPerimeters\"]\n ? item[\"networkSecurityPerimeters\"]\n : networkSecurityPerimeterArrayDeserializer(item[\"networkSecurityPerimeters\"]),\n fullyQualifiedDomainNames: !item[\"fullyQualifiedDomainNames\"]\n ? item[\"fullyQualifiedDomainNames\"]\n : item[\"fullyQualifiedDomainNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Direction of Access Rule */\nexport enum KnownNspAccessRuleDirection {\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\",\n}\n\n/**\n * Direction of Access Rule \\\n * {@link KnownNspAccessRuleDirection} can be used interchangeably with NspAccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound** \\\n * **Outbound**\n */\nexport type NspAccessRuleDirection = string;\n\nexport function nspAccessRulePropertiesSubscriptionsItemArrayDeserializer(\n result: Array<NspAccessRulePropertiesSubscriptionsItem>,\n): any[] {\n return result.map((item) => {\n return nspAccessRulePropertiesSubscriptionsItemDeserializer(item);\n });\n}\n\n/** Subscription for inbound rule */\nexport interface NspAccessRulePropertiesSubscriptionsItem {\n /** Fully qualified identifier of subscription */\n id?: string;\n}\n\nexport function nspAccessRulePropertiesSubscriptionsItemDeserializer(\n item: any,\n): NspAccessRulePropertiesSubscriptionsItem {\n return {\n id: item[\"id\"],\n };\n}\n\nexport function networkSecurityPerimeterArrayDeserializer(\n result: Array<NetworkSecurityPerimeter>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterDeserializer(item);\n });\n}\n\n/** Single item in List or Get Migration Config operation */\nexport interface MigrationConfigProperties extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** Provisioning state of Migration ConfigurationProvisioning state of Migration Configuration */\n readonly provisioningState?: string;\n /** Number of entities pending to be replicated. */\n readonly pendingReplicationOperationsCount?: number;\n /** Existing premium Namespace ARM Id name which has no entities, will be used for migration */\n targetNamespace?: string;\n /** Name to access Standard Namespace after migration */\n postMigrationName?: string;\n /** State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active */\n readonly migrationState?: string;\n}\n\nexport function migrationConfigPropertiesSerializer(item: MigrationConfigProperties): any {\n return {\n properties: areAllPropsUndefined(item, [\"targetNamespace\", \"postMigrationName\"])\n ? undefined\n : _migrationConfigPropertiesPropertiesSerializer(item),\n };\n}\n\nexport function migrationConfigPropertiesDeserializer(item: any): MigrationConfigProperties {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _migrationConfigPropertiesPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** Properties required to the Create Migration Configuration */\nexport interface MigrationConfigPropertiesProperties {\n /** Provisioning state of Migration ConfigurationProvisioning state of Migration Configuration */\n readonly provisioningState?: string;\n /** Number of entities pending to be replicated. */\n readonly pendingReplicationOperationsCount?: number;\n /** Existing premium Namespace ARM Id name which has no entities, will be used for migration */\n targetNamespace: string;\n /** Name to access Standard Namespace after migration */\n postMigrationName: string;\n /** State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active */\n readonly migrationState?: string;\n}\n\nexport function migrationConfigPropertiesPropertiesSerializer(\n item: MigrationConfigPropertiesProperties,\n): any {\n return { targetNamespace: item[\"targetNamespace\"], postMigrationName: item[\"postMigrationName\"] };\n}\n\nexport function migrationConfigPropertiesPropertiesDeserializer(\n item: any,\n): MigrationConfigPropertiesProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n pendingReplicationOperationsCount: item[\"pendingReplicationOperationsCount\"],\n targetNamespace: item[\"targetNamespace\"],\n postMigrationName: item[\"postMigrationName\"],\n migrationState: item[\"migrationState\"],\n };\n}\n\n/** Known values of {@link MigrationConfigurationName} that the service accepts. */\nexport enum KnownMigrationConfigurationName {\n /** $default */\n Default = \"$default\",\n}\n\n/** Type of MigrationConfigurationName */\nexport type MigrationConfigurationName = string;\n\n/** The response of a MigrationConfigProperties list operation. */\nexport interface _MigrationConfigListResult {\n /** The MigrationConfigProperties items on this page */\n value: MigrationConfigProperties[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _migrationConfigListResultDeserializer(item: any): _MigrationConfigListResult {\n return {\n value: migrationConfigPropertiesArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function migrationConfigPropertiesArraySerializer(\n result: Array<MigrationConfigProperties>,\n): any[] {\n return result.map((item) => {\n return migrationConfigPropertiesSerializer(item);\n });\n}\n\nexport function migrationConfigPropertiesArrayDeserializer(\n result: Array<MigrationConfigProperties>,\n): any[] {\n return result.map((item) => {\n return migrationConfigPropertiesDeserializer(item);\n });\n}\n\n/** Description of Rule Resource. */\nexport interface Rule extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */\n action?: Action;\n /** Filter type that is evaluated against a BrokeredMessage. */\n filterType?: FilterType;\n /** Properties of sqlFilter */\n sqlFilter?: SqlFilter;\n /** Properties of correlationFilter */\n correlationFilter?: CorrelationFilter;\n}\n\nexport function ruleSerializer(item: Rule): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"action\",\n \"filterType\",\n \"sqlFilter\",\n \"correlationFilter\",\n ])\n ? undefined\n : _rulePropertiesSerializer(item),\n };\n}\n\nexport function ruleDeserializer(item: any): Rule {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"] ? item[\"properties\"] : _rulePropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** Description of Rule Resource. */\nexport interface Ruleproperties {\n /** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */\n action?: Action;\n /** Filter type that is evaluated against a BrokeredMessage. */\n filterType?: FilterType;\n /** Properties of sqlFilter */\n sqlFilter?: SqlFilter;\n /** Properties of correlationFilter */\n correlationFilter?: CorrelationFilter;\n}\n\nexport function rulepropertiesSerializer(item: Ruleproperties): any {\n return {\n action: !item[\"action\"] ? item[\"action\"] : actionSerializer(item[\"action\"]),\n filterType: item[\"filterType\"],\n sqlFilter: !item[\"sqlFilter\"] ? item[\"sqlFilter\"] : sqlFilterSerializer(item[\"sqlFilter\"]),\n correlationFilter: !item[\"correlationFilter\"]\n ? item[\"correlationFilter\"]\n : correlationFilterSerializer(item[\"correlationFilter\"]),\n };\n}\n\nexport function rulepropertiesDeserializer(item: any): Ruleproperties {\n return {\n action: !item[\"action\"] ? item[\"action\"] : actionDeserializer(item[\"action\"]),\n filterType: item[\"filterType\"],\n sqlFilter: !item[\"sqlFilter\"] ? item[\"sqlFilter\"] : sqlFilterDeserializer(item[\"sqlFilter\"]),\n correlationFilter: !item[\"correlationFilter\"]\n ? item[\"correlationFilter\"]\n : correlationFilterDeserializer(item[\"correlationFilter\"]),\n };\n}\n\n/** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */\nexport interface Action {\n /** SQL expression. e.g. MyProperty='ABC' */\n sqlExpression?: string;\n /** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */\n compatibilityLevel?: number;\n /** Value that indicates whether the rule action requires preprocessing. */\n requiresPreprocessing?: boolean;\n}\n\nexport function actionSerializer(item: Action): any {\n return {\n sqlExpression: item[\"sqlExpression\"],\n compatibilityLevel: item[\"compatibilityLevel\"],\n requiresPreprocessing: item[\"requiresPreprocessing\"],\n };\n}\n\nexport function actionDeserializer(item: any): Action {\n return {\n sqlExpression: item[\"sqlExpression\"],\n compatibilityLevel: item[\"compatibilityLevel\"],\n requiresPreprocessing: item[\"requiresPreprocessing\"],\n };\n}\n\n/** Rule filter types */\nexport type FilterType = \"SqlFilter\" | \"CorrelationFilter\";\n\n/** Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline. */\nexport interface SqlFilter {\n /** The SQL expression. e.g. MyProperty='ABC' */\n sqlExpression?: string;\n /** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */\n compatibilityLevel?: number;\n /** Value that indicates whether the rule action requires preprocessing. */\n requiresPreprocessing?: boolean;\n}\n\nexport function sqlFilterSerializer(item: SqlFilter): any {\n return {\n sqlExpression: item[\"sqlExpression\"],\n compatibilityLevel: item[\"compatibilityLevel\"],\n requiresPreprocessing: item[\"requiresPreprocessing\"],\n };\n}\n\nexport function sqlFilterDeserializer(item: any): SqlFilter {\n return {\n sqlExpression: item[\"sqlExpression\"],\n compatibilityLevel: item[\"compatibilityLevel\"],\n requiresPreprocessing: item[\"requiresPreprocessing\"],\n };\n}\n\n/** Represents the correlation filter expression. */\nexport interface CorrelationFilter {\n /** dictionary object for custom filters */\n properties?: Record<string, string>;\n /** Identifier of the correlation. */\n correlationId?: string;\n /** Identifier of the message. */\n messageId?: string;\n /** Address to send to. */\n to?: string;\n /** Address of the queue to reply to. */\n replyTo?: string;\n /** Application specific label. */\n label?: string;\n /** Session identifier. */\n sessionId?: string;\n /** Session identifier to reply to. */\n replyToSessionId?: string;\n /** Content type of the message. */\n contentType?: string;\n /** Value that indicates whether the rule action requires preprocessing. */\n requiresPreprocessing?: boolean;\n}\n\nexport function correlationFilterSerializer(item: CorrelationFilter): any {\n return {\n properties: item[\"properties\"],\n correlationId: item[\"correlationId\"],\n messageId: item[\"messageId\"],\n to: item[\"to\"],\n replyTo: item[\"replyTo\"],\n label: item[\"label\"],\n sessionId: item[\"sessionId\"],\n replyToSessionId: item[\"replyToSessionId\"],\n contentType: item[\"contentType\"],\n requiresPreprocessing: item[\"requiresPreprocessing\"],\n };\n}\n\nexport function correlationFilterDeserializer(item: any): CorrelationFilter {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n correlationId: item[\"correlationId\"],\n messageId: item[\"messageId\"],\n to: item[\"to\"],\n replyTo: item[\"replyTo\"],\n label: item[\"label\"],\n sessionId: item[\"sessionId\"],\n replyToSessionId: item[\"replyToSessionId\"],\n contentType: item[\"contentType\"],\n requiresPreprocessing: item[\"requiresPreprocessing\"],\n };\n}\n\n/** The response of a Rule list operation. */\nexport interface _RuleListResult {\n /** The Rule items on this page */\n value: Rule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _ruleListResultDeserializer(item: any): _RuleListResult {\n return {\n value: ruleArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function ruleArraySerializer(result: Array<Rule>): any[] {\n return result.map((item) => {\n return ruleSerializer(item);\n });\n}\n\nexport function ruleArrayDeserializer(result: Array<Rule>): any[] {\n return result.map((item) => {\n return ruleDeserializer(item);\n });\n}\n\n/** Description of a namespace resource. */\nexport interface SBNamespace extends TrackedResource {\n /** Properties of SKU */\n sku?: SBSku;\n /** Properties of BYOK Identity description */\n identity?: Identity;\n /** The minimum TLS version for the cluster to support, e.g. '1.2' */\n minimumTlsVersion?: TlsVersion;\n /** Provisioning state of the namespace. */\n readonly provisioningState?: string;\n /** Status of the namespace. */\n readonly status?: string;\n /** The time the namespace was created */\n readonly createdAt?: Date;\n /** The time the namespace was updated. */\n readonly updatedAt?: Date;\n /** Endpoint you can use to perform Service Bus operations. */\n readonly serviceBusEndpoint?: string;\n /** Identifier for Azure Insights metrics */\n readonly metricId?: string;\n /** Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones. */\n zoneRedundant?: boolean;\n /** Properties of BYOK Encryption description */\n encryption?: Encryption;\n /** List of private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** This property disables SAS authentication for the Service Bus namespace. */\n disableLocalAuth?: boolean;\n /** Alternate name for namespace */\n alternateName?: string;\n /** This determines if traffic is allowed over public network. By default it is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** 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 */\n premiumMessagingPartitions?: number;\n platformCapabilities?: PlatformCapabilities;\n /** Geo Data Replication settings for the namespace */\n geoDataReplication?: GeoDataReplicationProperties;\n /** Value that indicates whether IPv6 is enabled for public network access. */\n ipV6Enabled?: boolean;\n}\n\nexport function sbNamespaceSerializer(item: SBNamespace): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"minimumTlsVersion\",\n \"zoneRedundant\",\n \"encryption\",\n \"privateEndpointConnections\",\n \"disableLocalAuth\",\n \"alternateName\",\n \"publicNetworkAccess\",\n \"premiumMessagingPartitions\",\n \"platformCapabilities\",\n \"geoDataReplication\",\n \"ipV6Enabled\",\n ])\n ? undefined\n : _sbNamespacePropertiesSerializer(item),\n sku: !item[\"sku\"] ? item[\"sku\"] : sbSkuSerializer(item[\"sku\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n };\n}\n\nexport function sbNamespaceDeserializer(item: any): SBNamespace {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sbNamespacePropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : sbSkuDeserializer(item[\"sku\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of the namespace. */\nexport interface SBNamespaceProperties {\n /** The minimum TLS version for the cluster to support, e.g. '1.2' */\n minimumTlsVersion?: TlsVersion;\n /** Provisioning state of the namespace. */\n readonly provisioningState?: string;\n /** Status of the namespace. */\n readonly status?: string;\n /** The time the namespace was created */\n readonly createdAt?: Date;\n /** The time the namespace was updated. */\n readonly updatedAt?: Date;\n /** Endpoint you can use to perform Service Bus operations. */\n readonly serviceBusEndpoint?: string;\n /** Identifier for Azure Insights metrics */\n readonly metricId?: string;\n /** Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones. */\n zoneRedundant?: boolean;\n /** Properties of BYOK Encryption description */\n encryption?: Encryption;\n /** List of private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** This property disables SAS authentication for the Service Bus namespace. */\n disableLocalAuth?: boolean;\n /** Alternate name for namespace */\n alternateName?: string;\n /** This determines if traffic is allowed over public network. By default it is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** 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 */\n premiumMessagingPartitions?: number;\n platformCapabilities?: PlatformCapabilities;\n /** Geo Data Replication settings for the namespace */\n geoDataReplication?: GeoDataReplicationProperties;\n /** Value that indicates whether IPv6 is enabled for public network access. */\n ipV6Enabled?: boolean;\n}\n\nexport function sbNamespacePropertiesSerializer(item: SBNamespaceProperties): any {\n return {\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n zoneRedundant: item[\"zoneRedundant\"],\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArraySerializer(item[\"privateEndpointConnections\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n alternateName: item[\"alternateName\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n premiumMessagingPartitions: item[\"premiumMessagingPartitions\"],\n platformCapabilities: !item[\"platformCapabilities\"]\n ? item[\"platformCapabilities\"]\n : platformCapabilitiesSerializer(item[\"platformCapabilities\"]),\n geoDataReplication: !item[\"geoDataReplication\"]\n ? item[\"geoDataReplication\"]\n : geoDataReplicationPropertiesSerializer(item[\"geoDataReplication\"]),\n ipV6Enabled: item[\"ipV6Enabled\"],\n };\n}\n\nexport function sbNamespacePropertiesDeserializer(item: any): SBNamespaceProperties {\n return {\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n updatedAt: !item[\"updatedAt\"] ? item[\"updatedAt\"] : new Date(item[\"updatedAt\"]),\n serviceBusEndpoint: item[\"serviceBusEndpoint\"],\n metricId: item[\"metricId\"],\n zoneRedundant: item[\"zoneRedundant\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n alternateName: item[\"alternateName\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n premiumMessagingPartitions: item[\"premiumMessagingPartitions\"],\n platformCapabilities: !item[\"platformCapabilities\"]\n ? item[\"platformCapabilities\"]\n : platformCapabilitiesDeserializer(item[\"platformCapabilities\"]),\n geoDataReplication: !item[\"geoDataReplication\"]\n ? item[\"geoDataReplication\"]\n : geoDataReplicationPropertiesDeserializer(item[\"geoDataReplication\"]),\n ipV6Enabled: item[\"ipV6Enabled\"],\n };\n}\n\n/** The minimum TLS version for the cluster to support, e.g. '1.3' */\nexport enum KnownTlsVersion {\n /** 1.0 */\n TlsVersion10 = \"1.0\",\n /** 1.1 */\n TlsVersion11 = \"1.1\",\n /** 1.2 */\n TlsVersion12 = \"1.2\",\n /** 1.3 */\n TlsVersion13 = \"1.3\",\n}\n\n/**\n * The minimum TLS version for the cluster to support, e.g. '1.3' \\\n * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.1** \\\n * **1.2** \\\n * **1.3**\n */\nexport type TlsVersion = string;\n\n/** Properties to configure Encryption */\nexport interface Encryption {\n /** Properties of KeyVault */\n keyVaultProperties?: KeyVaultProperties[];\n /** Enumerates the possible value of keySource for Encryption */\n keySource?: \"Microsoft.KeyVault\";\n /** Enable Infrastructure Encryption (Double Encryption) */\n requireInfrastructureEncryption?: boolean;\n}\n\nexport function encryptionSerializer(item: Encryption): any {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesArraySerializer(item[\"keyVaultProperties\"]),\n keySource: item[\"keySource\"],\n requireInfrastructureEncryption: item[\"requireInfrastructureEncryption\"],\n };\n}\n\nexport function encryptionDeserializer(item: any): Encryption {\n return {\n keyVaultProperties: !item[\"keyVaultProperties\"]\n ? item[\"keyVaultProperties\"]\n : keyVaultPropertiesArrayDeserializer(item[\"keyVaultProperties\"]),\n keySource: item[\"keySource\"],\n requireInfrastructureEncryption: item[\"requireInfrastructureEncryption\"],\n };\n}\n\nexport function keyVaultPropertiesArraySerializer(result: Array<KeyVaultProperties>): any[] {\n return result.map((item) => {\n return keyVaultPropertiesSerializer(item);\n });\n}\n\nexport function keyVaultPropertiesArrayDeserializer(result: Array<KeyVaultProperties>): any[] {\n return result.map((item) => {\n return keyVaultPropertiesDeserializer(item);\n });\n}\n\n/** Properties to configure keyVault Properties */\nexport interface KeyVaultProperties {\n /** Name of the Key from KeyVault */\n keyName?: string;\n /** Uri of KeyVault */\n keyVaultUri?: string;\n /** Version of KeyVault */\n keyVersion?: string;\n identity?: UserAssignedIdentityProperties;\n}\n\nexport function keyVaultPropertiesSerializer(item: KeyVaultProperties): any {\n return {\n keyName: item[\"keyName\"],\n keyVaultUri: item[\"keyVaultUri\"],\n keyVersion: item[\"keyVersion\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : userAssignedIdentityPropertiesSerializer(item[\"identity\"]),\n };\n}\n\nexport function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties {\n return {\n keyName: item[\"keyName\"],\n keyVaultUri: item[\"keyVaultUri\"],\n keyVersion: item[\"keyVersion\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : userAssignedIdentityPropertiesDeserializer(item[\"identity\"]),\n };\n}\n\n/** model interface UserAssignedIdentityProperties */\nexport interface UserAssignedIdentityProperties {\n /** ARM ID of user Identity selected for encryption */\n userAssignedIdentity?: string;\n}\n\nexport function userAssignedIdentityPropertiesSerializer(\n item: UserAssignedIdentityProperties,\n): any {\n return { userAssignedIdentity: item[\"userAssignedIdentity\"] };\n}\n\nexport function userAssignedIdentityPropertiesDeserializer(\n item: any,\n): UserAssignedIdentityProperties {\n return {\n userAssignedIdentity: item[\"userAssignedIdentity\"],\n };\n}\n\n/** This determines if traffic is allowed over public network. By default it is enabled. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** SecuredByPerimeter */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * This determines if traffic is allowed over public network. By default it is enabled. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled** \\\n * **SecuredByPerimeter**\n */\nexport type PublicNetworkAccess = string;\n\n/** model interface PlatformCapabilities */\nexport interface PlatformCapabilities {\n confidentialCompute?: ConfidentialCompute;\n}\n\nexport function platformCapabilitiesSerializer(item: PlatformCapabilities): any {\n return {\n confidentialCompute: !item[\"confidentialCompute\"]\n ? item[\"confidentialCompute\"]\n : confidentialComputeSerializer(item[\"confidentialCompute\"]),\n };\n}\n\nexport function platformCapabilitiesDeserializer(item: any): PlatformCapabilities {\n return {\n confidentialCompute: !item[\"confidentialCompute\"]\n ? item[\"confidentialCompute\"]\n : confidentialComputeDeserializer(item[\"confidentialCompute\"]),\n };\n}\n\n/** model interface ConfidentialCompute */\nexport interface ConfidentialCompute {\n /** Setting to Enable or Disable Confidential Compute */\n mode?: Mode;\n}\n\nexport function confidentialComputeSerializer(item: ConfidentialCompute): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function confidentialComputeDeserializer(item: any): ConfidentialCompute {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Setting to Enable or Disable Confidential Compute */\nexport enum KnownMode {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Setting to Enable or Disable Confidential Compute \\\n * {@link KnownMode} can be used interchangeably with Mode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type Mode = string;\n\n/** GeoDR Replication properties */\nexport interface GeoDataReplicationProperties {\n /** The maximum acceptable lag for data replication operations from the primary replica to a quorum of secondary replicas. When the lag exceeds the configured amount, operations on the primary replica will be failed. The allowed values are 0 and 5 minutes to 1 day. */\n maxReplicationLagDurationInSeconds?: number;\n /** A list of regions where replicas of the namespace are maintained. */\n locations?: NamespaceReplicaLocation[];\n}\n\nexport function geoDataReplicationPropertiesSerializer(item: GeoDataReplicationProperties): any {\n return {\n maxReplicationLagDurationInSeconds: item[\"maxReplicationLagDurationInSeconds\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : namespaceReplicaLocationArraySerializer(item[\"locations\"]),\n };\n}\n\nexport function geoDataReplicationPropertiesDeserializer(item: any): GeoDataReplicationProperties {\n return {\n maxReplicationLagDurationInSeconds: item[\"maxReplicationLagDurationInSeconds\"],\n locations: !item[\"locations\"]\n ? item[\"locations\"]\n : namespaceReplicaLocationArrayDeserializer(item[\"locations\"]),\n };\n}\n\nexport function namespaceReplicaLocationArraySerializer(\n result: Array<NamespaceReplicaLocation>,\n): any[] {\n return result.map((item) => {\n return namespaceReplicaLocationSerializer(item);\n });\n}\n\nexport function namespaceReplicaLocationArrayDeserializer(\n result: Array<NamespaceReplicaLocation>,\n): any[] {\n return result.map((item) => {\n return namespaceReplicaLocationDeserializer(item);\n });\n}\n\n/** Namespace replication properties */\nexport interface NamespaceReplicaLocation {\n /** Azure regions where a replica of the namespace is maintained */\n locationName?: string;\n /** GeoDR Role Types */\n roleType?: GeoDRRoleType;\n /** Optional property that denotes the ARM ID of the Cluster. This is required, if a namespace replica should be placed in a Dedicated Event Hub Cluster */\n clusterArmId?: string;\n}\n\nexport function namespaceReplicaLocationSerializer(item: NamespaceReplicaLocation): any {\n return {\n locationName: item[\"locationName\"],\n roleType: item[\"roleType\"],\n clusterArmId: item[\"clusterArmId\"],\n };\n}\n\nexport function namespaceReplicaLocationDeserializer(item: any): NamespaceReplicaLocation {\n return {\n locationName: item[\"locationName\"],\n roleType: item[\"roleType\"],\n clusterArmId: item[\"clusterArmId\"],\n };\n}\n\n/** GeoDR Role Types */\nexport enum KnownGeoDRRoleType {\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\",\n}\n\n/**\n * GeoDR Role Types \\\n * {@link KnownGeoDRRoleType} can be used interchangeably with GeoDRRoleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Secondary**\n */\nexport type GeoDRRoleType = string;\n\n/** SKU of the namespace. */\nexport interface SBSku {\n /** Name of this SKU. */\n name: SkuName;\n /** The billing tier of this particular SKU. */\n tier?: SkuTier;\n /** 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 */\n capacity?: number;\n}\n\nexport function sbSkuSerializer(item: SBSku): any {\n return { name: item[\"name\"], tier: item[\"tier\"], capacity: item[\"capacity\"] };\n}\n\nexport function sbSkuDeserializer(item: any): SBSku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n capacity: item[\"capacity\"],\n };\n}\n\n/** Name of this SKU. */\nexport type SkuName = \"Basic\" | \"Standard\" | \"Premium\";\n/** The billing tier of this particular SKU. */\nexport type SkuTier = \"Basic\" | \"Standard\" | \"Premium\";\n\n/** Properties to configure User Assigned Identities for Bring your Own Keys */\nexport interface Identity {\n /** ObjectId from the KeyVault */\n readonly principalId?: string;\n /** TenantId from the KeyVault */\n readonly tenantId?: string;\n /** Type of managed service identity. */\n type?: ManagedServiceIdentityType;\n /** Properties for User Assigned Identities */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function identitySerializer(item: Identity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function identityDeserializer(item: any): Identity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** Type of managed service identity. */\nexport type ManagedServiceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** Recognized Dictionary value. */\nexport interface UserAssignedIdentity {\n /** Principal Id of user assigned identity */\n readonly principalId?: string;\n /** Client Id of user assigned identity */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Description of a namespace resource. */\nexport interface SBNamespaceUpdateParameters extends ResourceNamespacePatch {\n /** Properties of SKU */\n sku?: SBSku;\n /** Properties of BYOK Identity description */\n identity?: Identity;\n /** Provisioning state of the namespace. */\n readonly provisioningState?: string;\n /** Status of the namespace. */\n readonly status?: string;\n /** The time the namespace was created */\n readonly createdAt?: Date;\n /** The time the namespace was updated. */\n readonly updatedAt?: Date;\n /** Endpoint you can use to perform Service Bus operations. */\n readonly serviceBusEndpoint?: string;\n /** Identifier for Azure Insights metrics */\n readonly metricId?: string;\n /** Properties of BYOK Encryption description */\n encryption?: Encryption;\n /** List of private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** This property disables SAS authentication for the Service Bus namespace. */\n disableLocalAuth?: boolean;\n /** Alternate name for namespace */\n alternateName?: string;\n}\n\nexport function sbNamespaceUpdateParametersSerializer(item: SBNamespaceUpdateParameters): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : sbSkuSerializer(item[\"sku\"]),\n properties: areAllPropsUndefined(item, [\n \"encryption\",\n \"privateEndpointConnections\",\n \"disableLocalAuth\",\n \"alternateName\",\n ])\n ? undefined\n : _sbNamespaceUpdateParametersPropertiesSerializer(item),\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n };\n}\n\n/** Properties of the namespace. */\nexport interface SBNamespaceUpdateProperties {\n /** Provisioning state of the namespace. */\n readonly provisioningState?: string;\n /** Status of the namespace. */\n readonly status?: string;\n /** The time the namespace was created */\n readonly createdAt?: Date;\n /** The time the namespace was updated. */\n readonly updatedAt?: Date;\n /** Endpoint you can use to perform Service Bus operations. */\n readonly serviceBusEndpoint?: string;\n /** Identifier for Azure Insights metrics */\n readonly metricId?: string;\n /** Properties of BYOK Encryption description */\n encryption?: Encryption;\n /** List of private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** This property disables SAS authentication for the Service Bus namespace. */\n disableLocalAuth?: boolean;\n /** Alternate name for namespace */\n alternateName?: string;\n}\n\nexport function sbNamespaceUpdatePropertiesSerializer(item: SBNamespaceUpdateProperties): any {\n return {\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArraySerializer(item[\"privateEndpointConnections\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n alternateName: item[\"alternateName\"],\n };\n}\n\n/** The Resource definition. */\nexport interface ResourceNamespacePatch extends Resource {\n /** Resource location */\n location?: string;\n /** Resource tags */\n tags?: Record<string, string>;\n}\n\nexport function resourceNamespacePatchSerializer(item: ResourceNamespacePatch): any {\n return { location: item[\"location\"], tags: item[\"tags\"] };\n}\n\n/** The response of a SBNamespace list operation. */\nexport interface _SBNamespaceListResult {\n /** The SBNamespace items on this page */\n value: SBNamespace[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sbNamespaceListResultDeserializer(item: any): _SBNamespaceListResult {\n return {\n value: sbNamespaceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sbNamespaceArraySerializer(result: Array<SBNamespace>): any[] {\n return result.map((item) => {\n return sbNamespaceSerializer(item);\n });\n}\n\nexport function sbNamespaceArrayDeserializer(result: Array<SBNamespace>): any[] {\n return result.map((item) => {\n return sbNamespaceDeserializer(item);\n });\n}\n\n/** model interface FailOver */\nexport interface FailOver {\n /** Query parameter for the new primary location after failover. */\n primaryLocation?: string;\n /** If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss. */\n force?: boolean;\n}\n\nexport function failOverSerializer(item: FailOver): any {\n return {\n properties: areAllPropsUndefined(item, [\"primaryLocation\", \"force\"])\n ? undefined\n : _failOverPropertiesSerializer(item),\n };\n}\n\nexport function failOverDeserializer(item: any): FailOver {\n return {\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _failOverPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** model interface FailOverProperties */\nexport interface FailOverProperties {\n /** Query parameter for the new primary location after failover. */\n primaryLocation?: string;\n /** If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss. */\n force?: boolean;\n}\n\nexport function failOverPropertiesSerializer(item: FailOverProperties): any {\n return { primaryLocation: item[\"primaryLocation\"], force: item[\"force\"] };\n}\n\nexport function failOverPropertiesDeserializer(item: any): FailOverProperties {\n return {\n primaryLocation: item[\"primaryLocation\"],\n force: item[\"force\"],\n };\n}\n\n/** Description of NetworkRuleSet resource. */\nexport interface NetworkRuleSet extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** Value that indicates whether Trusted Service Access is Enabled or not. */\n trustedServiceAccessEnabled?: boolean;\n /** Default Action for Network Rule Set */\n defaultAction?: DefaultAction;\n /** List VirtualNetwork Rules */\n virtualNetworkRules?: NWRuleSetVirtualNetworkRules[];\n /** List of IpRules */\n ipRules?: NWRuleSetIpRules[];\n /** This determines if traffic is allowed over public network. By default it is enabled. */\n publicNetworkAccess?: PublicNetworkAccessFlag;\n}\n\nexport function networkRuleSetSerializer(item: NetworkRuleSet): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"trustedServiceAccessEnabled\",\n \"defaultAction\",\n \"virtualNetworkRules\",\n \"ipRules\",\n \"publicNetworkAccess\",\n ])\n ? undefined\n : _networkRuleSetPropertiesSerializer(item),\n };\n}\n\nexport function networkRuleSetDeserializer(item: any): NetworkRuleSet {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _networkRuleSetPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** NetworkRuleSet properties */\nexport interface NetworkRuleSetProperties {\n /** Value that indicates whether Trusted Service Access is Enabled or not. */\n trustedServiceAccessEnabled?: boolean;\n /** Default Action for Network Rule Set */\n defaultAction?: DefaultAction;\n /** List VirtualNetwork Rules */\n virtualNetworkRules?: NWRuleSetVirtualNetworkRules[];\n /** List of IpRules */\n ipRules?: NWRuleSetIpRules[];\n /** This determines if traffic is allowed over public network. By default it is enabled. */\n publicNetworkAccess?: PublicNetworkAccessFlag;\n}\n\nexport function networkRuleSetPropertiesSerializer(item: NetworkRuleSetProperties): any {\n return {\n trustedServiceAccessEnabled: item[\"trustedServiceAccessEnabled\"],\n defaultAction: item[\"defaultAction\"],\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : nwRuleSetVirtualNetworkRulesArraySerializer(item[\"virtualNetworkRules\"]),\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : nwRuleSetIpRulesArraySerializer(item[\"ipRules\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\nexport function networkRuleSetPropertiesDeserializer(item: any): NetworkRuleSetProperties {\n return {\n trustedServiceAccessEnabled: item[\"trustedServiceAccessEnabled\"],\n defaultAction: item[\"defaultAction\"],\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : nwRuleSetVirtualNetworkRulesArrayDeserializer(item[\"virtualNetworkRules\"]),\n ipRules: !item[\"ipRules\"]\n ? item[\"ipRules\"]\n : nwRuleSetIpRulesArrayDeserializer(item[\"ipRules\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\n/** Default Action for Network Rule Set */\nexport enum KnownDefaultAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Default Action for Network Rule Set \\\n * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type DefaultAction = string;\n\nexport function nwRuleSetVirtualNetworkRulesArraySerializer(\n result: Array<NWRuleSetVirtualNetworkRules>,\n): any[] {\n return result.map((item) => {\n return nwRuleSetVirtualNetworkRulesSerializer(item);\n });\n}\n\nexport function nwRuleSetVirtualNetworkRulesArrayDeserializer(\n result: Array<NWRuleSetVirtualNetworkRules>,\n): any[] {\n return result.map((item) => {\n return nwRuleSetVirtualNetworkRulesDeserializer(item);\n });\n}\n\n/** Description of VirtualNetworkRules - NetworkRules resource. */\nexport interface NWRuleSetVirtualNetworkRules {\n /** Subnet properties */\n subnet?: Subnet;\n /** Value that indicates whether to ignore missing VNet Service Endpoint */\n ignoreMissingVnetServiceEndpoint?: boolean;\n}\n\nexport function nwRuleSetVirtualNetworkRulesSerializer(item: NWRuleSetVirtualNetworkRules): any {\n return {\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : subnetSerializer(item[\"subnet\"]),\n ignoreMissingVnetServiceEndpoint: item[\"ignoreMissingVnetServiceEndpoint\"],\n };\n}\n\nexport function nwRuleSetVirtualNetworkRulesDeserializer(item: any): NWRuleSetVirtualNetworkRules {\n return {\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : subnetDeserializer(item[\"subnet\"]),\n ignoreMissingVnetServiceEndpoint: item[\"ignoreMissingVnetServiceEndpoint\"],\n };\n}\n\n/** Properties supplied for Subnet */\nexport interface Subnet {\n /** Resource ID of Virtual Network Subnet */\n id: string;\n}\n\nexport function subnetSerializer(item: Subnet): any {\n return { id: item[\"id\"] };\n}\n\nexport function subnetDeserializer(item: any): Subnet {\n return {\n id: item[\"id\"],\n };\n}\n\nexport function nwRuleSetIpRulesArraySerializer(result: Array<NWRuleSetIpRules>): any[] {\n return result.map((item) => {\n return nwRuleSetIpRulesSerializer(item);\n });\n}\n\nexport function nwRuleSetIpRulesArrayDeserializer(result: Array<NWRuleSetIpRules>): any[] {\n return result.map((item) => {\n return nwRuleSetIpRulesDeserializer(item);\n });\n}\n\n/** Description of NetWorkRuleSet - IpRules resource. */\nexport interface NWRuleSetIpRules {\n /** IP Mask */\n ipMask?: string;\n /** The IP Filter Action */\n action?: NetworkRuleIPAction;\n}\n\nexport function nwRuleSetIpRulesSerializer(item: NWRuleSetIpRules): any {\n return { ipMask: item[\"ipMask\"], action: item[\"action\"] };\n}\n\nexport function nwRuleSetIpRulesDeserializer(item: any): NWRuleSetIpRules {\n return {\n ipMask: item[\"ipMask\"],\n action: item[\"action\"],\n };\n}\n\n/** The IP Filter Action */\nexport enum KnownNetworkRuleIPAction {\n /** Allow */\n Allow = \"Allow\",\n}\n\n/**\n * The IP Filter Action \\\n * {@link KnownNetworkRuleIPAction} can be used interchangeably with NetworkRuleIPAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow**\n */\nexport type NetworkRuleIPAction = string;\n\n/** This determines if traffic is allowed over public network. By default it is enabled. */\nexport enum KnownPublicNetworkAccessFlag {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * This determines if traffic is allowed over public network. By default it is enabled. \\\n * {@link KnownPublicNetworkAccessFlag} can be used interchangeably with PublicNetworkAccessFlag,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccessFlag = string;\n\n/** The response of a NetworkRuleSet list operation. */\nexport interface _NetworkRuleSetListResult {\n /** The NetworkRuleSet items on this page */\n value: NetworkRuleSet[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _networkRuleSetListResultDeserializer(item: any): _NetworkRuleSetListResult {\n return {\n value: networkRuleSetArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function networkRuleSetArraySerializer(result: Array<NetworkRuleSet>): any[] {\n return result.map((item) => {\n return networkRuleSetSerializer(item);\n });\n}\n\nexport function networkRuleSetArrayDeserializer(result: Array<NetworkRuleSet>): any[] {\n return result.map((item) => {\n return networkRuleSetDeserializer(item);\n });\n}\n\n/** The response of a PrivateLinkResource list operation. */\nexport interface PrivateLinkResourcesListResult {\n /** The PrivateLinkResource items on this page */\n value: PrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function privateLinkResourcesListResultDeserializer(\n item: any,\n): PrivateLinkResourcesListResult {\n return {\n value: privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** Information of the private link resource. */\nexport interface PrivateLinkResource {\n /** Fully qualified identifier of the resource. */\n id?: string;\n /** Name of the resource */\n name?: string;\n /** Type of the resource */\n type?: string;\n groupId?: string;\n /** Required Members */\n requiredMembers?: string[];\n /** Required Zone Names */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n };\n}\n\n/** Properties of PrivateLinkResource */\nexport interface PrivateLinkResourceProperties {\n groupId?: string;\n /** Required Members */\n requiredMembers?: string[];\n /** Required Zone Names */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Result of the List NetworkSecurityPerimeterConfiguration operation. */\nexport interface _NetworkSecurityPerimeterConfigurationList {\n /** The NetworkSecurityPerimeterConfiguration items on this page */\n value: NetworkSecurityPerimeterConfiguration[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _networkSecurityPerimeterConfigurationListDeserializer(\n item: any,\n): _NetworkSecurityPerimeterConfigurationList {\n return {\n value: networkSecurityPerimeterConfigurationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function networkSecurityPerimeterConfigurationArrayDeserializer(\n result: Array<NetworkSecurityPerimeterConfiguration>,\n): any[] {\n return result.map((item) => {\n return networkSecurityPerimeterConfigurationDeserializer(item);\n });\n}\n\n/** Description of subscription resource. */\nexport interface SBSubscription extends ProxyResource {\n /** The geo-location where the resource lives */\n readonly location?: string;\n /** Number of messages. */\n readonly messageCount?: number;\n /** Exact time the message was created. */\n readonly createdAt?: Date;\n /** Last time there was a receive request to this subscription. */\n readonly accessedAt?: Date;\n /** The exact time the message was updated. */\n readonly updatedAt?: Date;\n /** Message count details */\n readonly countDetails?: MessageCountDetails;\n /** ISO 8061 lock duration timespan for the subscription. The default value is 1 minute. */\n lockDuration?: string;\n /** Value indicating if a subscription supports the concept of sessions. */\n requiresSession?: boolean;\n /** 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. */\n defaultMessageTimeToLive?: string;\n /** Value that indicates whether a subscription has dead letter support on filter evaluation exceptions. */\n deadLetteringOnFilterEvaluationExceptions?: boolean;\n /** Value that indicates whether a subscription has dead letter support when a message expires. */\n deadLetteringOnMessageExpiration?: boolean;\n /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** Number of maximum deliveries. */\n maxDeliveryCount?: number;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** ISO 8061 timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** Queue/Topic name to forward the messages */\n forwardTo?: string;\n /** Queue/Topic name to forward the Dead Letter message */\n forwardDeadLetteredMessagesTo?: string;\n /** Value that indicates whether the subscription has an affinity to the client id. */\n isClientAffine?: boolean;\n /** Gets and Sets Metadata of User. */\n userMetadata?: string;\n /** Properties specific to client affine subscriptions. */\n clientAffineProperties?: SBClientAffineProperties;\n}\n\nexport function sbSubscriptionSerializer(item: SBSubscription): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"lockDuration\",\n \"requiresSession\",\n \"defaultMessageTimeToLive\",\n \"deadLetteringOnFilterEvaluationExceptions\",\n \"deadLetteringOnMessageExpiration\",\n \"duplicateDetectionHistoryTimeWindow\",\n \"maxDeliveryCount\",\n \"status\",\n \"enableBatchedOperations\",\n \"autoDeleteOnIdle\",\n \"forwardTo\",\n \"forwardDeadLetteredMessagesTo\",\n \"isClientAffine\",\n \"userMetadata\",\n \"clientAffineProperties\",\n ])\n ? undefined\n : _sbSubscriptionPropertiesSerializer(item),\n };\n}\n\nexport function sbSubscriptionDeserializer(item: any): SBSubscription {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sbSubscriptionPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n };\n}\n\n/** Description of Subscription Resource. */\nexport interface SBSubscriptionProperties {\n /** Number of messages. */\n readonly messageCount?: number;\n /** Exact time the message was created. */\n readonly createdAt?: Date;\n /** Last time there was a receive request to this subscription. */\n readonly accessedAt?: Date;\n /** The exact time the message was updated. */\n readonly updatedAt?: Date;\n /** Message count details */\n readonly countDetails?: MessageCountDetails;\n /** ISO 8061 lock duration timespan for the subscription. The default value is 1 minute. */\n lockDuration?: string;\n /** Value indicating if a subscription supports the concept of sessions. */\n requiresSession?: boolean;\n /** 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. */\n defaultMessageTimeToLive?: string;\n /** Value that indicates whether a subscription has dead letter support on filter evaluation exceptions. */\n deadLetteringOnFilterEvaluationExceptions?: boolean;\n /** Value that indicates whether a subscription has dead letter support when a message expires. */\n deadLetteringOnMessageExpiration?: boolean;\n /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** Number of maximum deliveries. */\n maxDeliveryCount?: number;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** ISO 8061 timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** Queue/Topic name to forward the messages */\n forwardTo?: string;\n /** Queue/Topic name to forward the Dead Letter message */\n forwardDeadLetteredMessagesTo?: string;\n /** Value that indicates whether the subscription has an affinity to the client id. */\n isClientAffine?: boolean;\n /** Gets and Sets Metadata of User. */\n userMetadata?: string;\n /** Properties specific to client affine subscriptions. */\n clientAffineProperties?: SBClientAffineProperties;\n}\n\nexport function sbSubscriptionPropertiesSerializer(item: SBSubscriptionProperties): any {\n return {\n lockDuration: item[\"lockDuration\"],\n requiresSession: item[\"requiresSession\"],\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n deadLetteringOnFilterEvaluationExceptions: item[\"deadLetteringOnFilterEvaluationExceptions\"],\n deadLetteringOnMessageExpiration: item[\"deadLetteringOnMessageExpiration\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n maxDeliveryCount: item[\"maxDeliveryCount\"],\n status: item[\"status\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n forwardTo: item[\"forwardTo\"],\n forwardDeadLetteredMessagesTo: item[\"forwardDeadLetteredMessagesTo\"],\n isClientAffine: item[\"isClientAffine\"],\n userMetadata: item[\"userMetadata\"],\n clientAffineProperties: !item[\"clientAffineProperties\"]\n ? item[\"clientAffineProperties\"]\n : sbClientAffinePropertiesSerializer(item[\"clientAffineProperties\"]),\n };\n}\n\nexport function sbSubscriptionPropertiesDeserializer(item: any): SBSubscriptionProperties {\n return {\n messageCount: item[\"messageCount\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n accessedAt: !item[\"accessedAt\"] ? item[\"accessedAt\"] : new Date(item[\"accessedAt\"]),\n updatedAt: !item[\"updatedAt\"] ? item[\"updatedAt\"] : new Date(item[\"updatedAt\"]),\n countDetails: !item[\"countDetails\"]\n ? item[\"countDetails\"]\n : messageCountDetailsDeserializer(item[\"countDetails\"]),\n lockDuration: item[\"lockDuration\"],\n requiresSession: item[\"requiresSession\"],\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n deadLetteringOnFilterEvaluationExceptions: item[\"deadLetteringOnFilterEvaluationExceptions\"],\n deadLetteringOnMessageExpiration: item[\"deadLetteringOnMessageExpiration\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n maxDeliveryCount: item[\"maxDeliveryCount\"],\n status: item[\"status\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n forwardTo: item[\"forwardTo\"],\n forwardDeadLetteredMessagesTo: item[\"forwardDeadLetteredMessagesTo\"],\n isClientAffine: item[\"isClientAffine\"],\n userMetadata: item[\"userMetadata\"],\n clientAffineProperties: !item[\"clientAffineProperties\"]\n ? item[\"clientAffineProperties\"]\n : sbClientAffinePropertiesDeserializer(item[\"clientAffineProperties\"]),\n };\n}\n\n/** Properties specific to client affine subscriptions. */\nexport interface SBClientAffineProperties {\n /** Indicates the Client ID of the application that created the client-affine subscription. */\n clientId?: string;\n /** For client-affine subscriptions, this value indicates whether the subscription is durable or not. */\n isDurable?: boolean;\n /** For client-affine subscriptions, this value indicates whether the subscription is shared or not. */\n isShared?: boolean;\n}\n\nexport function sbClientAffinePropertiesSerializer(item: SBClientAffineProperties): any {\n return { clientId: item[\"clientId\"], isDurable: item[\"isDurable\"], isShared: item[\"isShared\"] };\n}\n\nexport function sbClientAffinePropertiesDeserializer(item: any): SBClientAffineProperties {\n return {\n clientId: item[\"clientId\"],\n isDurable: item[\"isDurable\"],\n isShared: item[\"isShared\"],\n };\n}\n\n/** The response of a SBSubscription list operation. */\nexport interface _SBSubscriptionListResult {\n /** The SBSubscription items on this page */\n value: SBSubscription[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sbSubscriptionListResultDeserializer(item: any): _SBSubscriptionListResult {\n return {\n value: sbSubscriptionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sbSubscriptionArraySerializer(result: Array<SBSubscription>): any[] {\n return result.map((item) => {\n return sbSubscriptionSerializer(item);\n });\n}\n\nexport function sbSubscriptionArrayDeserializer(result: Array<SBSubscription>): any[] {\n return result.map((item) => {\n return sbSubscriptionDeserializer(item);\n });\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2026-01-01 API version. */\n V20260101 = \"2026-01-01\",\n}\n\nexport function _sbAuthorizationRulePropertiesSerializer(item: SBAuthorizationRule): any {\n return {\n rights: !item[\"rights\"]\n ? item[\"rights\"]\n : item[\"rights\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _sbAuthorizationRulePropertiesDeserializer(item: any) {\n return {\n rights: !item[\"rights\"]\n ? item[\"rights\"]\n : item[\"rights\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _armDisasterRecoveryPropertiesSerializer(item: ArmDisasterRecovery): any {\n return { partnerNamespace: item[\"partnerNamespace\"], alternateName: item[\"alternateName\"] };\n}\n\nexport function _armDisasterRecoveryPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n pendingReplicationOperationsCount: item[\"pendingReplicationOperationsCount\"],\n partnerNamespace: item[\"partnerNamespace\"],\n alternateName: item[\"alternateName\"],\n role: item[\"role\"],\n };\n}\n\nexport function _failoverPropertiesPropertiesSerializer(item: FailoverProperties): any {\n return { IsSafeFailover: item[\"isSafeFailover\"] };\n}\n\nexport function _sbQueuePropertiesSerializer(item: SBQueue): any {\n return {\n lockDuration: item[\"lockDuration\"],\n maxSizeInMegabytes: item[\"maxSizeInMegabytes\"],\n maxMessageSizeInKilobytes: item[\"maxMessageSizeInKilobytes\"],\n requiresDuplicateDetection: item[\"requiresDuplicateDetection\"],\n requiresSession: item[\"requiresSession\"],\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n deadLetteringOnMessageExpiration: item[\"deadLetteringOnMessageExpiration\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n maxDeliveryCount: item[\"maxDeliveryCount\"],\n status: item[\"status\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n enablePartitioning: item[\"enablePartitioning\"],\n enableExpress: item[\"enableExpress\"],\n forwardTo: item[\"forwardTo\"],\n forwardDeadLetteredMessagesTo: item[\"forwardDeadLetteredMessagesTo\"],\n userMetadata: item[\"userMetadata\"],\n };\n}\n\nexport function _sbQueuePropertiesDeserializer(item: any) {\n return {\n countDetails: !item[\"countDetails\"]\n ? item[\"countDetails\"]\n : messageCountDetailsDeserializer(item[\"countDetails\"]),\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n updatedAt: !item[\"updatedAt\"] ? item[\"updatedAt\"] : new Date(item[\"updatedAt\"]),\n accessedAt: !item[\"accessedAt\"] ? item[\"accessedAt\"] : new Date(item[\"accessedAt\"]),\n sizeInBytes: item[\"sizeInBytes\"],\n messageCount: item[\"messageCount\"],\n lockDuration: item[\"lockDuration\"],\n maxSizeInMegabytes: item[\"maxSizeInMegabytes\"],\n maxMessageSizeInKilobytes: item[\"maxMessageSizeInKilobytes\"],\n requiresDuplicateDetection: item[\"requiresDuplicateDetection\"],\n requiresSession: item[\"requiresSession\"],\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n deadLetteringOnMessageExpiration: item[\"deadLetteringOnMessageExpiration\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n maxDeliveryCount: item[\"maxDeliveryCount\"],\n status: item[\"status\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n enablePartitioning: item[\"enablePartitioning\"],\n enableExpress: item[\"enableExpress\"],\n forwardTo: item[\"forwardTo\"],\n forwardDeadLetteredMessagesTo: item[\"forwardDeadLetteredMessagesTo\"],\n userMetadata: item[\"userMetadata\"],\n };\n}\n\nexport function _sbTopicPropertiesSerializer(item: SBTopic): any {\n return {\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n maxSizeInMegabytes: item[\"maxSizeInMegabytes\"],\n maxMessageSizeInKilobytes: item[\"maxMessageSizeInKilobytes\"],\n requiresDuplicateDetection: item[\"requiresDuplicateDetection\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n status: item[\"status\"],\n supportOrdering: item[\"supportOrdering\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n enablePartitioning: item[\"enablePartitioning\"],\n enableExpress: item[\"enableExpress\"],\n userMetadata: item[\"userMetadata\"],\n };\n}\n\nexport function _sbTopicPropertiesDeserializer(item: any) {\n return {\n sizeInBytes: item[\"sizeInBytes\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n updatedAt: !item[\"updatedAt\"] ? item[\"updatedAt\"] : new Date(item[\"updatedAt\"]),\n accessedAt: !item[\"accessedAt\"] ? item[\"accessedAt\"] : new Date(item[\"accessedAt\"]),\n subscriptionCount: item[\"subscriptionCount\"],\n countDetails: !item[\"countDetails\"]\n ? item[\"countDetails\"]\n : messageCountDetailsDeserializer(item[\"countDetails\"]),\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n maxSizeInMegabytes: item[\"maxSizeInMegabytes\"],\n maxMessageSizeInKilobytes: item[\"maxMessageSizeInKilobytes\"],\n requiresDuplicateDetection: item[\"requiresDuplicateDetection\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n status: item[\"status\"],\n supportOrdering: item[\"supportOrdering\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n enablePartitioning: item[\"enablePartitioning\"],\n enableExpress: item[\"enableExpress\"],\n userMetadata: item[\"userMetadata\"],\n };\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : connectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : connectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _networkSecurityPerimeterConfigurationPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n provisioningIssues: !item[\"provisioningIssues\"]\n ? item[\"provisioningIssues\"]\n : provisioningIssueArrayDeserializer(item[\"provisioningIssues\"]),\n networkSecurityPerimeter: !item[\"networkSecurityPerimeter\"]\n ? item[\"networkSecurityPerimeter\"]\n : networkSecurityPerimeterDeserializer(item[\"networkSecurityPerimeter\"]),\n resourceAssociation: !item[\"resourceAssociation\"]\n ? item[\"resourceAssociation\"]\n : networkSecurityPerimeterConfigurationPropertiesResourceAssociationDeserializer(\n item[\"resourceAssociation\"],\n ),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityPerimeterConfigurationPropertiesProfileDeserializer(item[\"profile\"]),\n isBackingResource: item[\"isBackingResource\"],\n applicableFeatures: !item[\"applicableFeatures\"]\n ? item[\"applicableFeatures\"]\n : item[\"applicableFeatures\"].map((p: any) => {\n return p;\n }),\n parentAssociationName: item[\"parentAssociationName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n };\n}\n\nexport function _migrationConfigPropertiesPropertiesSerializer(\n item: MigrationConfigProperties,\n): any {\n return { targetNamespace: item[\"targetNamespace\"], postMigrationName: item[\"postMigrationName\"] };\n}\n\nexport function _migrationConfigPropertiesPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n pendingReplicationOperationsCount: item[\"pendingReplicationOperationsCount\"],\n targetNamespace: item[\"targetNamespace\"],\n postMigrationName: item[\"postMigrationName\"],\n migrationState: item[\"migrationState\"],\n };\n}\n\nexport function _rulePropertiesSerializer(item: Rule): any {\n return {\n action: !item[\"action\"] ? item[\"action\"] : actionSerializer(item[\"action\"]),\n filterType: item[\"filterType\"],\n sqlFilter: !item[\"sqlFilter\"] ? item[\"sqlFilter\"] : sqlFilterSerializer(item[\"sqlFilter\"]),\n correlationFilter: !item[\"correlationFilter\"]\n ? item[\"correlationFilter\"]\n : correlationFilterSerializer(item[\"correlationFilter\"]),\n };\n}\n\nexport function _rulePropertiesDeserializer(item: any) {\n return {\n action: !item[\"action\"] ? item[\"action\"] : actionDeserializer(item[\"action\"]),\n filterType: item[\"filterType\"],\n sqlFilter: !item[\"sqlFilter\"] ? item[\"sqlFilter\"] : sqlFilterDeserializer(item[\"sqlFilter\"]),\n correlationFilter: !item[\"correlationFilter\"]\n ? item[\"correlationFilter\"]\n : correlationFilterDeserializer(item[\"correlationFilter\"]),\n };\n}\n\nexport function _sbNamespacePropertiesSerializer(item: SBNamespace): any {\n return {\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n zoneRedundant: item[\"zoneRedundant\"],\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArraySerializer(item[\"privateEndpointConnections\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n alternateName: item[\"alternateName\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n premiumMessagingPartitions: item[\"premiumMessagingPartitions\"],\n platformCapabilities: !item[\"platformCapabilities\"]\n ? item[\"platformCapabilities\"]\n : platformCapabilitiesSerializer(item[\"platformCapabilities\"]),\n geoDataReplication: !item[\"geoDataReplication\"]\n ? item[\"geoDataReplication\"]\n : geoDataReplicationPropertiesSerializer(item[\"geoDataReplication\"]),\n ipV6Enabled: item[\"ipV6Enabled\"],\n };\n}\n\nexport function _sbNamespacePropertiesDeserializer(item: any) {\n return {\n minimumTlsVersion: item[\"minimumTlsVersion\"],\n provisioningState: item[\"provisioningState\"],\n status: item[\"status\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n updatedAt: !item[\"updatedAt\"] ? item[\"updatedAt\"] : new Date(item[\"updatedAt\"]),\n serviceBusEndpoint: item[\"serviceBusEndpoint\"],\n metricId: item[\"metricId\"],\n zoneRedundant: item[\"zoneRedundant\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionDeserializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n alternateName: item[\"alternateName\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n premiumMessagingPartitions: item[\"premiumMessagingPartitions\"],\n platformCapabilities: !item[\"platformCapabilities\"]\n ? item[\"platformCapabilities\"]\n : platformCapabilitiesDeserializer(item[\"platformCapabilities\"]),\n geoDataReplication: !item[\"geoDataReplication\"]\n ? item[\"geoDataReplication\"]\n : geoDataReplicationPropertiesDeserializer(item[\"geoDataReplication\"]),\n ipV6Enabled: item[\"ipV6Enabled\"],\n };\n}\n\nexport function _sbNamespaceUpdateParametersPropertiesSerializer(\n item: SBNamespaceUpdateParameters,\n): any {\n return {\n encryption: !item[\"encryption\"] ? item[\"encryption\"] : encryptionSerializer(item[\"encryption\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArraySerializer(item[\"privateEndpointConnections\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n alternateName: item[\"alternateName\"],\n };\n}\n\nexport function _failOverPropertiesSerializer(item: FailOver): any {\n return { primaryLocation: item[\"primaryLocation\"], force: item[\"force\"] };\n}\n\nexport function _failOverPropertiesDeserializer(item: any) {\n return {\n primaryLocation: item[\"primaryLocation\"],\n force: item[\"force\"],\n };\n}\n\nexport function _networkRuleSetPropertiesSerializer(item: NetworkRuleSet): any {\n return {\n trustedServiceAccessEnabled: item[\"trustedServiceAccessEnabled\"],\n defaultAction: item[\"defaultAction\"],\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : nwRuleSetVirtualNetworkRulesArraySerializer(item[\"virtualNetworkRules\"]),\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : nwRuleSetIpRulesArraySerializer(item[\"ipRules\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\nexport function _networkRuleSetPropertiesDeserializer(item: any) {\n return {\n trustedServiceAccessEnabled: item[\"trustedServiceAccessEnabled\"],\n defaultAction: item[\"defaultAction\"],\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : nwRuleSetVirtualNetworkRulesArrayDeserializer(item[\"virtualNetworkRules\"]),\n ipRules: !item[\"ipRules\"]\n ? item[\"ipRules\"]\n : nwRuleSetIpRulesArrayDeserializer(item[\"ipRules\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _sbSubscriptionPropertiesSerializer(item: SBSubscription): any {\n return {\n lockDuration: item[\"lockDuration\"],\n requiresSession: item[\"requiresSession\"],\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n deadLetteringOnFilterEvaluationExceptions: item[\"deadLetteringOnFilterEvaluationExceptions\"],\n deadLetteringOnMessageExpiration: item[\"deadLetteringOnMessageExpiration\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n maxDeliveryCount: item[\"maxDeliveryCount\"],\n status: item[\"status\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n forwardTo: item[\"forwardTo\"],\n forwardDeadLetteredMessagesTo: item[\"forwardDeadLetteredMessagesTo\"],\n isClientAffine: item[\"isClientAffine\"],\n userMetadata: item[\"userMetadata\"],\n clientAffineProperties: !item[\"clientAffineProperties\"]\n ? item[\"clientAffineProperties\"]\n : sbClientAffinePropertiesSerializer(item[\"clientAffineProperties\"]),\n };\n}\n\nexport function _sbSubscriptionPropertiesDeserializer(item: any) {\n return {\n messageCount: item[\"messageCount\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n accessedAt: !item[\"accessedAt\"] ? item[\"accessedAt\"] : new Date(item[\"accessedAt\"]),\n updatedAt: !item[\"updatedAt\"] ? item[\"updatedAt\"] : new Date(item[\"updatedAt\"]),\n countDetails: !item[\"countDetails\"]\n ? item[\"countDetails\"]\n : messageCountDetailsDeserializer(item[\"countDetails\"]),\n lockDuration: item[\"lockDuration\"],\n requiresSession: item[\"requiresSession\"],\n defaultMessageTimeToLive: item[\"defaultMessageTimeToLive\"],\n deadLetteringOnFilterEvaluationExceptions: item[\"deadLetteringOnFilterEvaluationExceptions\"],\n deadLetteringOnMessageExpiration: item[\"deadLetteringOnMessageExpiration\"],\n duplicateDetectionHistoryTimeWindow: item[\"duplicateDetectionHistoryTimeWindow\"],\n maxDeliveryCount: item[\"maxDeliveryCount\"],\n status: item[\"status\"],\n enableBatchedOperations: item[\"enableBatchedOperations\"],\n autoDeleteOnIdle: item[\"autoDeleteOnIdle\"],\n forwardTo: item[\"forwardTo\"],\n forwardDeadLetteredMessagesTo: item[\"forwardDeadLetteredMessagesTo\"],\n isClientAffine: item[\"isClientAffine\"],\n userMetadata: item[\"userMetadata\"],\n clientAffineProperties: !item[\"clientAffineProperties\"]\n ? item[\"clientAffineProperties\"]\n : sbClientAffinePropertiesDeserializer(item[\"clientAffineProperties\"]),\n };\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["KnownCreatedByType", "KnownPrivateLinkConnectionStatus", "KnownEndPointProvisioningState", "KnownNetworkSecurityPerimeterConfigurationProvisioningState", "KnownResourceAssociationAccessMode", "KnownNspAccessRuleDirection", "KnownMigrationConfigurationName", "KnownTlsVersion", "KnownPublicNetworkAccess", "KnownMode", "KnownGeoDRRoleType", "KnownDefaultAction", "KnownNetworkRuleIPAction", "KnownPublicNetworkAccessFlag", "KnownVersions"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ServiceBusManagementClient } from "./serviceBusManagementClient.js";
|
|
2
|
+
import type { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
3
|
+
import type { AbortSignalLike } from "@azure/abort-controller";
|
|
4
|
+
import type { PollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
6
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
7
|
+
updateIntervalInMs?: number;
|
|
8
|
+
/**
|
|
9
|
+
* The signal which can be used to abort requests.
|
|
10
|
+
*/
|
|
11
|
+
abortSignal?: AbortSignalLike;
|
|
12
|
+
/** Deserialization function for raw response body */
|
|
13
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Creates a poller from the serialized state of another poller. This can be
|
|
17
|
+
* useful when you want to create pollers on a different host or a poller
|
|
18
|
+
* needs to be constructed after the original one is not in scope.
|
|
19
|
+
*/
|
|
20
|
+
export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: ServiceBusManagementClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
21
|
+
//# sourceMappingURL=restorePollerHelpers.d.ts.map
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var restorePollerHelpers_exports = {};
|
|
19
|
+
__export(restorePollerHelpers_exports, {
|
|
20
|
+
restorePoller: () => restorePoller
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(restorePollerHelpers_exports);
|
|
23
|
+
var import_operations = require("./api/namespaces/operations.js");
|
|
24
|
+
var import_operations2 = require("./api/migrationConfigs/operations.js");
|
|
25
|
+
var import_operations3 = require("./api/privateEndpointConnections/operations.js");
|
|
26
|
+
var import_pollingHelpers = require("./static-helpers/pollingHelpers.js");
|
|
27
|
+
var import_core_lro = require("@azure/core-lro");
|
|
28
|
+
function restorePoller(client, serializedState, sourceOperation, options) {
|
|
29
|
+
const pollerConfig = (0, import_core_lro.deserializeState)(serializedState).config;
|
|
30
|
+
const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
|
|
31
|
+
if (!initialRequestUrl || !requestMethod) {
|
|
32
|
+
throw new Error(
|
|
33
|
+
`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
const resourceLocationConfig = metadata?.["resourceLocationConfig"];
|
|
37
|
+
const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
|
|
38
|
+
const deserializeHelper = options?.processResponseBody ?? deserializer;
|
|
39
|
+
if (!deserializeHelper) {
|
|
40
|
+
throw new Error(
|
|
41
|
+
`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
const apiVersion = getApiVersionFromUrl(initialRequestUrl);
|
|
45
|
+
return (0, import_pollingHelpers.getLongRunningPoller)(
|
|
46
|
+
client["_client"] ?? client,
|
|
47
|
+
deserializeHelper,
|
|
48
|
+
expectedStatuses,
|
|
49
|
+
{
|
|
50
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
51
|
+
abortSignal: options?.abortSignal,
|
|
52
|
+
resourceLocationConfig,
|
|
53
|
+
restoreFrom: serializedState,
|
|
54
|
+
initialRequestUrl,
|
|
55
|
+
apiVersion
|
|
56
|
+
}
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
const deserializeMap = {
|
|
60
|
+
"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/failover": { deserializer: import_operations._failoverDeserialize, expectedStatuses: ["202", "200", "201"] },
|
|
61
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}": { deserializer: import_operations._$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
|
|
62
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}": { deserializer: import_operations._createOrUpdateDeserialize, expectedStatuses: ["200", "201", "202"] },
|
|
63
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/migrationConfigurations/{configName}": { deserializer: import_operations2._createAndStartMigrationDeserialize, expectedStatuses: ["200", "201", "202"] },
|
|
64
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}": {
|
|
65
|
+
deserializer: import_operations3._$deleteDeserialize,
|
|
66
|
+
expectedStatuses: ["200", "202", "204"]
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
function getDeserializationHelper(urlStr, method) {
|
|
70
|
+
const path = new URL(urlStr).pathname;
|
|
71
|
+
const pathParts = path.split("/");
|
|
72
|
+
let matchedLen = -1, matchedValue;
|
|
73
|
+
for (const [key, value] of Object.entries(deserializeMap)) {
|
|
74
|
+
if (!key.startsWith(method)) {
|
|
75
|
+
continue;
|
|
76
|
+
}
|
|
77
|
+
const candidatePath = getPathFromMapKey(key);
|
|
78
|
+
const candidateParts = candidatePath.split("/");
|
|
79
|
+
let found = true;
|
|
80
|
+
for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
|
|
81
|
+
if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
|
|
82
|
+
const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
|
|
83
|
+
const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(
|
|
84
|
+
pathParts[j] || ""
|
|
85
|
+
);
|
|
86
|
+
if (!isMatched) {
|
|
87
|
+
found = false;
|
|
88
|
+
break;
|
|
89
|
+
}
|
|
90
|
+
continue;
|
|
91
|
+
}
|
|
92
|
+
if (candidateParts[i] !== pathParts[j]) {
|
|
93
|
+
found = false;
|
|
94
|
+
break;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
if (found && candidatePath.length > matchedLen) {
|
|
98
|
+
matchedLen = candidatePath.length;
|
|
99
|
+
matchedValue = value;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return matchedValue;
|
|
103
|
+
}
|
|
104
|
+
function getPathFromMapKey(mapKey) {
|
|
105
|
+
const pathStart = mapKey.indexOf("/");
|
|
106
|
+
return mapKey.slice(pathStart);
|
|
107
|
+
}
|
|
108
|
+
function getApiVersionFromUrl(urlStr) {
|
|
109
|
+
const url = new URL(urlStr);
|
|
110
|
+
return url.searchParams.get("api-version") ?? void 0;
|
|
111
|
+
}
|
|
112
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
113
|
+
0 && (module.exports = {
|
|
114
|
+
restorePoller
|
|
115
|
+
});
|
|
116
|
+
//# sourceMappingURL=restorePollerHelpers.js.map
|