@azure/arm-search 4.0.0-beta.1 → 4.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -3
- package/README.md +31 -25
- package/dist/browser/api/adminKeys/index.d.ts +3 -0
- package/dist/browser/api/adminKeys/index.js +4 -0
- package/dist/browser/api/adminKeys/index.js.map +1 -0
- package/dist/browser/api/adminKeys/operations.d.ts +13 -0
- package/dist/browser/api/adminKeys/operations.js +75 -0
- package/dist/browser/api/adminKeys/operations.js.map +1 -0
- package/dist/browser/api/adminKeys/options.d.ts +11 -0
- package/dist/browser/api/adminKeys/options.js +4 -0
- package/dist/browser/api/adminKeys/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.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 +19 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js +103 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/browser/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/browser/api/offerings/index.d.ts +3 -0
- package/dist/browser/api/offerings/index.js +4 -0
- package/dist/browser/api/offerings/index.js.map +1 -0
- package/dist/browser/api/offerings/operations.d.ts +9 -0
- package/dist/browser/api/offerings/operations.js +31 -0
- package/dist/browser/api/offerings/operations.js.map +1 -0
- package/dist/browser/api/offerings/options.d.ts +5 -0
- package/dist/browser/api/offerings/options.js +4 -0
- package/dist/browser/api/offerings/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 +35 -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/operations.d.ts +9 -0
- package/dist/browser/api/operations.js +40 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +7 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/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 +31 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +160 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +19 -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 +10 -0
- package/dist/browser/api/privateLinkResources/operations.js +44 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +7 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/queryKeys/index.d.ts +3 -0
- package/dist/browser/api/queryKeys/index.js +4 -0
- package/dist/browser/api/queryKeys/index.js.map +1 -0
- package/dist/browser/api/queryKeys/operations.d.ts +27 -0
- package/dist/browser/api/queryKeys/operations.js +122 -0
- package/dist/browser/api/queryKeys/operations.js.map +1 -0
- package/dist/browser/api/queryKeys/options.d.ts +15 -0
- package/dist/browser/api/queryKeys/options.js +4 -0
- package/dist/browser/api/queryKeys/options.js.map +1 -0
- package/dist/browser/api/searchManagementContext.d.ts +20 -0
- package/dist/browser/api/searchManagementContext.js +23 -0
- package/dist/browser/api/searchManagementContext.js.map +1 -0
- package/dist/browser/api/services/index.d.ts +3 -0
- package/dist/browser/api/services/index.js +4 -0
- package/dist/browser/api/services/index.js.map +1 -0
- package/dist/browser/api/services/operations.d.ts +47 -0
- package/dist/browser/api/services/operations.js +298 -0
- package/dist/browser/api/services/operations.js.map +1 -0
- package/dist/browser/api/services/options.d.ts +38 -0
- package/dist/browser/api/services/options.js +4 -0
- package/dist/browser/api/services/options.js.map +1 -0
- package/dist/browser/api/sharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/sharedPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/sharedPrivateLinkResources/operations.d.ts +32 -0
- package/dist/browser/api/sharedPrivateLinkResources/operations.js +170 -0
- package/dist/browser/api/sharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/sharedPrivateLinkResources/options.d.ts +23 -0
- package/dist/browser/api/sharedPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/sharedPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +10 -0
- package/dist/browser/api/usages/operations.js +43 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +7 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/classic/adminKeys/index.d.ts +12 -0
- package/dist/browser/classic/adminKeys/index.js +15 -0
- package/dist/browser/classic/adminKeys/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +11 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/browser/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/browser/classic/offerings/index.d.ts +10 -0
- package/dist/browser/classic/offerings/index.js +14 -0
- package/dist/browser/classic/offerings/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 +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +17 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +11 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/queryKeys/index.d.ts +24 -0
- package/dist/browser/classic/queryKeys/index.js +16 -0
- package/dist/browser/classic/queryKeys/index.js.map +1 -0
- package/dist/browser/classic/services/index.d.ts +43 -0
- package/dist/browser/classic/services/index.js +38 -0
- package/dist/browser/classic/services/index.js.map +1 -0
- package/dist/browser/classic/sharedPrivateLinkResources/index.d.ts +36 -0
- package/dist/browser/classic/sharedPrivateLinkResources/index.js +34 -0
- package/dist/browser/classic/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +11 -0
- package/dist/browser/classic/usages/index.js +14 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/index.d.ts +25 -0
- package/dist/browser/index.js +8 -0
- package/dist/browser/index.js.map +1 -0
- 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 +3 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1260 -0
- package/dist/browser/models/models.js +1311 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +103 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/searchManagementClient.d.ts +46 -0
- package/dist/browser/searchManagementClient.js +74 -0
- package/dist/browser/searchManagementClient.js.map +1 -0
- 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/adminKeys/index.d.ts +3 -0
- package/dist/commonjs/api/adminKeys/index.js +29 -0
- package/dist/commonjs/api/adminKeys/index.js.map +7 -0
- package/dist/commonjs/api/adminKeys/operations.d.ts +13 -0
- package/dist/commonjs/api/adminKeys/operations.js +116 -0
- package/dist/commonjs/api/adminKeys/operations.js.map +7 -0
- package/dist/commonjs/api/adminKeys/options.d.ts +11 -0
- package/dist/commonjs/api/adminKeys/options.js +15 -0
- package/dist/commonjs/api/adminKeys/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +30 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js +31 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js +163 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js +15 -0
- package/dist/commonjs/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
- package/dist/commonjs/api/offerings/index.d.ts +3 -0
- package/dist/commonjs/api/offerings/index.js +27 -0
- package/dist/commonjs/api/offerings/index.js.map +7 -0
- package/dist/commonjs/api/offerings/operations.d.ts +9 -0
- package/dist/commonjs/api/offerings/operations.js +61 -0
- package/dist/commonjs/api/offerings/operations.js.map +7 -0
- package/dist/commonjs/api/offerings/options.d.ts +5 -0
- package/dist/commonjs/api/offerings/options.js +15 -0
- package/dist/commonjs/api/offerings/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +27 -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 +71 -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 +15 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +9 -0
- package/dist/commonjs/api/operations.js +68 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +7 -0
- package/dist/commonjs/api/options.js +15 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +31 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +225 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +19 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +15 -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 +27 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +10 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +78 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +7 -0
- package/dist/commonjs/api/privateLinkResources/options.js +15 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/queryKeys/index.d.ts +3 -0
- package/dist/commonjs/api/queryKeys/index.js +31 -0
- package/dist/commonjs/api/queryKeys/index.js.map +7 -0
- package/dist/commonjs/api/queryKeys/operations.d.ts +27 -0
- package/dist/commonjs/api/queryKeys/operations.js +161 -0
- package/dist/commonjs/api/queryKeys/operations.js.map +7 -0
- package/dist/commonjs/api/queryKeys/options.d.ts +15 -0
- package/dist/commonjs/api/queryKeys/options.js +15 -0
- package/dist/commonjs/api/queryKeys/options.js.map +7 -0
- package/dist/commonjs/api/searchManagementContext.d.ts +20 -0
- package/dist/commonjs/api/searchManagementContext.js +44 -0
- package/dist/commonjs/api/searchManagementContext.js.map +7 -0
- package/dist/commonjs/api/services/index.d.ts +3 -0
- package/dist/commonjs/api/services/index.js +41 -0
- package/dist/commonjs/api/services/index.js.map +7 -0
- package/dist/commonjs/api/services/operations.d.ts +47 -0
- package/dist/commonjs/api/services/operations.js +381 -0
- package/dist/commonjs/api/services/operations.js.map +7 -0
- package/dist/commonjs/api/services/options.d.ts +38 -0
- package/dist/commonjs/api/services/options.js +15 -0
- package/dist/commonjs/api/services/options.js.map +7 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/index.js +33 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/operations.d.ts +32 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/operations.js +235 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/options.d.ts +23 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/options.js +15 -0
- package/dist/commonjs/api/sharedPrivateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +27 -0
- package/dist/commonjs/api/usages/index.js.map +7 -0
- package/dist/commonjs/api/usages/operations.d.ts +10 -0
- package/dist/commonjs/api/usages/operations.js +77 -0
- package/dist/commonjs/api/usages/operations.js.map +7 -0
- package/dist/commonjs/api/usages/options.d.ts +7 -0
- package/dist/commonjs/api/usages/options.js +15 -0
- package/dist/commonjs/api/usages/options.js.map +7 -0
- package/dist/commonjs/classic/adminKeys/index.d.ts +12 -0
- package/dist/commonjs/classic/adminKeys/index.js +38 -0
- package/dist/commonjs/classic/adminKeys/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +11 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js +54 -0
- package/dist/commonjs/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/commonjs/classic/offerings/index.d.ts +10 -0
- package/dist/commonjs/classic/offerings/index.js +37 -0
- package/dist/commonjs/classic/offerings/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +37 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +53 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +11 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/queryKeys/index.d.ts +24 -0
- package/dist/commonjs/classic/queryKeys/index.js +39 -0
- package/dist/commonjs/classic/queryKeys/index.js.map +7 -0
- package/dist/commonjs/classic/services/index.d.ts +43 -0
- package/dist/commonjs/classic/services/index.js +67 -0
- package/dist/commonjs/classic/services/index.js.map +7 -0
- package/dist/commonjs/classic/sharedPrivateLinkResources/index.d.ts +36 -0
- package/dist/commonjs/classic/sharedPrivateLinkResources/index.js +96 -0
- package/dist/commonjs/classic/sharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/usages/index.d.ts +11 -0
- package/dist/commonjs/classic/usages/index.js +37 -0
- package/dist/commonjs/classic/usages/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +25 -0
- package/dist/commonjs/index.js +78 -0
- package/dist/commonjs/index.js.map +7 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.js +69 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1260 -0
- package/dist/commonjs/models/models.js +1345 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +115 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/searchManagementClient.d.ts +46 -0
- package/dist/commonjs/searchManagementClient.js +93 -0
- package/dist/commonjs/searchManagementClient.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -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 +142 -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 +100 -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 +34 -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 +66 -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 +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/adminKeys/index.d.ts +3 -0
- package/dist/esm/api/adminKeys/index.js +5 -0
- package/dist/esm/api/adminKeys/index.js.map +7 -0
- package/dist/esm/api/adminKeys/operations.d.ts +13 -0
- package/dist/esm/api/adminKeys/operations.js +88 -0
- package/dist/esm/api/adminKeys/operations.js.map +7 -0
- package/dist/esm/api/adminKeys/options.d.ts +11 -0
- package/dist/esm/api/adminKeys/options.js +0 -0
- package/dist/esm/api/adminKeys/options.js.map +7 -0
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +6 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js +6 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js +136 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/operations.js.map +7 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js +0 -0
- package/dist/esm/api/networkSecurityPerimeterConfigurations/options.js.map +7 -0
- package/dist/esm/api/offerings/index.d.ts +3 -0
- package/dist/esm/api/offerings/index.js +4 -0
- package/dist/esm/api/offerings/index.js.map +7 -0
- package/dist/esm/api/offerings/operations.d.ts +9 -0
- package/dist/esm/api/offerings/operations.js +36 -0
- package/dist/esm/api/offerings/operations.js.map +7 -0
- package/dist/esm/api/offerings/options.d.ts +5 -0
- package/dist/esm/api/offerings/options.js +0 -0
- package/dist/esm/api/offerings/options.js.map +7 -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 +7 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +46 -0
- package/dist/esm/api/operations/operations.js.map +7 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +0 -0
- package/dist/esm/api/operations/options.js.map +7 -0
- package/dist/esm/api/operations.d.ts +9 -0
- package/dist/esm/api/operations.js +43 -0
- package/dist/esm/api/operations.js.map +7 -0
- package/dist/esm/api/options.d.ts +7 -0
- package/dist/esm/api/options.js +0 -0
- package/dist/esm/api/options.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +7 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +31 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +196 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +19 -0
- package/dist/esm/api/privateEndpointConnections/options.js +0 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +7 -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 +7 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +10 -0
- package/dist/esm/api/privateLinkResources/operations.js +56 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +7 -0
- package/dist/esm/api/privateLinkResources/options.js +0 -0
- package/dist/esm/api/privateLinkResources/options.js.map +7 -0
- package/dist/esm/api/queryKeys/index.d.ts +3 -0
- package/dist/esm/api/queryKeys/index.js +6 -0
- package/dist/esm/api/queryKeys/index.js.map +7 -0
- package/dist/esm/api/queryKeys/operations.d.ts +27 -0
- package/dist/esm/api/queryKeys/operations.js +134 -0
- package/dist/esm/api/queryKeys/operations.js.map +7 -0
- package/dist/esm/api/queryKeys/options.d.ts +15 -0
- package/dist/esm/api/queryKeys/options.js +0 -0
- package/dist/esm/api/queryKeys/options.js.map +7 -0
- package/dist/esm/api/searchManagementContext.d.ts +20 -0
- package/dist/esm/api/searchManagementContext.js +21 -0
- package/dist/esm/api/searchManagementContext.js.map +7 -0
- package/dist/esm/api/services/index.d.ts +3 -0
- package/dist/esm/api/services/index.js +20 -0
- package/dist/esm/api/services/index.js.map +7 -0
- package/dist/esm/api/services/operations.d.ts +47 -0
- package/dist/esm/api/services/operations.js +342 -0
- package/dist/esm/api/services/operations.js.map +7 -0
- package/dist/esm/api/services/options.d.ts +38 -0
- package/dist/esm/api/services/options.js +0 -0
- package/dist/esm/api/services/options.js.map +7 -0
- package/dist/esm/api/sharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/sharedPrivateLinkResources/index.js +7 -0
- package/dist/esm/api/sharedPrivateLinkResources/index.js.map +7 -0
- package/dist/esm/api/sharedPrivateLinkResources/operations.d.ts +32 -0
- package/dist/esm/api/sharedPrivateLinkResources/operations.js +206 -0
- package/dist/esm/api/sharedPrivateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/sharedPrivateLinkResources/options.d.ts +23 -0
- package/dist/esm/api/sharedPrivateLinkResources/options.js +0 -0
- package/dist/esm/api/sharedPrivateLinkResources/options.js.map +7 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +7 -0
- package/dist/esm/api/usages/operations.d.ts +10 -0
- package/dist/esm/api/usages/operations.js +52 -0
- package/dist/esm/api/usages/operations.js.map +7 -0
- package/dist/esm/api/usages/options.d.ts +7 -0
- package/dist/esm/api/usages/options.js +0 -0
- package/dist/esm/api/usages/options.js.map +7 -0
- package/dist/esm/classic/adminKeys/index.d.ts +12 -0
- package/dist/esm/classic/adminKeys/index.js +15 -0
- package/dist/esm/classic/adminKeys/index.js.map +7 -0
- package/dist/esm/classic/index.d.ts +11 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js +35 -0
- package/dist/esm/classic/networkSecurityPerimeterConfigurations/index.js.map +7 -0
- package/dist/esm/classic/offerings/index.d.ts +10 -0
- package/dist/esm/classic/offerings/index.js +14 -0
- package/dist/esm/classic/offerings/index.js.map +7 -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 +7 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +35 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +11 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/queryKeys/index.d.ts +24 -0
- package/dist/esm/classic/queryKeys/index.js +16 -0
- package/dist/esm/classic/queryKeys/index.js.map +7 -0
- package/dist/esm/classic/services/index.d.ts +43 -0
- package/dist/esm/classic/services/index.js +53 -0
- package/dist/esm/classic/services/index.js.map +7 -0
- package/dist/esm/classic/sharedPrivateLinkResources/index.d.ts +36 -0
- package/dist/esm/classic/sharedPrivateLinkResources/index.js +78 -0
- package/dist/esm/classic/sharedPrivateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/usages/index.d.ts +11 -0
- package/dist/esm/classic/usages/index.js +14 -0
- package/dist/esm/classic/usages/index.js.map +7 -0
- package/dist/esm/index.d.ts +25 -0
- package/dist/esm/index.js +54 -0
- package/dist/esm/index.js.map +7 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +48 -0
- package/dist/esm/models/index.js.map +7 -0
- package/dist/esm/models/models.d.ts +1260 -0
- package/dist/esm/models/models.js +1183 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +95 -0
- package/dist/esm/restorePollerHelpers.js.map +7 -0
- package/dist/esm/searchManagementClient.d.ts +46 -0
- package/dist/esm/searchManagementClient.js +70 -0
- package/dist/esm/searchManagementClient.js.map +7 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +77 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/adminKeys/index.d.ts +3 -0
- package/dist/react-native/api/adminKeys/index.js +4 -0
- package/dist/react-native/api/adminKeys/index.js.map +1 -0
- package/dist/react-native/api/adminKeys/operations.d.ts +13 -0
- package/dist/react-native/api/adminKeys/operations.js +75 -0
- package/dist/react-native/api/adminKeys/operations.js.map +1 -0
- package/dist/react-native/api/adminKeys/options.d.ts +11 -0
- package/dist/react-native/api/adminKeys/options.js +4 -0
- package/dist/react-native/api/adminKeys/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +5 -0
- package/dist/react-native/api/index.js +5 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/index.d.ts +3 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/index.js +4 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/operations.d.ts +19 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/operations.js +103 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/operations.js.map +1 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/options.d.ts +13 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/options.js +4 -0
- package/dist/react-native/api/networkSecurityPerimeterConfigurations/options.js.map +1 -0
- package/dist/react-native/api/offerings/index.d.ts +3 -0
- package/dist/react-native/api/offerings/index.js +4 -0
- package/dist/react-native/api/offerings/index.js.map +1 -0
- package/dist/react-native/api/offerings/operations.d.ts +9 -0
- package/dist/react-native/api/offerings/operations.js +31 -0
- package/dist/react-native/api/offerings/operations.js.map +1 -0
- package/dist/react-native/api/offerings/options.d.ts +5 -0
- package/dist/react-native/api/offerings/options.js +4 -0
- package/dist/react-native/api/offerings/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +35 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/operations.d.ts +9 -0
- package/dist/react-native/api/operations.js +40 -0
- package/dist/react-native/api/operations.js.map +1 -0
- package/dist/react-native/api/options.d.ts +7 -0
- package/dist/react-native/api/options.js +4 -0
- package/dist/react-native/api/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +31 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +160 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +19 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +10 -0
- package/dist/react-native/api/privateLinkResources/operations.js +44 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +7 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/queryKeys/index.d.ts +3 -0
- package/dist/react-native/api/queryKeys/index.js +4 -0
- package/dist/react-native/api/queryKeys/index.js.map +1 -0
- package/dist/react-native/api/queryKeys/operations.d.ts +27 -0
- package/dist/react-native/api/queryKeys/operations.js +122 -0
- package/dist/react-native/api/queryKeys/operations.js.map +1 -0
- package/dist/react-native/api/queryKeys/options.d.ts +15 -0
- package/dist/react-native/api/queryKeys/options.js +4 -0
- package/dist/react-native/api/queryKeys/options.js.map +1 -0
- package/dist/react-native/api/searchManagementContext.d.ts +20 -0
- package/dist/react-native/api/searchManagementContext.js +23 -0
- package/dist/react-native/api/searchManagementContext.js.map +1 -0
- package/dist/react-native/api/services/index.d.ts +3 -0
- package/dist/react-native/api/services/index.js +4 -0
- package/dist/react-native/api/services/index.js.map +1 -0
- package/dist/react-native/api/services/operations.d.ts +47 -0
- package/dist/react-native/api/services/operations.js +298 -0
- package/dist/react-native/api/services/operations.js.map +1 -0
- package/dist/react-native/api/services/options.d.ts +38 -0
- package/dist/react-native/api/services/options.js +4 -0
- package/dist/react-native/api/services/options.js.map +1 -0
- package/dist/react-native/api/sharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/sharedPrivateLinkResources/index.js +4 -0
- package/dist/react-native/api/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/sharedPrivateLinkResources/operations.d.ts +32 -0
- package/dist/react-native/api/sharedPrivateLinkResources/operations.js +170 -0
- package/dist/react-native/api/sharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/sharedPrivateLinkResources/options.d.ts +23 -0
- package/dist/react-native/api/sharedPrivateLinkResources/options.js +4 -0
- package/dist/react-native/api/sharedPrivateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/usages/index.d.ts +3 -0
- package/dist/react-native/api/usages/index.js +4 -0
- package/dist/react-native/api/usages/index.js.map +1 -0
- package/dist/react-native/api/usages/operations.d.ts +10 -0
- package/dist/react-native/api/usages/operations.js +43 -0
- package/dist/react-native/api/usages/operations.js.map +1 -0
- package/dist/react-native/api/usages/options.d.ts +7 -0
- package/dist/react-native/api/usages/options.js +4 -0
- package/dist/react-native/api/usages/options.js.map +1 -0
- package/dist/react-native/classic/adminKeys/index.d.ts +12 -0
- package/dist/react-native/classic/adminKeys/index.js +15 -0
- package/dist/react-native/classic/adminKeys/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +11 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/networkSecurityPerimeterConfigurations/index.d.ts +21 -0
- package/dist/react-native/classic/networkSecurityPerimeterConfigurations/index.js +25 -0
- package/dist/react-native/classic/networkSecurityPerimeterConfigurations/index.js.map +1 -0
- package/dist/react-native/classic/offerings/index.d.ts +10 -0
- package/dist/react-native/classic/offerings/index.js +14 -0
- package/dist/react-native/classic/offerings/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +26 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +17 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +11 -0
- package/dist/react-native/classic/privateLinkResources/index.js +14 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/queryKeys/index.d.ts +24 -0
- package/dist/react-native/classic/queryKeys/index.js +16 -0
- package/dist/react-native/classic/queryKeys/index.js.map +1 -0
- package/dist/react-native/classic/services/index.d.ts +43 -0
- package/dist/react-native/classic/services/index.js +38 -0
- package/dist/react-native/classic/services/index.js.map +1 -0
- package/dist/react-native/classic/sharedPrivateLinkResources/index.d.ts +36 -0
- package/dist/react-native/classic/sharedPrivateLinkResources/index.js +34 -0
- package/dist/react-native/classic/sharedPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/usages/index.d.ts +11 -0
- package/dist/react-native/classic/usages/index.js +14 -0
- package/dist/react-native/classic/usages/index.js.map +1 -0
- package/dist/react-native/index.d.ts +25 -0
- package/dist/react-native/index.js +8 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +1260 -0
- package/dist/react-native/models/models.js +1311 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +103 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/searchManagementClient.d.ts +46 -0
- package/dist/react-native/searchManagementClient.js +74 -0
- package/dist/react-native/searchManagementClient.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +309 -88
- package/CHANGELOG.md +0 -175
- package/dist/index.js +0 -4578
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/adminKeysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/adminKeysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/adminKeysGetSample.js +0 -38
- package/dist-esm/samples-dev/adminKeysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/adminKeysRegenerateSample.d.ts +0 -2
- package/dist-esm/samples-dev/adminKeysRegenerateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js +0 -39
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +0 -39
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js +0 -54
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +0 -39
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +0 -54
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +0 -47
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +0 -54
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.js +0 -39
- package/dist-esm/samples-dev/queryKeysCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.js +0 -39
- package/dist-esm/samples-dev/queryKeysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js +0 -54
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -37
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -301
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -38
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -257
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js +0 -39
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js +0 -54
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.d.ts +0 -2
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js +0 -38
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1247
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -132
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -60
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1837
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -26
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -230
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/adminKeys.d.ts +0 -33
- package/dist-esm/src/operations/adminKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/adminKeys.js +0 -90
- package/dist-esm/src/operations/adminKeys.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -10
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -79
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -289
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -96
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -79
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -286
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -34
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -109
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/queryKeys.d.ts +0 -66
- package/dist-esm/src/operations/queryKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/queryKeys.js +0 -226
- package/dist-esm/src/operations/queryKeys.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts +0 -123
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js +0 -506
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +0 -107
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.js +0 -404
- package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -35
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -145
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.js +0 -9
- package/dist-esm/src/operationsInterfaces/adminKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -17
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -50
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queryKeys.js +0 -9
- package/dist-esm/src/operationsInterfaces/queryKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts +0 -85
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js +0 -9
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js +0 -9
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/searchManagementClient.d.ts +0 -36
- package/dist-esm/src/searchManagementClient.d.ts.map +0 -1
- package/dist-esm/src/searchManagementClient.js +0 -144
- package/dist-esm/src/searchManagementClient.js.map +0 -1
- package/dist-esm/test/search_examples.d.ts +0 -4
- package/dist-esm/test/search_examples.d.ts.map +0 -1
- package/dist-esm/test/search_examples.js +0 -228
- package/dist-esm/test/search_examples.js.map +0 -1
- package/review/arm-search.api.md +0 -975
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1449
- package/src/models/mappers.ts +0 -1969
- package/src/models/parameters.ts +0 -267
- package/src/operations/adminKeys.ts +0 -120
- package/src/operations/index.ts +0 -17
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -400
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -373
- package/src/operations/privateLinkResources.ts +0 -144
- package/src/operations/queryKeys.ts +0 -298
- package/src/operations/services.ts +0 -634
- package/src/operations/sharedPrivateLinkResources.ts +0 -544
- package/src/operations/usages.ts +0 -176
- package/src/operationsInterfaces/adminKeys.ts +0 -48
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -90
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -88
- package/src/operationsInterfaces/privateLinkResources.ts +0 -31
- package/src/operationsInterfaces/queryKeys.ts +0 -66
- package/src/operationsInterfaces/services.ts +0 -144
- package/src/operationsInterfaces/sharedPrivateLinkResources.ts +0 -131
- package/src/operationsInterfaces/usages.ts +0 -27
- package/src/pagingHelper.ts +0 -39
- package/src/searchManagementClient.ts +0 -226
- package/tsconfig.json +0 -33
- package/types/arm-search.d.ts +0 -1791
- package/types/tsdoc-metadata.json +0 -11
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/search/arm-search/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/** model interface SearchManagementRequestOptions */\nexport interface SearchManagementRequestOptions {\n /** A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request. */\n clientRequestId?: string;\n}\n\nexport function searchManagementRequestOptionsSerializer(\n _item: SearchManagementRequestOptions,\n): any {\n return {};\n}\n\n/** Describes the quota usage for a particular SKU. */\nexport interface QuotaUsageResult {\n /** The resource ID of the quota usage SKU endpoint for Microsoft.Search provider. */\n id?: string;\n /** The unit of measurement for the search SKU. */\n unit?: string;\n /** The currently used up value for the particular search SKU. */\n currentValue?: number;\n /** The quota limit for the particular search SKU. */\n limit?: number;\n /** The SKU name information of the current search service. */\n readonly name?: QuotaUsageResultName;\n}\n\nexport function quotaUsageResultDeserializer(item: any): QuotaUsageResult {\n return {\n id: item[\"id\"],\n unit: item[\"unit\"],\n currentValue: item[\"currentValue\"],\n limit: item[\"limit\"],\n name: !item[\"name\"] ? item[\"name\"] : quotaUsageResultNameDeserializer(item[\"name\"]),\n };\n}\n\n/** The SKU name information, including its identifier and localized display name. */\nexport interface QuotaUsageResultName {\n /** The SKU name supported by Azure AI Search. */\n value?: string;\n /** The localized string value for the SKU name. */\n localizedValue?: string;\n}\n\nexport function quotaUsageResultNameDeserializer(item: any): QuotaUsageResultName {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** Contains information about an API error. */\nexport interface CloudError {\n /** Describes a particular API error with an error code and a message. */\n error?: CloudErrorBody;\n /** A brief description of the error that hints at what went wrong (for details/debugging information refer to the 'error.message' property). */\n message?: string;\n}\n\nexport function cloudErrorDeserializer(item: any): CloudError {\n return {\n error: !item[\"error\"] ? item[\"error\"] : cloudErrorBodyDeserializer(item[\"error\"]),\n message: item[\"message\"],\n };\n}\n\n/** Describes a particular API error with an error code and a message. */\nexport interface CloudErrorBody {\n /** An error code that describes the error condition more precisely than an HTTP status code. Can be used to programmatically handle specific error cases. */\n code?: string;\n /** A message that describes the error in detail and provides debugging information. */\n message?: string;\n /** The target of the particular error (for example, the name of the property in error). */\n target?: string;\n /** Contains nested errors that are related to this error. */\n details?: CloudErrorBody[];\n}\n\nexport function cloudErrorBodyDeserializer(item: any): CloudErrorBody {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : cloudErrorBodyArrayDeserializer(item[\"details\"]),\n };\n}\n\nexport function cloudErrorBodyArrayDeserializer(result: Array<CloudErrorBody>): any[] {\n return result.map((item) => {\n return cloudErrorBodyDeserializer(item);\n });\n}\n\n/** Response containing the list of offerings available in Azure AI Search, organized by region. */\nexport interface OfferingsListResult {\n /** The list of Azure AI Search offerings by region. */\n readonly value?: OfferingsByRegion[];\n /** The URL to get the next set of offerings, if any. */\n readonly nextLink?: string;\n}\n\nexport function offeringsListResultDeserializer(item: any): OfferingsListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : offeringsByRegionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function offeringsByRegionArrayDeserializer(result: Array<OfferingsByRegion>): any[] {\n return result.map((item) => {\n return offeringsByRegionDeserializer(item);\n });\n}\n\n/** Describes the Azure AI Search features and SKUs available in a specific Azure region. */\nexport interface OfferingsByRegion {\n /** The name of the region. */\n regionName?: string;\n /** The list of features offered in this region. */\n features?: FeatureOffering[];\n /** The list of SKUs offered in this region. */\n skus?: SkuOffering[];\n}\n\nexport function offeringsByRegionDeserializer(item: any): OfferingsByRegion {\n return {\n regionName: item[\"regionName\"],\n features: !item[\"features\"]\n ? item[\"features\"]\n : featureOfferingArrayDeserializer(item[\"features\"]),\n skus: !item[\"skus\"] ? item[\"skus\"] : skuOfferingArrayDeserializer(item[\"skus\"]),\n };\n}\n\nexport function featureOfferingArrayDeserializer(result: Array<FeatureOffering>): any[] {\n return result.map((item) => {\n return featureOfferingDeserializer(item);\n });\n}\n\n/** Describes the availability of a specific feature in a region. */\nexport interface FeatureOffering {\n /** The name of the feature offered in this region. */\n name?: string;\n}\n\nexport function featureOfferingDeserializer(item: any): FeatureOffering {\n return {\n name: item[\"name\"],\n };\n}\n\nexport function skuOfferingArrayDeserializer(result: Array<SkuOffering>): any[] {\n return result.map((item) => {\n return skuOfferingDeserializer(item);\n });\n}\n\n/** Describes a SKU offering with its limits in a specific region. */\nexport interface SkuOffering {\n /** The SKU definition. */\n sku?: Sku;\n /** The limits associated with this SKU offered in this region. */\n limits?: SkuLimits;\n}\n\nexport function skuOfferingDeserializer(item: any): SkuOffering {\n return {\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n limits: !item[\"limits\"] ? item[\"limits\"] : skuLimitsDeserializer(item[\"limits\"]),\n };\n}\n\n/** Defines the SKU of a search service, which determines billing rate and capacity limits. */\nexport interface Sku {\n /** The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions. 'serverless': Serverless tier with auto-scaling capabilities. */\n name?: SkuName;\n}\n\nexport function skuSerializer(item: Sku): any {\n return { name: item[\"name\"] };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n };\n}\n\n/** The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions. 'serverless': Serverless tier with auto-scaling capabilities. */\nexport enum KnownSkuName {\n /** Free tier, with no SLA guarantees and a subset of the features offered on billable tiers. */\n Free = \"free\",\n /** Billable tier for a dedicated service having up to 3 replicas. */\n Basic = \"basic\",\n /** Billable tier for a dedicated service having up to 12 partitions and 12 replicas. */\n Standard = \"standard\",\n /** Similar to 'standard', but with more capacity per search unit. */\n Standard2 = \"standard2\",\n /** The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). */\n Standard3 = \"standard3\",\n /** Billable tier for a dedicated service that supports 1TB per partition, up to 12 partitions. */\n StorageOptimizedL1 = \"storage_optimized_l1\",\n /** Billable tier for a dedicated service that supports 2TB per partition, up to 12 partitions. */\n StorageOptimizedL2 = \"storage_optimized_l2\",\n /** Serverless tier, offering low-touch, consumption-based, and pay-as-you-go experience, with auto-scaling capabilities. */\n Serverless = \"serverless\",\n}\n\n/**\n * The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage_optimized_l1': Supports 1TB per partition, up to 12 partitions. 'storage_optimized_l2': Supports 2TB per partition, up to 12 partitions. 'serverless': Serverless tier with auto-scaling capabilities. \\\n * {@link KnownSkuName} can be used interchangeably with SkuName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **free**: Free tier, with no SLA guarantees and a subset of the features offered on billable tiers. \\\n * **basic**: Billable tier for a dedicated service having up to 3 replicas. \\\n * **standard**: Billable tier for a dedicated service having up to 12 partitions and 12 replicas. \\\n * **standard2**: Similar to 'standard', but with more capacity per search unit. \\\n * **standard3**: The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). \\\n * **storage_optimized_l1**: Billable tier for a dedicated service that supports 1TB per partition, up to 12 partitions. \\\n * **storage_optimized_l2**: Billable tier for a dedicated service that supports 2TB per partition, up to 12 partitions. \\\n * **serverless**: Serverless tier, offering low-touch, consumption-based, and pay-as-you-go experience, with auto-scaling capabilities.\n */\nexport type SkuName = string;\n\n/** Describes the limits associated with a SKU offering. */\nexport interface SkuLimits {\n /** The maximum number of indexes available for this SKU. */\n indexes?: number;\n /** The maximum number of indexers available for this SKU. */\n indexers?: number;\n /** The maximum storage size in Gigabytes available for this SKU per partition. */\n partitionStorageInGigabytes?: number;\n /** The maximum vector storage size in Gigabytes available for this SKU per partition. */\n partitionVectorStorageInGigabytes?: number;\n /** The maximum number of search units available for this SKU. */\n searchUnits?: number;\n /** The maximum number of replicas available for this SKU. */\n replicas?: number;\n /** The maximum number of partitions available for this SKU. */\n partitions?: number;\n}\n\nexport function skuLimitsDeserializer(item: any): SkuLimits {\n return {\n indexes: item[\"indexes\"],\n indexers: item[\"indexers\"],\n partitionStorageInGigabytes: item[\"partitionStorageInGigabytes\"],\n partitionVectorStorageInGigabytes: item[\"partitionVectorStorageInGigabytes\"],\n searchUnits: item[\"searchUnits\"],\n replicas: item[\"replicas\"],\n partitions: item[\"partitions\"],\n };\n}\n\n/** The result of the request to list REST API operations. It contains a list of operations and a URL to get the next set of results. */\nexport interface _OperationListResult {\n /** The list of operations by Azure AI Search, some supported by the resource provider and others by data plane APIs. */\n readonly value?: Operation[];\n /** The URL to get the next set of operation list results, if any. */\n readonly nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: !item[\"value\"] ? item[\"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/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\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 actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\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 intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Describes an existing private endpoint connection to the Azure AI Search service. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Describes the properties of an existing private endpoint connection to the Azure AI Search service. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesSerializer(item[\"properties\"]),\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 properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateEndpointConnectionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes the properties of an existing private endpoint connection to the search service. */\nexport interface PrivateEndpointConnectionProperties {\n /** The private endpoint resource from Microsoft.Network provider. */\n privateEndpoint?: PrivateEndpointConnectionPropertiesPrivateEndpoint;\n /** Describes the current state of an existing Azure Private Link service connection to the private endpoint. */\n privateLinkServiceConnectionState?: PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState;\n /** The group ID of the Azure resource for which the private link service is for. */\n groupId?: string;\n /** The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled. */\n provisioningState?: PrivateLinkServiceConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointConnectionPropertiesPrivateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateSerializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n groupId: item[\"groupId\"],\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 : privateEndpointConnectionPropertiesPrivateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n groupId: item[\"groupId\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The private endpoint resource from Microsoft.Network provider. */\nexport interface PrivateEndpointConnectionPropertiesPrivateEndpoint {\n /** The resource ID of the private endpoint resource from Microsoft.Network provider. */\n id?: string;\n}\n\nexport function privateEndpointConnectionPropertiesPrivateEndpointSerializer(\n item: PrivateEndpointConnectionPropertiesPrivateEndpoint,\n): any {\n return { id: item[\"id\"] };\n}\n\nexport function privateEndpointConnectionPropertiesPrivateEndpointDeserializer(\n item: any,\n): PrivateEndpointConnectionPropertiesPrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Describes the current state of an existing Azure Private Link service connection to the private endpoint. */\nexport interface PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState {\n /** Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected. */\n status?: PrivateLinkServiceConnectionStatus;\n /** The description for the private link service connection state. */\n description?: string;\n /** A description of any extra actions that may be required. */\n actionsRequired?: string;\n}\n\nexport function privateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateSerializer(\n item: PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function privateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** Status of the the private link service connection. Valid values are Pending, Approved, Rejected, or Disconnected. */\nexport type PrivateLinkServiceConnectionStatus =\n | \"Pending\"\n | \"Approved\"\n | \"Rejected\"\n | \"Disconnected\";\n\n/** The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled. */\nexport enum KnownPrivateLinkServiceConnectionProvisioningState {\n /** The private link service connection is in the process of being created along with other resources for it to be fully functional. */\n Updating = \"Updating\",\n /** The private link service connection is in the process of being deleted. */\n Deleting = \"Deleting\",\n /** The private link service connection has failed to be provisioned or deleted. */\n Failed = \"Failed\",\n /** The private link service connection has finished provisioning and is ready for approval. */\n Succeeded = \"Succeeded\",\n /** Provisioning request for the private link service connection resource has been accepted but the process of creation has not commenced yet. */\n Incomplete = \"Incomplete\",\n /** Provisioning request for the private link service connection resource has been canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of the private link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled. \\\n * {@link KnownPrivateLinkServiceConnectionProvisioningState} can be used interchangeably with PrivateLinkServiceConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Updating**: The private link service connection is in the process of being created along with other resources for it to be fully functional. \\\n * **Deleting**: The private link service connection is in the process of being deleted. \\\n * **Failed**: The private link service connection has failed to be provisioned or deleted. \\\n * **Succeeded**: The private link service connection has finished provisioning and is ready for approval. \\\n * **Incomplete**: Provisioning request for the private link service connection resource has been accepted but the process of creation has not commenced yet. \\\n * **Canceled**: Provisioning request for the private link service connection resource has been canceled.\n */\nexport type PrivateLinkServiceConnectionProvisioningState = string;\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/** Response containing a list of private endpoint connections. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The list of private endpoint connections. */\n readonly value?: PrivateEndpointConnection[];\n /** Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. */\n readonly nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : 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/** Describes a shared private link resource managed by the Azure AI Search service. */\nexport interface SharedPrivateLinkResource extends ProxyResource {\n /** Describes the properties of a shared private link resource managed by the Azure AI Search service. */\n properties?: SharedPrivateLinkResourceProperties;\n}\n\nexport function sharedPrivateLinkResourceSerializer(item: SharedPrivateLinkResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sharedPrivateLinkResourcePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function sharedPrivateLinkResourceDeserializer(item: any): SharedPrivateLinkResource {\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 properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sharedPrivateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes the properties of an existing shared private link resource managed by the Azure AI Search service. */\nexport interface SharedPrivateLinkResourceProperties {\n /** The resource ID of the resource the shared private link resource is for. */\n privateLinkResourceId?: string;\n /** The group ID from the provider of resource the shared private link resource is for. */\n groupId?: string;\n /** The message for requesting approval of the shared private link resource. */\n requestMessage?: string;\n /** Optional. Can be used to specify the Azure Resource Manager location of the resource for which a shared private link is being created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service). */\n resourceRegion?: string;\n /** Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected. */\n status?: SharedPrivateLinkResourceStatus;\n /** The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete. */\n provisioningState?: SharedPrivateLinkResourceProvisioningState;\n}\n\nexport function sharedPrivateLinkResourcePropertiesSerializer(\n item: SharedPrivateLinkResourceProperties,\n): any {\n return {\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n groupId: item[\"groupId\"],\n requestMessage: item[\"requestMessage\"],\n resourceRegion: item[\"resourceRegion\"],\n status: item[\"status\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function sharedPrivateLinkResourcePropertiesDeserializer(\n item: any,\n): SharedPrivateLinkResourceProperties {\n return {\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n groupId: item[\"groupId\"],\n requestMessage: item[\"requestMessage\"],\n resourceRegion: item[\"resourceRegion\"],\n status: item[\"status\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected. */\nexport enum KnownSharedPrivateLinkResourceStatus {\n /** The shared private link resource has been created and is pending approval. */\n Pending = \"Pending\",\n /** The shared private link resource is approved and is ready for use. */\n Approved = \"Approved\",\n /** The shared private link resource has been rejected and cannot be used. */\n Rejected = \"Rejected\",\n /** The shared private link resource has been removed from the service. */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected. \\\n * {@link KnownSharedPrivateLinkResourceStatus} can be used interchangeably with SharedPrivateLinkResourceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: The shared private link resource has been created and is pending approval. \\\n * **Approved**: The shared private link resource is approved and is ready for use. \\\n * **Rejected**: The shared private link resource has been rejected and cannot be used. \\\n * **Disconnected**: The shared private link resource has been removed from the service.\n */\nexport type SharedPrivateLinkResourceStatus = string;\n\n/** The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete. */\nexport enum KnownSharedPrivateLinkResourceProvisioningState {\n /** The shared private link resource is in the process of being created along with other resources for it to be fully functional. */\n Updating = \"Updating\",\n /** The shared private link resource is in the process of being deleted. */\n Deleting = \"Deleting\",\n /** The shared private link resource has failed to be provisioned or deleted. */\n Failed = \"Failed\",\n /** The shared private link resource has finished provisioning and is ready for approval. */\n Succeeded = \"Succeeded\",\n /** Provisioning request for the shared private link resource has been accepted but the process of creation has not commenced yet. */\n Incomplete = \"Incomplete\",\n}\n\n/**\n * The provisioning state of the shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete. \\\n * {@link KnownSharedPrivateLinkResourceProvisioningState} can be used interchangeably with SharedPrivateLinkResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Updating**: The shared private link resource is in the process of being created along with other resources for it to be fully functional. \\\n * **Deleting**: The shared private link resource is in the process of being deleted. \\\n * **Failed**: The shared private link resource has failed to be provisioned or deleted. \\\n * **Succeeded**: The shared private link resource has finished provisioning and is ready for approval. \\\n * **Incomplete**: Provisioning request for the shared private link resource has been accepted but the process of creation has not commenced yet.\n */\nexport type SharedPrivateLinkResourceProvisioningState = string;\n\n/** Response containing a list of shared private link resources. */\nexport interface _SharedPrivateLinkResourceListResult {\n /** The list of shared private link resources. */\n readonly value?: SharedPrivateLinkResource[];\n /** The URL to get the next set of shared private link resources, if there are any. */\n nextLink?: string;\n}\n\nexport function _sharedPrivateLinkResourceListResultDeserializer(\n item: any,\n): _SharedPrivateLinkResourceListResult {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : sharedPrivateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sharedPrivateLinkResourceArraySerializer(\n result: Array<SharedPrivateLinkResource>,\n): any[] {\n return result.map((item) => {\n return sharedPrivateLinkResourceSerializer(item);\n });\n}\n\nexport function sharedPrivateLinkResourceArrayDeserializer(\n result: Array<SharedPrivateLinkResource>,\n): any[] {\n return result.map((item) => {\n return sharedPrivateLinkResourceDeserializer(item);\n });\n}\n\n/** Network security perimeter (NSP) configuration resource */\nexport interface NetworkSecurityPerimeterConfiguration extends ProxyResource {\n /** Network security configuration properties. */\n properties?: NetworkSecurityPerimeterConfigurationProperties;\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 properties: !item[\"properties\"]\n ? item[\"properties\"]\n : networkSecurityPerimeterConfigurationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Network security configuration properties. */\nexport interface NetworkSecurityPerimeterConfigurationProperties {\n readonly provisioningState?: NetworkSecurityPerimeterConfigurationProvisioningState;\n /** List of provisioning issues, if any */\n readonly provisioningIssues?: ProvisioningIssue[];\n networkSecurityPerimeter?: NetworkSecurityPerimeter;\n resourceAssociation?: ResourceAssociation;\n profile?: NetworkSecurityProfile;\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 : resourceAssociationDeserializer(item[\"resourceAssociation\"]),\n profile: !item[\"profile\"]\n ? item[\"profile\"]\n : networkSecurityProfileDeserializer(item[\"profile\"]),\n };\n}\n\n/** Provisioning state of a network security perimeter configuration that is being created or updated. */\nexport enum KnownNetworkSecurityPerimeterConfigurationProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Provisioning state of a network security perimeter configuration that is being created or updated. \\\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 * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Accepted** \\\n * **Failed** \\\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 a provisioning issue for a network security perimeter configuration */\nexport interface ProvisioningIssue {\n /** Name of the issue */\n readonly name?: string;\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/** Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules */\nexport interface ProvisioningIssueProperties {\n /** Type of issue */\n readonly issueType?: IssueType;\n /** Severity of the issue. */\n readonly severity?: Severity;\n /** Description of the issue */\n readonly description?: string;\n /** Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue. */\n readonly suggestedResourceIds?: string[];\n /** Access rules that can be added to the network security profile (NSP) to remediate the issue. */\n readonly suggestedAccessRules?: AccessRule[];\n}\n\nexport function provisioningIssuePropertiesDeserializer(item: any): ProvisioningIssueProperties {\n return {\n issueType: item[\"issueType\"],\n severity: item[\"severity\"],\n description: item[\"description\"],\n suggestedResourceIds: !item[\"suggestedResourceIds\"]\n ? item[\"suggestedResourceIds\"]\n : item[\"suggestedResourceIds\"].map((p: any) => {\n return p;\n }),\n suggestedAccessRules: !item[\"suggestedAccessRules\"]\n ? item[\"suggestedAccessRules\"]\n : accessRuleArrayDeserializer(item[\"suggestedAccessRules\"]),\n };\n}\n\n/** Type of issue */\nexport enum KnownIssueType {\n /** Unknown issue type */\n Unknown = \"Unknown\",\n /** An error occurred while applying the network security perimeter (NSP) configuration. */\n ConfigurationPropagationFailure = \"ConfigurationPropagationFailure\",\n /** A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. */\n MissingPerimeterConfiguration = \"MissingPerimeterConfiguration\",\n /** An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP. */\n MissingIdentityConfiguration = \"MissingIdentityConfiguration\",\n}\n\n/**\n * Type of issue \\\n * {@link KnownIssueType} can be used interchangeably with IssueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown issue type \\\n * **ConfigurationPropagationFailure**: An error occurred while applying the network security perimeter (NSP) configuration. \\\n * **MissingPerimeterConfiguration**: A network connectivity issue is happening on the resource which could be addressed either by adding new resources to the network security perimeter (NSP) or by modifying access rules. \\\n * **MissingIdentityConfiguration**: An managed identity hasn't been associated with the resource. The resource will still be able to validate inbound traffic from the network security perimeter (NSP) or matching inbound access rules, but it won't be able to perform outbound access as a member of the NSP.\n */\nexport type IssueType = string;\n\n/** Severity of the issue. */\nexport enum KnownSeverity {\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n}\n\n/**\n * Severity of the issue. \\\n * {@link KnownSeverity} can be used interchangeably with Severity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Warning** \\\n * **Error**\n */\nexport type Severity = string;\n\nexport function accessRuleArrayDeserializer(result: Array<AccessRule>): any[] {\n return result.map((item) => {\n return accessRuleDeserializer(item);\n });\n}\n\n/** Access rule in a network security perimeter configuration profile */\nexport interface AccessRule {\n /** Name of the access rule */\n name?: string;\n properties?: AccessRuleProperties;\n}\n\nexport function accessRuleDeserializer(item: any): AccessRule {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : accessRulePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of Access Rule */\nexport interface AccessRuleProperties {\n direction?: AccessRuleDirection;\n /** Address prefixes in the CIDR format for inbound rules */\n addressPrefixes?: string[];\n /** Subscriptions for inbound rules */\n subscriptions?: AccessRulePropertiesSubscriptionsItem[];\n /** Network security perimeters for inbound rules */\n networkSecurityPerimeters?: NetworkSecurityPerimeter[];\n /** Fully qualified domain names (FQDN) for outbound rules */\n fullyQualifiedDomainNames?: string[];\n /** Email addresses for outbound rules */\n emailAddresses?: string[];\n /** Phone numbers for outbound rules */\n phoneNumbers?: string[];\n}\n\nexport function accessRulePropertiesDeserializer(item: any): AccessRuleProperties {\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 : accessRulePropertiesSubscriptionsItemArrayDeserializer(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 emailAddresses: !item[\"emailAddresses\"]\n ? item[\"emailAddresses\"]\n : item[\"emailAddresses\"].map((p: any) => {\n return p;\n }),\n phoneNumbers: !item[\"phoneNumbers\"]\n ? item[\"phoneNumbers\"]\n : item[\"phoneNumbers\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Direction of Access Rule */\nexport enum KnownAccessRuleDirection {\n /** Applies to inbound network traffic to the secured resources. */\n Inbound = \"Inbound\",\n /** Applies to outbound network traffic from the secured resources */\n Outbound = \"Outbound\",\n}\n\n/**\n * Direction of Access Rule \\\n * {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound**: Applies to inbound network traffic to the secured resources. \\\n * **Outbound**: Applies to outbound network traffic from the secured resources\n */\nexport type AccessRuleDirection = string;\n\nexport function accessRulePropertiesSubscriptionsItemArrayDeserializer(\n result: Array<AccessRulePropertiesSubscriptionsItem>,\n): any[] {\n return result.map((item) => {\n return accessRulePropertiesSubscriptionsItemDeserializer(item);\n });\n}\n\n/** Network security perimeter configuration */\nexport interface AccessRulePropertiesSubscriptionsItem {\n /** The fully qualified Azure resource ID of the subscription e.g. ('/subscriptions/00000000-0000-0000-0000-000000000000') */\n id?: string;\n}\n\nexport function accessRulePropertiesSubscriptionsItemDeserializer(\n item: any,\n): AccessRulePropertiesSubscriptionsItem {\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/** Information about a network security perimeter (NSP) */\nexport interface NetworkSecurityPerimeter {\n /** Fully qualified Azure resource ID of the NSP resource */\n id?: string;\n /** Universal unique ID (UUID) of the network security perimeter */\n perimeterGuid?: string;\n /** Location of the network security perimeter */\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 ResourceAssociation {\n /** Name of the resource association */\n name?: string;\n accessMode?: ResourceAssociationAccessMode;\n}\n\nexport function resourceAssociationDeserializer(item: any): ResourceAssociation {\n return {\n name: item[\"name\"],\n accessMode: item[\"accessMode\"],\n };\n}\n\n/** Access mode of the resource association */\nexport enum KnownResourceAssociationAccessMode {\n /** Enforced access mode - traffic to the resource that failed access checks is blocked */\n Enforced = \"Enforced\",\n /** Learning access mode - traffic to the resource is enabled for analysis but not blocked */\n Learning = \"Learning\",\n /** Audit access mode - traffic to the resource that fails access checks is logged but not blocked */\n Audit = \"Audit\",\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 * **Enforced**: Enforced access mode - traffic to the resource that failed access checks is blocked \\\n * **Learning**: Learning access mode - traffic to the resource is enabled for analysis but not blocked \\\n * **Audit**: Audit access mode - traffic to the resource that fails access checks is logged but not blocked\n */\nexport type ResourceAssociationAccessMode = string;\n\n/** Network security perimeter configuration profile */\nexport interface NetworkSecurityProfile {\n /** Name of the profile */\n name?: string;\n /** Current access rules version */\n accessRulesVersion?: number;\n /** List of Access Rules */\n accessRules?: AccessRule[];\n /** Current diagnostic settings version */\n diagnosticSettingsVersion?: number;\n /** List of log categories that are enabled */\n enabledLogCategories?: string[];\n}\n\nexport function networkSecurityProfileDeserializer(item: any): NetworkSecurityProfile {\n return {\n name: item[\"name\"],\n accessRulesVersion: item[\"accessRulesVersion\"],\n accessRules: !item[\"accessRules\"]\n ? item[\"accessRules\"]\n : accessRuleArrayDeserializer(item[\"accessRules\"]),\n diagnosticSettingsVersion: item[\"diagnosticSettingsVersion\"],\n enabledLogCategories: !item[\"enabledLogCategories\"]\n ? item[\"enabledLogCategories\"]\n : item[\"enabledLogCategories\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The response of a NetworkSecurityPerimeterConfiguration list operation. */\nexport interface _NetworkSecurityPerimeterConfigurationListResult {\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 _networkSecurityPerimeterConfigurationListResultDeserializer(\n item: any,\n): _NetworkSecurityPerimeterConfigurationListResult {\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/** Input of check name availability API. */\nexport interface CheckNameAvailabilityInput {\n /** The search service name to validate. Search service names must only contain lowercase letters, digits or dashes, cannot use dash as the first two or last one characters, cannot contain consecutive dashes, and must be between 2 and 60 characters in length. */\n name: string;\n /** The type of the resource whose name is to be validated. This value must always be 'searchServices'. */\n type: \"searchServices\";\n}\n\nexport function checkNameAvailabilityInputSerializer(item: CheckNameAvailabilityInput): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** Output of check name availability API. */\nexport interface CheckNameAvailabilityOutput {\n /** A value indicating whether the name is available. */\n readonly isNameAvailable?: boolean;\n /** The reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable. */\n readonly reason?: UnavailableNameReason;\n /** A message that explains why the name is invalid and provides resource naming requirements. Available only if 'Invalid' is returned in the 'reason' property. */\n readonly message?: string;\n}\n\nexport function checkNameAvailabilityOutputDeserializer(item: any): CheckNameAvailabilityOutput {\n return {\n isNameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** The reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable. */\nexport enum KnownUnavailableNameReason {\n /** The search service name doesn't match naming requirements. */\n Invalid = \"Invalid\",\n /** The search service name is already assigned to a different search service. */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * The reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable. \\\n * {@link KnownUnavailableNameReason} can be used interchangeably with UnavailableNameReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid**: The search service name doesn't match naming requirements. \\\n * **AlreadyExists**: The search service name is already assigned to a different search service.\n */\nexport type UnavailableNameReason = string;\n\n/** Describes an Azure AI Search service and its current state. */\nexport interface SearchService extends TrackedResource {\n /** The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service. */\n sku?: Sku;\n /** The identity of the resource. */\n identity?: Identity;\n /** The number of replicas in the dedicated search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. */\n replicaCount?: number;\n /** The number of partitions in the dedicated search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3. */\n partitionCount?: number;\n /** The endpoint of the Azure AI Search service. */\n endpoint?: string;\n /** Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'Default' or 'HighDensity'. For all other SKUs, this value must be 'Default'. */\n hostingMode?: HostingMode;\n /** Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. */\n computeType?: ComputeType;\n /** This value can be set to 'Enabled' to avoid breaking changes on existing customer resources and templates. If set to 'Disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned. */\n readonly status?: SearchServiceStatus;\n /** The details of the search service status. */\n readonly statusDetails?: string;\n /** The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up. */\n readonly provisioningState?: ProvisioningState;\n /** Network specific rules that determine how the Azure AI Search service may be reached. */\n networkRuleSet?: NetworkRuleSet;\n /** A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future. */\n dataExfiltrationProtections?: SearchDataExfiltrationProtection[];\n /** Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. */\n encryptionWithCmk?: EncryptionWithCmk;\n /** When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined. */\n disableLocalAuth?: boolean;\n /** Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true. */\n authOptions?: DataPlaneAuthOptions;\n /** Specifies the availability and billing plan for semantic search on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. */\n semanticSearch?: SearchSemanticSearch;\n /** Specifies the billing plan for agentic retrieval on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. */\n knowledgeRetrieval?: KnowledgeRetrieval;\n /** The list of private endpoint connections to the Azure AI Search service. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** The list of shared private link resources managed by the Azure AI Search service. */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /** A system generated property representing the service's etag that can be for optimistic concurrency control during updates. */\n readonly eTag?: string;\n /** Indicates if the search service has an upgrade available. */\n upgradeAvailable?: UpgradeAvailable;\n /** The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time. */\n readonly serviceUpgradedAt?: Date;\n}\n\nexport function searchServiceSerializer(item: SearchService): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"replicaCount\",\n \"partitionCount\",\n \"endpoint\",\n \"hostingMode\",\n \"computeType\",\n \"publicNetworkAccess\",\n \"networkRuleSet\",\n \"dataExfiltrationProtections\",\n \"encryptionWithCmk\",\n \"disableLocalAuth\",\n \"authOptions\",\n \"semanticSearch\",\n \"knowledgeRetrieval\",\n \"upgradeAvailable\",\n ])\n ? undefined\n : _searchServicePropertiesSerializer(item),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n };\n}\n\nexport function searchServiceDeserializer(item: any): SearchService {\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 : _searchServicePropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n identity: !item[\"identity\"] ? item[\"identity\"] : identityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of the search service. */\nexport interface SearchServiceProperties {\n /** The number of replicas in the dedicated search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. */\n replicaCount?: number;\n /** The number of partitions in the dedicated search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3. */\n partitionCount?: number;\n /** The endpoint of the Azure AI Search service. */\n endpoint?: string;\n /** Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'Default' or 'HighDensity'. For all other SKUs, this value must be 'Default'. */\n hostingMode?: HostingMode;\n /** Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. */\n computeType?: ComputeType;\n /** This value can be set to 'Enabled' to avoid breaking changes on existing customer resources and templates. If set to 'Disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned. */\n readonly status?: SearchServiceStatus;\n /** The details of the search service status. */\n readonly statusDetails?: string;\n /** The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up. */\n readonly provisioningState?: ProvisioningState;\n /** Network specific rules that determine how the Azure AI Search service may be reached. */\n networkRuleSet?: NetworkRuleSet;\n /** A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future. */\n dataExfiltrationProtections?: SearchDataExfiltrationProtection[];\n /** Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. */\n encryptionWithCmk?: EncryptionWithCmk;\n /** When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined. */\n disableLocalAuth?: boolean;\n /** Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true. */\n authOptions?: DataPlaneAuthOptions;\n /** Specifies the availability and billing plan for semantic search on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. */\n semanticSearch?: SearchSemanticSearch;\n /** Specifies the billing plan for agentic retrieval on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. */\n knowledgeRetrieval?: KnowledgeRetrieval;\n /** The list of private endpoint connections to the Azure AI Search service. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** The list of shared private link resources managed by the Azure AI Search service. */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /** A system generated property representing the service's etag that can be for optimistic concurrency control during updates. */\n readonly eTag?: string;\n /** Indicates if the search service has an upgrade available. */\n upgradeAvailable?: UpgradeAvailable;\n /** The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time. */\n readonly serviceUpgradedAt?: Date;\n}\n\nexport function searchServicePropertiesSerializer(item: SearchServiceProperties): any {\n return {\n replicaCount: item[\"replicaCount\"],\n partitionCount: item[\"partitionCount\"],\n endpoint: item[\"endpoint\"],\n hostingMode: item[\"hostingMode\"],\n computeType: item[\"computeType\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n networkRuleSet: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetSerializer(item[\"networkRuleSet\"]),\n dataExfiltrationProtections: !item[\"dataExfiltrationProtections\"]\n ? item[\"dataExfiltrationProtections\"]\n : item[\"dataExfiltrationProtections\"].map((p: any) => {\n return p;\n }),\n encryptionWithCmk: !item[\"encryptionWithCmk\"]\n ? item[\"encryptionWithCmk\"]\n : encryptionWithCmkSerializer(item[\"encryptionWithCmk\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n authOptions: !item[\"authOptions\"]\n ? item[\"authOptions\"]\n : dataPlaneAuthOptionsSerializer(item[\"authOptions\"]),\n semanticSearch: item[\"semanticSearch\"],\n knowledgeRetrieval: item[\"knowledgeRetrieval\"],\n upgradeAvailable: item[\"upgradeAvailable\"],\n };\n}\n\nexport function searchServicePropertiesDeserializer(item: any): SearchServiceProperties {\n return {\n replicaCount: item[\"replicaCount\"],\n partitionCount: item[\"partitionCount\"],\n endpoint: item[\"endpoint\"],\n hostingMode: item[\"hostingMode\"],\n computeType: item[\"computeType\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n status: item[\"status\"],\n statusDetails: item[\"statusDetails\"],\n provisioningState: item[\"provisioningState\"],\n networkRuleSet: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetDeserializer(item[\"networkRuleSet\"]),\n dataExfiltrationProtections: !item[\"dataExfiltrationProtections\"]\n ? item[\"dataExfiltrationProtections\"]\n : item[\"dataExfiltrationProtections\"].map((p: any) => {\n return p;\n }),\n encryptionWithCmk: !item[\"encryptionWithCmk\"]\n ? item[\"encryptionWithCmk\"]\n : encryptionWithCmkDeserializer(item[\"encryptionWithCmk\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n authOptions: !item[\"authOptions\"]\n ? item[\"authOptions\"]\n : dataPlaneAuthOptionsDeserializer(item[\"authOptions\"]),\n semanticSearch: item[\"semanticSearch\"],\n knowledgeRetrieval: item[\"knowledgeRetrieval\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArrayDeserializer(item[\"sharedPrivateLinkResources\"]),\n eTag: item[\"eTag\"],\n upgradeAvailable: item[\"upgradeAvailable\"],\n serviceUpgradedAt: !item[\"serviceUpgradedAt\"]\n ? item[\"serviceUpgradedAt\"]\n : new Date(item[\"serviceUpgradedAt\"]),\n };\n}\n\n/** Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'Default' or 'HighDensity'. For all other SKUs, this value must be 'Default'. */\nexport type HostingMode = \"Default\" | \"HighDensity\";\n\n/** Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. */\nexport enum KnownComputeType {\n /** Create the service with the Default Compute. */\n Default = \"Default\",\n /** Create the dedicated service with Azure Confidential Compute. */\n Confidential = \"Confidential\",\n}\n\n/**\n * Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. \\\n * {@link KnownComputeType} can be used interchangeably with ComputeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Create the service with the Default Compute. \\\n * **Confidential**: Create the dedicated service with Azure Confidential Compute.\n */\nexport type ComputeType = string;\n\n/** This value can be set to 'Enabled' to avoid breaking changes on existing customer resources and templates. If set to 'Disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */\nexport enum KnownPublicNetworkAccess {\n /** The search service is accessible from traffic originating from the public internet. */\n Enabled = \"Enabled\",\n /** The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections. */\n Disabled = \"Disabled\",\n /** The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter. */\n SecuredByPerimeter = \"SecuredByPerimeter\",\n}\n\n/**\n * This value can be set to 'Enabled' to avoid breaking changes on existing customer resources and templates. If set to 'Disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. \\\n * {@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**: The search service is accessible from traffic originating from the public internet. \\\n * **Disabled**: The search service is not accessible from traffic originating from the public internet. Access is only permitted over approved private endpoint connections. \\\n * **SecuredByPerimeter**: The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter.\n */\nexport type PublicNetworkAccess = string;\n/** The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned. */\nexport type SearchServiceStatus =\n | \"running\"\n | \"provisioning\"\n | \"deleting\"\n | \"degraded\"\n | \"disabled\"\n | \"error\"\n | \"stopped\";\n/** The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up. */\nexport type ProvisioningState = \"succeeded\" | \"provisioning\" | \"failed\";\n\n/** Network specific rules that determine how the Azure AI Search service may be reached. */\nexport interface NetworkRuleSet {\n /** A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method. */\n ipRules?: IpRule[];\n /** Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section. */\n bypass?: SearchBypass;\n}\n\nexport function networkRuleSetSerializer(item: NetworkRuleSet): any {\n return {\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArraySerializer(item[\"ipRules\"]),\n bypass: item[\"bypass\"],\n };\n}\n\nexport function networkRuleSetDeserializer(item: any): NetworkRuleSet {\n return {\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArrayDeserializer(item[\"ipRules\"]),\n bypass: item[\"bypass\"],\n };\n}\n\nexport function ipRuleArraySerializer(result: Array<IpRule>): any[] {\n return result.map((item) => {\n return ipRuleSerializer(item);\n });\n}\n\nexport function ipRuleArrayDeserializer(result: Array<IpRule>): any[] {\n return result.map((item) => {\n return ipRuleDeserializer(item);\n });\n}\n\n/** The IP restriction rule of the Azure AI Search service. */\nexport interface IpRule {\n /** Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed. */\n value?: string;\n}\n\nexport function ipRuleSerializer(item: IpRule): any {\n return { value: item[\"value\"] };\n}\n\nexport function ipRuleDeserializer(item: any): IpRule {\n return {\n value: item[\"value\"],\n };\n}\n\n/** Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section. */\nexport enum KnownSearchBypass {\n /** Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default. */\n None = \"None\",\n /** Indicates that requests originating from the Azure Portal can bypass the rules defined in the 'ipRules' section. */\n AzurePortal = \"AzurePortal\",\n /** Indicates that requests originating from Azure trusted services can bypass the rules defined in the 'ipRules' section. */\n AzureServices = \"AzureServices\",\n}\n\n/**\n * Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section. \\\n * {@link KnownSearchBypass} can be used interchangeably with SearchBypass,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default. \\\n * **AzurePortal**: Indicates that requests originating from the Azure Portal can bypass the rules defined in the 'ipRules' section. \\\n * **AzureServices**: Indicates that requests originating from Azure trusted services can bypass the rules defined in the 'ipRules' section.\n */\nexport type SearchBypass = string;\n\n/** A specific data exfiltration scenario that is disabled for the service. */\nexport enum KnownSearchDataExfiltrationProtection {\n /** Indicates that all data exfiltration scenarios are disabled. */\n BlockAll = \"BlockAll\",\n}\n\n/**\n * A specific data exfiltration scenario that is disabled for the service. \\\n * {@link KnownSearchDataExfiltrationProtection} can be used interchangeably with SearchDataExfiltrationProtection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BlockAll**: Indicates that all data exfiltration scenarios are disabled.\n */\nexport type SearchDataExfiltrationProtection = string;\n\n/** Describes a policy that determines how resources within the search service are to be encrypted with customer managed keys. */\nexport interface EncryptionWithCmk {\n /** Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key. */\n enforcement?: SearchEncryptionWithCmk;\n /** Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant. */\n readonly encryptionComplianceStatus?: SearchEncryptionComplianceStatus;\n /** Describes the customer-managed key configuration for encrypting the search service. */\n serviceLevelEncryptionKey?: SearchResourceEncryptionKey;\n}\n\nexport function encryptionWithCmkSerializer(item: EncryptionWithCmk): any {\n return {\n enforcement: item[\"enforcement\"],\n serviceLevelEncryptionKey: !item[\"serviceLevelEncryptionKey\"]\n ? item[\"serviceLevelEncryptionKey\"]\n : searchResourceEncryptionKeySerializer(item[\"serviceLevelEncryptionKey\"]),\n };\n}\n\nexport function encryptionWithCmkDeserializer(item: any): EncryptionWithCmk {\n return {\n enforcement: item[\"enforcement\"],\n encryptionComplianceStatus: item[\"encryptionComplianceStatus\"],\n serviceLevelEncryptionKey: !item[\"serviceLevelEncryptionKey\"]\n ? item[\"serviceLevelEncryptionKey\"]\n : searchResourceEncryptionKeyDeserializer(item[\"serviceLevelEncryptionKey\"]),\n };\n}\n\n/** Describes how a search service should enforce compliance if it finds objects that aren't encrypted with the customer-managed key. */\nexport type SearchEncryptionWithCmk = \"Disabled\" | \"Enabled\" | \"Unspecified\";\n/** Returns the status of search service compliance with respect to non-CMK-encrypted objects. If a service has more than one unencrypted object, and enforcement is enabled, the service is marked as noncompliant. */\nexport type SearchEncryptionComplianceStatus = \"Compliant\" | \"NonCompliant\";\n\n/** A customer-managed encryption key in Azure Key Vault. Keys that you create and manage can be used to encrypt or decrypt data-at-rest, such as indexes and synonym maps. */\nexport interface SearchResourceEncryptionKey {\n /** The name of your Azure Key Vault key to be used to encrypt your data at rest. */\n keyName?: string;\n /** The version of your Azure Key Vault key to be used to encrypt your data at rest. */\n keyVersion?: string;\n /** The URI of your Azure Key Vault, also referred to as DNS name, that contains the key to be used to encrypt your data at rest. An example URI might be `https://my-keyvault-name.vault.azure.net`. */\n vaultUri?: string;\n /** An explicit managed identity to use for this encryption key. If not specified and the access credentials property is null, the system-assigned managed identity is used. On update to the resource, if the explicit identity is unspecified, it remains unchanged. If \"none\" is specified, the value of this property is cleared. */\n identity?: DataIdentityUnion;\n /** Optional Azure Active Directory credentials used for accessing your Azure Key Vault. Not required if using managed identity instead. */\n accessCredentials?: AzureActiveDirectoryApplicationCredentials;\n}\n\nexport function searchResourceEncryptionKeySerializer(item: SearchResourceEncryptionKey): any {\n return {\n keyVaultKeyName: item[\"keyName\"],\n keyVaultKeyVersion: item[\"keyVersion\"],\n keyVaultUri: item[\"vaultUri\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : dataIdentityUnionSerializer(item[\"identity\"]),\n accessCredentials: !item[\"accessCredentials\"]\n ? item[\"accessCredentials\"]\n : azureActiveDirectoryApplicationCredentialsSerializer(item[\"accessCredentials\"]),\n };\n}\n\nexport function searchResourceEncryptionKeyDeserializer(item: any): SearchResourceEncryptionKey {\n return {\n keyName: item[\"keyVaultKeyName\"],\n keyVersion: item[\"keyVaultKeyVersion\"],\n vaultUri: item[\"keyVaultUri\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : dataIdentityUnionDeserializer(item[\"identity\"]),\n accessCredentials: !item[\"accessCredentials\"]\n ? item[\"accessCredentials\"]\n : azureActiveDirectoryApplicationCredentialsDeserializer(item[\"accessCredentials\"]),\n };\n}\n\n/** Abstract base type for data identities. */\nexport interface DataIdentity {\n /** A URI fragment specifying the type of identity. */\n /** The discriminator possible values: #Microsoft.Azure.Search.DataNoneIdentity, #Microsoft.Azure.Search.DataUserAssignedIdentity */\n odataType: string;\n}\n\nexport function dataIdentitySerializer(item: DataIdentity): any {\n return { \"@odata.type\": item[\"odataType\"] };\n}\n\nexport function dataIdentityDeserializer(item: any): DataIdentity {\n return {\n odataType: item[\"@odata.type\"],\n };\n}\n\n/** Alias for DataIdentityUnion */\nexport type DataIdentityUnion = DataNoneIdentity | DataUserAssignedIdentity | DataIdentity;\n\nexport function dataIdentityUnionSerializer(item: DataIdentityUnion): any {\n switch (item.odataType) {\n case \"#Microsoft.Azure.Search.DataNoneIdentity\":\n return dataNoneIdentitySerializer(item as DataNoneIdentity);\n\n case \"#Microsoft.Azure.Search.DataUserAssignedIdentity\":\n return dataUserAssignedIdentitySerializer(item as DataUserAssignedIdentity);\n\n default:\n return dataIdentitySerializer(item);\n }\n}\n\nexport function dataIdentityUnionDeserializer(item: any): DataIdentityUnion {\n switch (item[\"@odata.type\"]) {\n case \"#Microsoft.Azure.Search.DataNoneIdentity\":\n return dataNoneIdentityDeserializer(item as DataNoneIdentity);\n\n case \"#Microsoft.Azure.Search.DataUserAssignedIdentity\":\n return dataUserAssignedIdentityDeserializer(item as DataUserAssignedIdentity);\n\n default:\n return dataIdentityDeserializer(item);\n }\n}\n\n/** Clears the identity property. */\nexport interface DataNoneIdentity extends DataIdentity {\n odataType: \"#Microsoft.Azure.Search.DataNoneIdentity\";\n}\n\nexport function dataNoneIdentitySerializer(item: DataNoneIdentity): any {\n return { \"@odata.type\": item[\"odataType\"] };\n}\n\nexport function dataNoneIdentityDeserializer(item: any): DataNoneIdentity {\n return {\n odataType: item[\"@odata.type\"],\n };\n}\n\n/** Specifies the user assigned identity to use. */\nexport interface DataUserAssignedIdentity extends DataIdentity {\n odataType: \"#Microsoft.Azure.Search.DataUserAssignedIdentity\";\n /** The fully qualified Azure resource Id of a user assigned managed identity typically in the form \"/subscriptions/12345678-1234-1234-1234-1234567890ab/resourceGroups/rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId\" that should have been assigned to the search service. */\n userAssignedIdentity: string;\n /** Optional for Multi-tenant User-Assigned Managed Identity CMK Support: The client id (as a UUID) of the multi-tenant App Registration that has been configured to federate with the userAssignedIdentity. */\n federatedIdentityClientId?: string;\n}\n\nexport function dataUserAssignedIdentitySerializer(item: DataUserAssignedIdentity): any {\n return {\n \"@odata.type\": item[\"odataType\"],\n userAssignedIdentity: item[\"userAssignedIdentity\"],\n federatedIdentityClientId: item[\"federatedIdentityClientId\"],\n };\n}\n\nexport function dataUserAssignedIdentityDeserializer(item: any): DataUserAssignedIdentity {\n return {\n odataType: item[\"@odata.type\"],\n userAssignedIdentity: item[\"userAssignedIdentity\"],\n federatedIdentityClientId: item[\"federatedIdentityClientId\"],\n };\n}\n\n/** Describes the Azure Active Directory application credentials required to access an Azure Key Vault. */\nexport interface AzureActiveDirectoryApplicationCredentials {\n /** The application (client) ID of an App Registration in the tenant. */\n applicationId?: string;\n /** An AAD client secret that was generated for the App Registration used to authenticate with Azure Key Vault. */\n applicationSecret?: string;\n}\n\nexport function azureActiveDirectoryApplicationCredentialsSerializer(\n item: AzureActiveDirectoryApplicationCredentials,\n): any {\n return { applicationId: item[\"applicationId\"], applicationSecret: item[\"applicationSecret\"] };\n}\n\nexport function azureActiveDirectoryApplicationCredentialsDeserializer(\n item: any,\n): AzureActiveDirectoryApplicationCredentials {\n return {\n applicationId: item[\"applicationId\"],\n applicationSecret: item[\"applicationSecret\"],\n };\n}\n\n/** Defines the options for how the search service authenticates a data plane request. This cannot be set if 'disableLocalAuth' is set to true. */\nexport interface DataPlaneAuthOptions {\n /** Indicates that only the API key can be used for authentication. */\n apiKeyOnly?: any;\n /** Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication. */\n aadOrApiKey?: DataPlaneAadOrApiKeyAuthOption;\n}\n\nexport function dataPlaneAuthOptionsSerializer(item: DataPlaneAuthOptions): any {\n return {\n apiKeyOnly: item[\"apiKeyOnly\"],\n aadOrApiKey: !item[\"aadOrApiKey\"]\n ? item[\"aadOrApiKey\"]\n : dataPlaneAadOrApiKeyAuthOptionSerializer(item[\"aadOrApiKey\"]),\n };\n}\n\nexport function dataPlaneAuthOptionsDeserializer(item: any): DataPlaneAuthOptions {\n return {\n apiKeyOnly: item[\"apiKeyOnly\"],\n aadOrApiKey: !item[\"aadOrApiKey\"]\n ? item[\"aadOrApiKey\"]\n : dataPlaneAadOrApiKeyAuthOptionDeserializer(item[\"aadOrApiKey\"]),\n };\n}\n\n/** Indicates that either the API key or an access token from a Microsoft Entra ID tenant can be used for authentication. */\nexport interface DataPlaneAadOrApiKeyAuthOption {\n /** Describes what response the data plane API of a search service would send for requests that failed authentication. */\n aadAuthFailureMode?: AadAuthFailureMode;\n}\n\nexport function dataPlaneAadOrApiKeyAuthOptionSerializer(\n item: DataPlaneAadOrApiKeyAuthOption,\n): any {\n return { aadAuthFailureMode: item[\"aadAuthFailureMode\"] };\n}\n\nexport function dataPlaneAadOrApiKeyAuthOptionDeserializer(\n item: any,\n): DataPlaneAadOrApiKeyAuthOption {\n return {\n aadAuthFailureMode: item[\"aadAuthFailureMode\"],\n };\n}\n\n/** Describes what response the data plane API of a search service would send for requests that failed authentication. */\nexport type AadAuthFailureMode = \"http403\" | \"http401WithBearerChallenge\";\n\n/** Specifies the availability and billing plan for semantic search on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. */\nexport enum KnownSearchSemanticSearch {\n /** Indicates that semantic reranker is disabled for the search service. */\n Disabled = \"disabled\",\n /** Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services. This is the default. */\n Free = \"free\",\n /** Enables semantic reranker on a search service as a billable feature after the free quota is exhausted, with higher throughput and volume of semantically reranked queries. */\n Standard = \"standard\",\n}\n\n/**\n * Specifies the availability and billing plan for semantic search on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. \\\n * {@link KnownSearchSemanticSearch} can be used interchangeably with SearchSemanticSearch,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **disabled**: Indicates that semantic reranker is disabled for the search service. \\\n * **free**: Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services. This is the default. \\\n * **standard**: Enables semantic reranker on a search service as a billable feature after the free quota is exhausted, with higher throughput and volume of semantically reranked queries.\n */\nexport type SearchSemanticSearch = string;\n\n/** Specifies the billing plan for agentic retrieval on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. */\nexport enum KnownKnowledgeRetrieval {\n /** Enables knowledge retrieval on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of knowledge retrieval requests and is offered at no extra charge. */\n Free = \"free\",\n /** Enables knowledge retrieval on a search service as a billable feature after the free quota is exhausted, with higher throughput and volume of knowledge retrieval requests. */\n Standard = \"standard\",\n}\n\n/**\n * Specifies the billing plan for agentic retrieval on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. \\\n * {@link KnownKnowledgeRetrieval} can be used interchangeably with KnowledgeRetrieval,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **free**: Enables knowledge retrieval on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of knowledge retrieval requests and is offered at no extra charge. \\\n * **standard**: Enables knowledge retrieval on a search service as a billable feature after the free quota is exhausted, with higher throughput and volume of knowledge retrieval requests.\n */\nexport type KnowledgeRetrieval = string;\n\n/** Indicates if the dedicated search service has an upgrade available. */\nexport enum KnownUpgradeAvailable {\n /** An upgrade is currently not available for the dedicated service. */\n NotAvailable = \"notAvailable\",\n /** There is an upgrade available for the dedicated service. */\n Available = \"available\",\n}\n\n/**\n * Indicates if the dedicated search service has an upgrade available. \\\n * {@link KnownUpgradeAvailable} can be used interchangeably with UpgradeAvailable,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **notAvailable**: An upgrade is currently not available for the dedicated service. \\\n * **available**: There is an upgrade available for the dedicated service.\n */\nexport type UpgradeAvailable = string;\n\n/** Details about the search service identity. A null value indicates that the search service has no identity assigned. */\nexport interface Identity {\n /** The principal ID of the system-assigned identity of the search service. */\n readonly principalId?: string;\n /** The tenant ID of the system-assigned identity of the search service. */\n readonly tenantId?: string;\n /** The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service. */\n type: IdentityType;\n /** The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource IDs in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */\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/** The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service. */\nexport enum KnownIdentityType {\n /** Indicates that any identity associated with the search service needs to be removed. */\n None = \"None\",\n /** Indicates that system-assigned identity for the search service will be enabled. */\n SystemAssigned = \"SystemAssigned\",\n /** Indicates that one or more user assigned identities will be assigned to the search service. */\n UserAssigned = \"UserAssigned\",\n /** Indicates that system-assigned identity for the search service will be enabled along with the assignment of one or more user assigned identities. */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n}\n\n/**\n * The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an identity created by the system and a set of user assigned identities. The type 'None' will remove all identities from the service. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Indicates that any identity associated with the search service needs to be removed. \\\n * **SystemAssigned**: Indicates that system-assigned identity for the search service will be enabled. \\\n * **UserAssigned**: Indicates that one or more user assigned identities will be assigned to the search service. \\\n * **SystemAssigned, UserAssigned**: Indicates that system-assigned identity for the search service will be enabled along with the assignment of one or more user assigned identities.\n */\nexport type IdentityType = string;\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/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the 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/** The parameters used to update an Azure AI Search service. */\nexport interface SearchServiceUpdate extends Resource {\n /** The SKU of the search service, which determines price tier and capacity limits. This property is required when creating a new search service. */\n sku?: Sku;\n /** The geographic location of the resource. This must be one of the supported and registered Azure geo regions (for example, West US, East US, Southeast Asia, and so forth). This property is required when creating a new resource. */\n location?: string;\n /** Tags to help categorize the resource in the Azure portal. */\n tags?: Record<string, string>;\n /** Details about the search service identity. A null value indicates that the search service has no identity assigned. */\n identity?: Identity;\n /** The number of replicas in the dedicated search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU. */\n replicaCount?: number;\n /** The number of partitions in the dedicated search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3. */\n partitionCount?: number;\n /** The endpoint of the Azure AI Search service. */\n endpoint?: string;\n /** Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'Default' or 'HighDensity'. For all other SKUs, this value must be 'Default'. */\n hostingMode?: HostingMode;\n /** Configure this property to support the search service using either the Default Compute or Azure Confidential Compute. */\n computeType?: ComputeType;\n /** This value can be set to 'Enabled' to avoid breaking changes on existing customer resources and templates. If set to 'Disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The status of the search service. Possible values include: 'running': The search service is running and no provisioning operations are underway. 'provisioning': The search service is being provisioned or scaled up or down. 'deleting': The search service is being deleted. 'degraded': The search service is degraded. This can occur when the underlying search units are not healthy. The search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': The search service is disabled. In this state, the service will reject all API requests. 'error': The search service is in an error state. 'stopped': The search service is in a subscription that's disabled. If your service is in the degraded, disabled, or error states, it means the Azure AI Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned. */\n readonly status?: SearchServiceStatus;\n /** The details of the search service status. */\n readonly statusDetails?: string;\n /** The state of the last provisioning operation performed on the search service. Provisioning is an intermediate state that occurs while service capacity is being established. After capacity is set up, provisioningState changes to either 'Succeeded' or 'Failed'. Client applications can poll provisioning status (the recommended polling interval is from 30 seconds to one minute) by using the Get Search Service operation to see when an operation is completed. If you are using the free service, this value tends to come back as 'Succeeded' directly in the call to Create search service. This is because the free service uses capacity that is already set up. */\n readonly provisioningState?: ProvisioningState;\n /** Network specific rules that determine how the Azure AI Search service may be reached. */\n networkRuleSet?: NetworkRuleSet;\n /** A list of data exfiltration scenarios that are explicitly disallowed for the search service. Currently, the only supported value is 'All' to disable all possible data export scenarios with more fine grained controls planned for the future. */\n dataExfiltrationProtections?: SearchDataExfiltrationProtection[];\n /** Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. */\n encryptionWithCmk?: EncryptionWithCmk;\n /** When set to true, calls to the search service will not be permitted to utilize API keys for authentication. This cannot be set to true if 'dataPlaneAuthOptions' are defined. */\n disableLocalAuth?: boolean;\n /** Defines the options for how the data plane API of a search service authenticates requests. This cannot be set if 'disableLocalAuth' is set to true. */\n authOptions?: DataPlaneAuthOptions;\n /** Specifies the availability and billing plan for semantic search on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. */\n semanticSearch?: SearchSemanticSearch;\n /** Specifies the billing plan for agentic retrieval on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions. */\n knowledgeRetrieval?: KnowledgeRetrieval;\n /** The list of private endpoint connections to the Azure AI Search service. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** The list of shared private link resources managed by the Azure AI Search service. */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /** A system generated property representing the service's etag that can be for optimistic concurrency control during updates. */\n readonly eTag?: string;\n /** Indicates if the search service has an upgrade available. */\n upgradeAvailable?: UpgradeAvailable;\n /** The date and time the search service was last upgraded. This field will be null until the service gets upgraded for the first time. */\n readonly serviceUpgradedAt?: Date;\n}\n\nexport function searchServiceUpdateSerializer(item: SearchServiceUpdate): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"replicaCount\",\n \"partitionCount\",\n \"endpoint\",\n \"hostingMode\",\n \"computeType\",\n \"publicNetworkAccess\",\n \"networkRuleSet\",\n \"dataExfiltrationProtections\",\n \"encryptionWithCmk\",\n \"disableLocalAuth\",\n \"authOptions\",\n \"semanticSearch\",\n \"knowledgeRetrieval\",\n \"upgradeAvailable\",\n ])\n ? undefined\n : _searchServiceUpdatePropertiesSerializer(item),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n location: item[\"location\"],\n tags: item[\"tags\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identitySerializer(item[\"identity\"]),\n };\n}\n\n/** Response containing a list of Azure AI Search services. */\nexport interface _SearchServiceListResult {\n /** The list of search services. */\n readonly value?: SearchService[];\n /** Request URL that can be used to query next page of search services. Returned when the total number of requested search services exceed maximum page size. */\n readonly nextLink?: string;\n}\n\nexport function _searchServiceListResultDeserializer(item: any): _SearchServiceListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : searchServiceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function searchServiceArraySerializer(result: Array<SearchService>): any[] {\n return result.map((item) => {\n return searchServiceSerializer(item);\n });\n}\n\nexport function searchServiceArrayDeserializer(result: Array<SearchService>): any[] {\n return result.map((item) => {\n return searchServiceDeserializer(item);\n });\n}\n\n/** Response containing the quota usage information for all the supported SKUs of Azure AI Search. */\nexport interface _QuotaUsagesListResult {\n /** The quota usages for the SKUs supported by Azure AI Search. */\n readonly value?: QuotaUsageResult[];\n /** Request URL that can be used to query next page of quota usages. Returned when the total number of requested quota usages exceed maximum page size. */\n readonly nextLink?: string;\n}\n\nexport function _quotaUsagesListResultDeserializer(item: any): _QuotaUsagesListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : quotaUsageResultArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function quotaUsageResultArrayDeserializer(result: Array<QuotaUsageResult>): any[] {\n return result.map((item) => {\n return quotaUsageResultDeserializer(item);\n });\n}\n\n/** Response containing the primary and secondary admin API keys for a given Azure AI Search service. */\nexport interface AdminKeyResult {\n /** The primary admin API key of the search service. */\n readonly primaryKey?: string;\n /** The secondary admin API key of the search service. */\n readonly secondaryKey?: string;\n}\n\nexport function adminKeyResultDeserializer(item: any): AdminKeyResult {\n return {\n primaryKey: item[\"primaryKey\"],\n secondaryKey: item[\"secondaryKey\"],\n };\n}\n\n/** Describes an API key for a given Azure AI Search service that conveys read-only permissions on the docs collection of an index. */\nexport interface QueryKey {\n /** The name of the query API key. Query names are optional, but assigning a name can help you remember how it's used. */\n readonly name?: string;\n /** The value of the query API key. */\n readonly key?: string;\n}\n\nexport function queryKeyDeserializer(item: any): QueryKey {\n return {\n name: item[\"name\"],\n key: item[\"key\"],\n };\n}\n\n/** Response containing the query API keys for a given Azure AI Search service. */\nexport interface _ListQueryKeysResult {\n /** The query keys for the Azure AI Search service. */\n readonly value?: QueryKey[];\n /** Request URL that can be used to query next page of query keys. Returned when the total number of requested query keys exceed maximum page size. */\n readonly nextLink?: string;\n}\n\nexport function _listQueryKeysResultDeserializer(item: any): _ListQueryKeysResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : queryKeyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function queryKeyArrayDeserializer(result: Array<QueryKey>): any[] {\n return result.map((item) => {\n return queryKeyDeserializer(item);\n });\n}\n\n/** Response containing a list of supported Private Link Resources. */\nexport interface _PrivateLinkResourcesResult {\n /** The list of supported Private Link Resources. */\n readonly value?: PrivateLinkResource[];\n /** The URL to get the next set of private link resources, if there are any. */\n nextLink?: string;\n}\n\nexport function _privateLinkResourcesResultDeserializer(item: any): _PrivateLinkResourcesResult {\n return {\n value: !item[\"value\"] ? item[\"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/** Describes a supported private link resource for the Azure AI Search service. */\nexport interface PrivateLinkResource extends Resource {\n /** Describes the properties of a supported private link resource for the Azure AI Search service. */\n readonly properties?: PrivateLinkResourceProperties;\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\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 properties: !item[\"properties\"]\n ? item[\"properties\"]\n : privateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes the properties of a supported private link resource for the Azure AI Search service. For a given API version, this represents the 'supported' groupIds when creating a shared private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The group ID of the private link resource. */\n readonly groupId?: string;\n /** The list of required members of the private link resource. */\n readonly requiredMembers?: string[];\n /** The list of required DNS zone names of the private link resource. */\n readonly requiredZoneNames?: string[];\n /** The list of resources that are onboarded to private link service, that are supported by Azure AI Search. */\n readonly shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];\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 shareablePrivateLinkResourceTypes: !item[\"shareablePrivateLinkResourceTypes\"]\n ? item[\"shareablePrivateLinkResourceTypes\"]\n : shareablePrivateLinkResourceTypeArrayDeserializer(\n item[\"shareablePrivateLinkResourceTypes\"],\n ),\n };\n}\n\nexport function shareablePrivateLinkResourceTypeArrayDeserializer(\n result: Array<ShareablePrivateLinkResourceType>,\n): any[] {\n return result.map((item) => {\n return shareablePrivateLinkResourceTypeDeserializer(item);\n });\n}\n\n/** Describes an resource type that has been onboarded to private link service, supported by Azure AI Search. */\nexport interface ShareablePrivateLinkResourceType {\n /** The name of the resource type that has been onboarded to private link service, supported by Azure AI Search. */\n readonly name?: string;\n /** Describes the properties of a resource type that has been onboarded to private link service, supported by Azure AI Search. */\n readonly properties?: ShareablePrivateLinkResourceProperties;\n}\n\nexport function shareablePrivateLinkResourceTypeDeserializer(\n item: any,\n): ShareablePrivateLinkResourceType {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : shareablePrivateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes the properties of a resource type that has been onboarded to private link service, supported by Azure AI Search. */\nexport interface ShareablePrivateLinkResourceProperties {\n /** The resource provider type for the resource that has been onboarded to private link service, supported by Azure AI Search. */\n readonly type?: string;\n /** The resource provider group id for the resource that has been onboarded to private link service, supported by Azure AI Search. */\n readonly groupId?: string;\n /** The description of the resource type that has been onboarded to private link service, supported by Azure AI Search. */\n readonly description?: string;\n}\n\nexport function shareablePrivateLinkResourcePropertiesDeserializer(\n item: any,\n): ShareablePrivateLinkResourceProperties {\n return {\n type: item[\"type\"],\n groupId: item[\"groupId\"],\n description: item[\"description\"],\n };\n}\n\n/** Type of AdminKeyKind */\nexport type AdminKeyKind = \"primary\" | \"secondary\";\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-05-01 API version. */\n V20250501 = \"2025-05-01\",\n /** The 2026-03-01-preview API version. */\n V20260301Preview = \"2026-03-01-preview\",\n}\n\nexport function _searchServicePropertiesSerializer(item: SearchService): any {\n return {\n replicaCount: item[\"replicaCount\"],\n partitionCount: item[\"partitionCount\"],\n endpoint: item[\"endpoint\"],\n hostingMode: item[\"hostingMode\"],\n computeType: item[\"computeType\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n networkRuleSet: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetSerializer(item[\"networkRuleSet\"]),\n dataExfiltrationProtections: !item[\"dataExfiltrationProtections\"]\n ? item[\"dataExfiltrationProtections\"]\n : item[\"dataExfiltrationProtections\"].map((p: any) => {\n return p;\n }),\n encryptionWithCmk: !item[\"encryptionWithCmk\"]\n ? item[\"encryptionWithCmk\"]\n : encryptionWithCmkSerializer(item[\"encryptionWithCmk\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n authOptions: !item[\"authOptions\"]\n ? item[\"authOptions\"]\n : dataPlaneAuthOptionsSerializer(item[\"authOptions\"]),\n semanticSearch: item[\"semanticSearch\"],\n knowledgeRetrieval: item[\"knowledgeRetrieval\"],\n upgradeAvailable: item[\"upgradeAvailable\"],\n };\n}\n\nexport function _searchServicePropertiesDeserializer(item: any) {\n return {\n replicaCount: item[\"replicaCount\"],\n partitionCount: item[\"partitionCount\"],\n endpoint: item[\"endpoint\"],\n hostingMode: item[\"hostingMode\"],\n computeType: item[\"computeType\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n status: item[\"status\"],\n statusDetails: item[\"statusDetails\"],\n provisioningState: item[\"provisioningState\"],\n networkRuleSet: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetDeserializer(item[\"networkRuleSet\"]),\n dataExfiltrationProtections: !item[\"dataExfiltrationProtections\"]\n ? item[\"dataExfiltrationProtections\"]\n : item[\"dataExfiltrationProtections\"].map((p: any) => {\n return p;\n }),\n encryptionWithCmk: !item[\"encryptionWithCmk\"]\n ? item[\"encryptionWithCmk\"]\n : encryptionWithCmkDeserializer(item[\"encryptionWithCmk\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n authOptions: !item[\"authOptions\"]\n ? item[\"authOptions\"]\n : dataPlaneAuthOptionsDeserializer(item[\"authOptions\"]),\n semanticSearch: item[\"semanticSearch\"],\n knowledgeRetrieval: item[\"knowledgeRetrieval\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArrayDeserializer(item[\"sharedPrivateLinkResources\"]),\n eTag: item[\"eTag\"],\n upgradeAvailable: item[\"upgradeAvailable\"],\n serviceUpgradedAt: !item[\"serviceUpgradedAt\"]\n ? item[\"serviceUpgradedAt\"]\n : new Date(item[\"serviceUpgradedAt\"]),\n };\n}\n\nexport function _searchServiceUpdatePropertiesSerializer(item: SearchServiceUpdate): any {\n return {\n replicaCount: item[\"replicaCount\"],\n partitionCount: item[\"partitionCount\"],\n endpoint: item[\"endpoint\"],\n hostingMode: item[\"hostingMode\"],\n computeType: item[\"computeType\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n networkRuleSet: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetSerializer(item[\"networkRuleSet\"]),\n dataExfiltrationProtections: !item[\"dataExfiltrationProtections\"]\n ? item[\"dataExfiltrationProtections\"]\n : item[\"dataExfiltrationProtections\"].map((p: any) => {\n return p;\n }),\n encryptionWithCmk: !item[\"encryptionWithCmk\"]\n ? item[\"encryptionWithCmk\"]\n : encryptionWithCmkSerializer(item[\"encryptionWithCmk\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n authOptions: !item[\"authOptions\"]\n ? item[\"authOptions\"]\n : dataPlaneAuthOptionsSerializer(item[\"authOptions\"]),\n semanticSearch: item[\"semanticSearch\"],\n knowledgeRetrieval: item[\"knowledgeRetrieval\"],\n upgradeAvailable: item[\"upgradeAvailable\"],\n };\n}\n\nexport function _searchServiceUpdatePropertiesDeserializer(item: any) {\n return {\n replicaCount: item[\"replicaCount\"],\n partitionCount: item[\"partitionCount\"],\n endpoint: item[\"endpoint\"],\n hostingMode: item[\"hostingMode\"],\n computeType: item[\"computeType\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n status: item[\"status\"],\n statusDetails: item[\"statusDetails\"],\n provisioningState: item[\"provisioningState\"],\n networkRuleSet: !item[\"networkRuleSet\"]\n ? item[\"networkRuleSet\"]\n : networkRuleSetDeserializer(item[\"networkRuleSet\"]),\n dataExfiltrationProtections: !item[\"dataExfiltrationProtections\"]\n ? item[\"dataExfiltrationProtections\"]\n : item[\"dataExfiltrationProtections\"].map((p: any) => {\n return p;\n }),\n encryptionWithCmk: !item[\"encryptionWithCmk\"]\n ? item[\"encryptionWithCmk\"]\n : encryptionWithCmkDeserializer(item[\"encryptionWithCmk\"]),\n disableLocalAuth: item[\"disableLocalAuth\"],\n authOptions: !item[\"authOptions\"]\n ? item[\"authOptions\"]\n : dataPlaneAuthOptionsDeserializer(item[\"authOptions\"]),\n semanticSearch: item[\"semanticSearch\"],\n knowledgeRetrieval: item[\"knowledgeRetrieval\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArrayDeserializer(item[\"sharedPrivateLinkResources\"]),\n eTag: item[\"eTag\"],\n upgradeAvailable: item[\"upgradeAvailable\"],\n serviceUpgradedAt: !item[\"serviceUpgradedAt\"]\n ? item[\"serviceUpgradedAt\"]\n : new Date(item[\"serviceUpgradedAt\"]),\n };\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["KnownSkuName", "KnownOrigin", "KnownActionType", "KnownPrivateLinkServiceConnectionProvisioningState", "KnownCreatedByType", "KnownSharedPrivateLinkResourceStatus", "KnownSharedPrivateLinkResourceProvisioningState", "KnownNetworkSecurityPerimeterConfigurationProvisioningState", "KnownIssueType", "KnownSeverity", "KnownAccessRuleDirection", "KnownResourceAssociationAccessMode", "KnownUnavailableNameReason", "KnownComputeType", "KnownPublicNetworkAccess", "KnownSearchBypass", "KnownSearchDataExfiltrationProtection", "KnownSearchSemanticSearch", "KnownKnowledgeRetrieval", "KnownUpgradeAvailable", "KnownIdentityType", "KnownVersions"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { SearchManagementClient } from "./searchManagementClient.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: SearchManagementClient, 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,95 @@
|
|
|
1
|
+
import { _upgradeDeserialize, _createOrUpdateDeserialize } from "./api/services/operations.js";
|
|
2
|
+
import { _reconcileDeserialize } from "./api/networkSecurityPerimeterConfigurations/operations.js";
|
|
3
|
+
import {
|
|
4
|
+
_$deleteDeserialize,
|
|
5
|
+
_createOrUpdateDeserialize as _createOrUpdateDeserializeSharedPrivateLinkResources
|
|
6
|
+
} from "./api/sharedPrivateLinkResources/operations.js";
|
|
7
|
+
import { getLongRunningPoller } from "./static-helpers/pollingHelpers.js";
|
|
8
|
+
import { deserializeState } from "@azure/core-lro";
|
|
9
|
+
function restorePoller(client, serializedState, sourceOperation, options) {
|
|
10
|
+
const pollerConfig = deserializeState(serializedState).config;
|
|
11
|
+
const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
|
|
12
|
+
if (!initialRequestUrl || !requestMethod) {
|
|
13
|
+
throw new Error(
|
|
14
|
+
`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
const resourceLocationConfig = metadata?.["resourceLocationConfig"];
|
|
18
|
+
const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
|
|
19
|
+
const deserializeHelper = options?.processResponseBody ?? deserializer;
|
|
20
|
+
if (!deserializeHelper) {
|
|
21
|
+
throw new Error(
|
|
22
|
+
`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
const apiVersion = getApiVersionFromUrl(initialRequestUrl);
|
|
26
|
+
return getLongRunningPoller(
|
|
27
|
+
client["_client"] ?? client,
|
|
28
|
+
deserializeHelper,
|
|
29
|
+
expectedStatuses,
|
|
30
|
+
{
|
|
31
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
32
|
+
abortSignal: options?.abortSignal,
|
|
33
|
+
resourceLocationConfig,
|
|
34
|
+
restoreFrom: serializedState,
|
|
35
|
+
initialRequestUrl,
|
|
36
|
+
apiVersion
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
const deserializeMap = {
|
|
41
|
+
"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/upgrade": { deserializer: _upgradeDeserialize, expectedStatuses: ["202", "200", "201"] },
|
|
42
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}": { deserializer: _createOrUpdateDeserialize, expectedStatuses: ["200", "201", "202"] },
|
|
43
|
+
"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/networkSecurityPerimeterConfigurations/{nspConfigName}/reconcile": { deserializer: _reconcileDeserialize, expectedStatuses: ["202", "200", "201"] },
|
|
44
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}": { deserializer: _$deleteDeserialize, expectedStatuses: ["202", "204", "404", "200"] },
|
|
45
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}": {
|
|
46
|
+
deserializer: _createOrUpdateDeserializeSharedPrivateLinkResources,
|
|
47
|
+
expectedStatuses: ["200", "202", "201"]
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
function getDeserializationHelper(urlStr, method) {
|
|
51
|
+
const path = new URL(urlStr).pathname;
|
|
52
|
+
const pathParts = path.split("/");
|
|
53
|
+
let matchedLen = -1, matchedValue;
|
|
54
|
+
for (const [key, value] of Object.entries(deserializeMap)) {
|
|
55
|
+
if (!key.startsWith(method)) {
|
|
56
|
+
continue;
|
|
57
|
+
}
|
|
58
|
+
const candidatePath = getPathFromMapKey(key);
|
|
59
|
+
const candidateParts = candidatePath.split("/");
|
|
60
|
+
let found = true;
|
|
61
|
+
for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
|
|
62
|
+
if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
|
|
63
|
+
const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
|
|
64
|
+
const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(
|
|
65
|
+
pathParts[j] || ""
|
|
66
|
+
);
|
|
67
|
+
if (!isMatched) {
|
|
68
|
+
found = false;
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
continue;
|
|
72
|
+
}
|
|
73
|
+
if (candidateParts[i] !== pathParts[j]) {
|
|
74
|
+
found = false;
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
if (found && candidatePath.length > matchedLen) {
|
|
79
|
+
matchedLen = candidatePath.length;
|
|
80
|
+
matchedValue = value;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
return matchedValue;
|
|
84
|
+
}
|
|
85
|
+
function getPathFromMapKey(mapKey) {
|
|
86
|
+
const pathStart = mapKey.indexOf("/");
|
|
87
|
+
return mapKey.slice(pathStart);
|
|
88
|
+
}
|
|
89
|
+
function getApiVersionFromUrl(urlStr) {
|
|
90
|
+
const url = new URL(urlStr);
|
|
91
|
+
return url.searchParams.get("api-version") ?? void 0;
|
|
92
|
+
}
|
|
93
|
+
export {
|
|
94
|
+
restorePoller
|
|
95
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/search/arm-search/src/restorePollerHelpers.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { SearchManagementClient } from \"./searchManagementClient.js\";\nimport { _upgradeDeserialize, _createOrUpdateDeserialize } from \"./api/services/operations.js\";\nimport { _reconcileDeserialize } from \"./api/networkSecurityPerimeterConfigurations/operations.js\";\nimport {\n _$deleteDeserialize,\n _createOrUpdateDeserialize as _createOrUpdateDeserializeSharedPrivateLinkResources,\n} from \"./api/sharedPrivateLinkResources/operations.js\";\nimport { getLongRunningPoller } from \"./static-helpers/pollingHelpers.js\";\nimport type { OperationOptions, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport type { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { PollerLike, OperationState, ResourceLocationConfig } from \"@azure/core-lro\";\nimport { deserializeState } from \"@azure/core-lro\";\n\nexport interface RestorePollerOptions<\n TResult,\n TResponse extends PathUncheckedResponse = PathUncheckedResponse,\n> extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /**\n * The signal which can be used to abort requests.\n */\n abortSignal?: AbortSignalLike;\n /** Deserialization function for raw response body */\n processResponseBody?: (result: TResponse) => Promise<TResult>;\n}\n\n/**\n * Creates a poller from the serialized state of another poller. This can be\n * useful when you want to create pollers on a different host or a poller\n * needs to be constructed after the original one is not in scope.\n */\nexport function restorePoller<TResponse extends PathUncheckedResponse, TResult>(\n client: SearchManagementClient,\n serializedState: string,\n sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>,\n options?: RestorePollerOptions<TResult>,\n): PollerLike<OperationState<TResult>, TResult> {\n const pollerConfig = deserializeState(serializedState).config;\n const { initialRequestUrl, requestMethod, metadata } = pollerConfig;\n if (!initialRequestUrl || !requestMethod) {\n throw new Error(\n `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`,\n );\n }\n const resourceLocationConfig = metadata?.[\"resourceLocationConfig\"] as\n | ResourceLocationConfig\n | undefined;\n const { deserializer, expectedStatuses = [] } =\n getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};\n const deserializeHelper = options?.processResponseBody ?? deserializer;\n if (!deserializeHelper) {\n throw new Error(\n `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`,\n );\n }\n const apiVersion = getApiVersionFromUrl(initialRequestUrl);\n return getLongRunningPoller(\n (client as any)[\"_client\"] ?? client,\n deserializeHelper as (result: TResponse) => Promise<TResult>,\n expectedStatuses,\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n resourceLocationConfig,\n restoreFrom: serializedState,\n initialRequestUrl,\n apiVersion,\n },\n );\n}\n\ninterface DeserializationHelper {\n deserializer: (result: PathUncheckedResponse) => Promise<any>;\n expectedStatuses: string[];\n}\n\nconst deserializeMap: Record<string, DeserializationHelper> = {\n \"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/upgrade\":\n { deserializer: _upgradeDeserialize, expectedStatuses: [\"202\", \"200\", \"201\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}\":\n { deserializer: _createOrUpdateDeserialize, expectedStatuses: [\"200\", \"201\", \"202\"] },\n \"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/networkSecurityPerimeterConfigurations/{nspConfigName}/reconcile\":\n { deserializer: _reconcileDeserialize, expectedStatuses: [\"202\", \"200\", \"201\"] },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\":\n { deserializer: _$deleteDeserialize, expectedStatuses: [\"202\", \"204\", \"404\", \"200\"] },\n \"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}\":\n {\n deserializer: _createOrUpdateDeserializeSharedPrivateLinkResources,\n expectedStatuses: [\"200\", \"202\", \"201\"],\n },\n};\n\nfunction getDeserializationHelper(\n urlStr: string,\n method: string,\n): DeserializationHelper | undefined {\n const path = new URL(urlStr).pathname;\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: DeserializationHelper | undefined;\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(deserializeMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n\nfunction getApiVersionFromUrl(urlStr: string): string | undefined {\n const url = new URL(urlStr);\n return url.searchParams.get(\"api-version\") ?? undefined;\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { SearchManagementClientOptionalParams } from "./api/index.js";
|
|
2
|
+
import type { UsageBySubscriptionSkuOptionalParams } from "./api/options.js";
|
|
3
|
+
import type { AdminKeysOperations } from "./classic/adminKeys/index.js";
|
|
4
|
+
import type { NetworkSecurityPerimeterConfigurationsOperations } from "./classic/networkSecurityPerimeterConfigurations/index.js";
|
|
5
|
+
import type { OfferingsOperations } from "./classic/offerings/index.js";
|
|
6
|
+
import type { OperationsOperations } from "./classic/operations/index.js";
|
|
7
|
+
import type { PrivateEndpointConnectionsOperations } from "./classic/privateEndpointConnections/index.js";
|
|
8
|
+
import type { PrivateLinkResourcesOperations } from "./classic/privateLinkResources/index.js";
|
|
9
|
+
import type { QueryKeysOperations } from "./classic/queryKeys/index.js";
|
|
10
|
+
import type { ServicesOperations } from "./classic/services/index.js";
|
|
11
|
+
import type { SharedPrivateLinkResourcesOperations } from "./classic/sharedPrivateLinkResources/index.js";
|
|
12
|
+
import type { UsagesOperations } from "./classic/usages/index.js";
|
|
13
|
+
import type { QuotaUsageResult } from "./models/models.js";
|
|
14
|
+
import type { TokenCredential } from "@azure/core-auth";
|
|
15
|
+
import type { Pipeline } from "@azure/core-rest-pipeline";
|
|
16
|
+
export type { SearchManagementClientOptionalParams } from "./api/searchManagementContext.js";
|
|
17
|
+
export declare class SearchManagementClient {
|
|
18
|
+
private _client;
|
|
19
|
+
/** The pipeline used by this client to make requests */
|
|
20
|
+
readonly pipeline: Pipeline;
|
|
21
|
+
constructor(credential: TokenCredential, options?: SearchManagementClientOptionalParams);
|
|
22
|
+
constructor(credential: TokenCredential, subscriptionId: string, options?: SearchManagementClientOptionalParams);
|
|
23
|
+
/** Gets the quota usage for a search SKU in the given subscription. */
|
|
24
|
+
usageBySubscriptionSku(location: string, skuName: string, options?: UsageBySubscriptionSkuOptionalParams): Promise<QuotaUsageResult>;
|
|
25
|
+
/** The operation groups for privateLinkResources */
|
|
26
|
+
readonly privateLinkResources: PrivateLinkResourcesOperations;
|
|
27
|
+
/** The operation groups for queryKeys */
|
|
28
|
+
readonly queryKeys: QueryKeysOperations;
|
|
29
|
+
/** The operation groups for adminKeys */
|
|
30
|
+
readonly adminKeys: AdminKeysOperations;
|
|
31
|
+
/** The operation groups for usages */
|
|
32
|
+
readonly usages: UsagesOperations;
|
|
33
|
+
/** The operation groups for services */
|
|
34
|
+
readonly services: ServicesOperations;
|
|
35
|
+
/** The operation groups for networkSecurityPerimeterConfigurations */
|
|
36
|
+
readonly networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurationsOperations;
|
|
37
|
+
/** The operation groups for sharedPrivateLinkResources */
|
|
38
|
+
readonly sharedPrivateLinkResources: SharedPrivateLinkResourcesOperations;
|
|
39
|
+
/** The operation groups for privateEndpointConnections */
|
|
40
|
+
readonly privateEndpointConnections: PrivateEndpointConnectionsOperations;
|
|
41
|
+
/** The operation groups for operations */
|
|
42
|
+
readonly operations: OperationsOperations;
|
|
43
|
+
/** The operation groups for offerings */
|
|
44
|
+
readonly offerings: OfferingsOperations;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=searchManagementClient.d.ts.map
|