@azure/arm-maps 3.1.2-alpha.20260309.1 → 4.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +11 -12
- package/dist/browser/api/accounts/index.d.ts +3 -0
- package/dist/browser/api/accounts/index.js +4 -0
- package/dist/browser/api/accounts/index.js.map +1 -0
- package/dist/browser/api/accounts/operations.d.ts +53 -0
- package/dist/browser/api/accounts/operations.js +278 -0
- package/dist/browser/api/accounts/operations.js.map +1 -0
- package/dist/browser/api/accounts/options.d.ts +29 -0
- package/dist/browser/api/accounts/options.js +4 -0
- package/dist/browser/api/accounts/options.js.map +1 -0
- package/dist/browser/api/azureMapsManagementContext.d.ts +22 -0
- package/dist/browser/api/azureMapsManagementContext.js +24 -0
- package/dist/browser/api/azureMapsManagementContext.js.map +1 -0
- package/dist/browser/api/creators/index.d.ts +3 -0
- package/dist/browser/api/creators/index.js +4 -0
- package/dist/browser/api/creators/index.js.map +1 -0
- package/dist/browser/api/creators/operations.d.ts +31 -0
- package/dist/browser/api/creators/operations.js +160 -0
- package/dist/browser/api/creators/operations.js.map +1 -0
- package/dist/browser/api/creators/options.d.ts +17 -0
- package/dist/browser/api/creators/options.js +4 -0
- package/dist/browser/api/creators/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/maps/index.d.ts +3 -0
- package/dist/browser/api/maps/index.js +4 -0
- package/dist/browser/api/maps/index.js.map +1 -0
- package/dist/browser/api/maps/operations.d.ts +10 -0
- package/dist/browser/api/maps/operations.js +35 -0
- package/dist/browser/api/maps/operations.js.map +1 -0
- package/dist/browser/api/maps/options.d.ts +5 -0
- package/dist/browser/api/maps/options.js +4 -0
- package/dist/browser/api/maps/options.js.map +1 -0
- package/dist/browser/api/operationResult/index.d.ts +3 -0
- package/dist/browser/api/operationResult/index.js +4 -0
- package/dist/browser/api/operationResult/index.js.map +1 -0
- package/dist/browser/api/operationResult/operations.d.ts +9 -0
- package/dist/browser/api/operationResult/operations.js +37 -0
- package/dist/browser/api/operationResult/operations.js.map +1 -0
- package/dist/browser/api/operationResult/options.d.ts +7 -0
- package/dist/browser/api/operationResult/options.js +4 -0
- package/dist/browser/api/operationResult/options.js.map +1 -0
- package/dist/browser/api/operationStatus/index.d.ts +3 -0
- package/dist/browser/api/operationStatus/index.js +4 -0
- package/dist/browser/api/operationStatus/index.js.map +1 -0
- package/dist/browser/api/operationStatus/operations.d.ts +9 -0
- package/dist/browser/api/operationStatus/operations.js +34 -0
- package/dist/browser/api/operationStatus/operations.js.map +1 -0
- package/dist/browser/api/operationStatus/options.d.ts +5 -0
- package/dist/browser/api/operationStatus/options.js +4 -0
- package/dist/browser/api/operationStatus/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 +28 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +140 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -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 +14 -0
- package/dist/browser/api/privateLinkResources/operations.js +67 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/azureMapsManagementClient.d.ts +31 -21
- package/dist/browser/azureMapsManagementClient.js +43 -102
- package/dist/browser/azureMapsManagementClient.js.map +1 -1
- package/dist/browser/classic/accounts/index.d.ts +38 -0
- package/dist/browser/classic/accounts/index.js +22 -0
- package/dist/browser/classic/accounts/index.js.map +1 -0
- package/dist/browser/classic/creators/index.d.ts +24 -0
- package/dist/browser/classic/creators/index.js +18 -0
- package/dist/browser/classic/creators/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/maps/index.d.ts +11 -0
- package/dist/browser/classic/maps/index.js +14 -0
- package/dist/browser/classic/maps/index.js.map +1 -0
- package/dist/browser/classic/operationResult/index.d.ts +15 -0
- package/dist/browser/classic/operationResult/index.js +23 -0
- package/dist/browser/classic/operationResult/index.js.map +1 -0
- package/dist/browser/classic/operationStatus/index.d.ts +10 -0
- package/dist/browser/classic/operationStatus/index.js +14 -0
- package/dist/browser/classic/operationStatus/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/browser/classic/privateLinkResources/index.js +15 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/index.d.ts +20 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -697
- package/dist/browser/models/index.js +3 -85
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +741 -0
- package/dist/browser/models/models.js +827 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +97 -0
- package/dist/browser/restorePollerHelpers.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/accounts/index.d.ts +3 -0
- package/dist/commonjs/api/accounts/index.js +43 -0
- package/dist/commonjs/api/accounts/index.js.map +7 -0
- package/dist/commonjs/api/accounts/operations.d.ts +53 -0
- package/dist/commonjs/api/accounts/operations.js +405 -0
- package/dist/commonjs/api/accounts/operations.js.map +7 -0
- package/dist/commonjs/api/accounts/options.d.ts +29 -0
- package/dist/commonjs/{operationsInterfaces/maps.js → api/accounts/options.js} +2 -2
- package/dist/commonjs/api/accounts/options.js.map +7 -0
- package/dist/commonjs/api/azureMapsManagementContext.d.ts +22 -0
- package/dist/commonjs/api/azureMapsManagementContext.js +44 -0
- package/dist/commonjs/api/azureMapsManagementContext.js.map +7 -0
- package/dist/commonjs/api/creators/index.d.ts +3 -0
- package/dist/commonjs/api/creators/index.js +35 -0
- package/dist/commonjs/api/creators/index.js.map +7 -0
- package/dist/commonjs/api/creators/operations.d.ts +31 -0
- package/dist/commonjs/api/creators/operations.js +241 -0
- package/dist/commonjs/api/creators/operations.js.map +7 -0
- package/dist/commonjs/api/creators/options.d.ts +17 -0
- package/dist/commonjs/{operationsInterfaces/accounts.js → api/creators/options.js} +2 -2
- package/dist/commonjs/api/creators/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/{operations → api}/index.js +11 -9
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/maps/index.d.ts +3 -0
- package/dist/commonjs/api/maps/index.js +27 -0
- package/dist/commonjs/api/maps/index.js.map +7 -0
- package/dist/commonjs/api/maps/operations.d.ts +10 -0
- package/dist/commonjs/api/maps/operations.js +71 -0
- package/dist/commonjs/api/maps/operations.js.map +7 -0
- package/dist/commonjs/api/maps/options.d.ts +5 -0
- package/dist/commonjs/{operationsInterfaces/creators.js → api/maps/options.js} +2 -2
- package/dist/commonjs/api/maps/options.js.map +7 -0
- package/dist/commonjs/api/operationResult/index.d.ts +3 -0
- package/dist/commonjs/api/operationResult/index.js +27 -0
- package/dist/commonjs/api/operationResult/index.js.map +7 -0
- package/dist/commonjs/api/operationResult/operations.d.ts +9 -0
- package/dist/commonjs/api/operationResult/operations.js +67 -0
- package/dist/commonjs/api/operationResult/operations.js.map +7 -0
- package/dist/commonjs/api/operationResult/options.d.ts +7 -0
- package/dist/commonjs/api/operationResult/options.js +15 -0
- package/dist/commonjs/api/operationResult/options.js.map +7 -0
- package/dist/commonjs/api/operationStatus/index.d.ts +3 -0
- package/dist/commonjs/api/operationStatus/index.js +27 -0
- package/dist/commonjs/api/operationStatus/index.js.map +7 -0
- package/dist/commonjs/api/operationStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/operationStatus/operations.js +64 -0
- package/dist/commonjs/api/operationStatus/operations.js.map +7 -0
- package/dist/commonjs/api/operationStatus/options.d.ts +5 -0
- package/dist/commonjs/api/operationStatus/options.js +15 -0
- package/dist/commonjs/api/operationStatus/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/{operationsInterfaces → api/privateEndpointConnections}/index.js +17 -9
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +211 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -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 +29 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +118 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
- package/dist/commonjs/api/privateLinkResources/options.js +15 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/azureMapsManagementClient.d.ts +31 -21
- package/dist/commonjs/azureMapsManagementClient.js +39 -97
- package/dist/commonjs/azureMapsManagementClient.js.map +2 -2
- package/dist/commonjs/classic/accounts/index.d.ts +38 -0
- package/dist/commonjs/classic/accounts/index.js +45 -0
- package/dist/commonjs/classic/accounts/index.js.map +7 -0
- package/dist/commonjs/classic/creators/index.d.ts +24 -0
- package/dist/commonjs/classic/creators/index.js +55 -0
- package/dist/commonjs/classic/creators/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/maps/index.d.ts +11 -0
- package/dist/commonjs/classic/maps/index.js +37 -0
- package/dist/commonjs/classic/maps/index.js.map +7 -0
- package/dist/commonjs/classic/operationResult/index.d.ts +15 -0
- package/dist/commonjs/classic/operationResult/index.js +46 -0
- package/dist/commonjs/classic/operationResult/index.js.map +7 -0
- package/dist/commonjs/classic/operationStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/operationStatus/index.js +37 -0
- package/dist/commonjs/classic/operationStatus/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +90 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +20 -3
- package/dist/commonjs/index.js +35 -8
- package/dist/commonjs/index.js.map +2 -2
- 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 +2 -697
- package/dist/commonjs/models/index.js +22 -56
- package/dist/commonjs/models/index.js.map +3 -3
- package/dist/commonjs/models/models.d.ts +741 -0
- package/dist/commonjs/models/models.js +896 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +109 -0
- package/dist/commonjs/restorePollerHelpers.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/{pagingHelper.js → static-helpers/serialization/check-prop-undefined.js} +11 -20
- 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 +1 -1
- package/dist/esm/api/accounts/index.d.ts +3 -0
- package/dist/esm/api/accounts/index.js +22 -0
- package/dist/esm/api/accounts/index.js.map +7 -0
- package/dist/esm/api/accounts/operations.d.ts +53 -0
- package/dist/esm/api/accounts/operations.js +366 -0
- package/dist/esm/api/accounts/operations.js.map +7 -0
- package/dist/esm/api/accounts/options.d.ts +29 -0
- package/dist/esm/api/azureMapsManagementContext.d.ts +22 -0
- package/dist/esm/api/azureMapsManagementContext.js +21 -0
- package/dist/esm/api/azureMapsManagementContext.js.map +7 -0
- package/dist/esm/api/creators/index.d.ts +3 -0
- package/dist/esm/api/creators/index.js +8 -0
- package/dist/esm/api/creators/index.js.map +7 -0
- package/dist/esm/api/creators/operations.d.ts +31 -0
- package/dist/esm/api/creators/operations.js +210 -0
- package/dist/esm/api/creators/operations.js.map +7 -0
- package/dist/esm/api/creators/options.d.ts +17 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/maps/index.d.ts +3 -0
- package/dist/esm/api/maps/index.js +4 -0
- package/dist/esm/api/maps/index.js.map +7 -0
- package/dist/esm/api/maps/operations.d.ts +10 -0
- package/dist/esm/api/maps/operations.js +49 -0
- package/dist/esm/api/maps/operations.js.map +7 -0
- package/dist/esm/api/maps/options.d.ts +5 -0
- package/dist/esm/api/operationResult/index.d.ts +3 -0
- package/dist/esm/api/operationResult/index.js +4 -0
- package/dist/esm/api/operationResult/index.js.map +7 -0
- package/dist/esm/api/operationResult/operations.d.ts +9 -0
- package/dist/esm/api/operationResult/operations.js +42 -0
- package/dist/esm/api/operationResult/operations.js.map +7 -0
- package/dist/esm/api/operationResult/options.d.ts +7 -0
- package/dist/esm/api/operationResult/options.js +0 -0
- package/dist/esm/api/operationResult/options.js.map +7 -0
- package/dist/esm/api/operationStatus/index.d.ts +3 -0
- package/dist/esm/api/operationStatus/index.js +4 -0
- package/dist/esm/api/operationStatus/index.js.map +7 -0
- package/dist/esm/api/operationStatus/operations.d.ts +9 -0
- package/dist/esm/api/operationStatus/operations.js +42 -0
- package/dist/esm/api/operationStatus/operations.js.map +7 -0
- package/dist/esm/api/operationStatus/options.d.ts +5 -0
- package/dist/esm/api/operationStatus/options.js +0 -0
- package/dist/esm/api/operationStatus/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 +28 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +182 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -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 +5 -0
- package/dist/esm/api/privateLinkResources/index.js.map +7 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/esm/api/privateLinkResources/operations.js +94 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
- package/dist/esm/api/privateLinkResources/options.js +0 -0
- package/dist/esm/api/privateLinkResources/options.js.map +7 -0
- package/dist/esm/azureMapsManagementClient.d.ts +31 -21
- package/dist/esm/azureMapsManagementClient.js +39 -87
- package/dist/esm/azureMapsManagementClient.js.map +2 -2
- package/dist/esm/classic/accounts/index.d.ts +38 -0
- package/dist/esm/classic/accounts/index.js +32 -0
- package/dist/esm/classic/accounts/index.js.map +7 -0
- package/dist/esm/classic/creators/index.d.ts +24 -0
- package/dist/esm/classic/creators/index.js +38 -0
- package/dist/esm/classic/creators/index.js.map +7 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/maps/index.d.ts +11 -0
- package/dist/esm/classic/maps/index.js +14 -0
- package/dist/esm/classic/maps/index.js.map +7 -0
- package/dist/esm/classic/operationResult/index.d.ts +15 -0
- package/dist/esm/classic/operationResult/index.js +23 -0
- package/dist/esm/classic/operationResult/index.js.map +7 -0
- package/dist/esm/classic/operationStatus/index.d.ts +10 -0
- package/dist/esm/classic/operationStatus/index.js +14 -0
- package/dist/esm/classic/operationStatus/index.js.map +7 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +72 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/esm/classic/privateLinkResources/index.js +15 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
- package/dist/esm/index.d.ts +20 -3
- package/dist/esm/index.js +34 -4
- package/dist/esm/index.js.map +2 -2
- 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 +2 -697
- package/dist/esm/models/index.js +23 -48
- package/dist/esm/models/index.js.map +3 -3
- package/dist/esm/models/models.d.ts +741 -0
- package/dist/esm/models/models.js +775 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +89 -0
- package/dist/esm/restorePollerHelpers.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/accounts/index.d.ts +3 -0
- package/dist/react-native/api/accounts/index.js +4 -0
- package/dist/react-native/api/accounts/index.js.map +1 -0
- package/dist/react-native/api/accounts/operations.d.ts +53 -0
- package/dist/react-native/api/accounts/operations.js +278 -0
- package/dist/react-native/api/accounts/operations.js.map +1 -0
- package/dist/react-native/api/accounts/options.d.ts +29 -0
- package/dist/react-native/api/accounts/options.js +4 -0
- package/dist/react-native/api/accounts/options.js.map +1 -0
- package/dist/react-native/api/azureMapsManagementContext.d.ts +22 -0
- package/dist/react-native/api/azureMapsManagementContext.js +24 -0
- package/dist/react-native/api/azureMapsManagementContext.js.map +1 -0
- package/dist/react-native/api/creators/index.d.ts +3 -0
- package/dist/react-native/api/creators/index.js +4 -0
- package/dist/react-native/api/creators/index.js.map +1 -0
- package/dist/react-native/api/creators/operations.d.ts +31 -0
- package/dist/react-native/api/creators/operations.js +160 -0
- package/dist/react-native/api/creators/operations.js.map +1 -0
- package/dist/react-native/api/creators/options.d.ts +17 -0
- package/dist/react-native/api/creators/options.js +4 -0
- package/dist/react-native/api/creators/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/maps/index.d.ts +3 -0
- package/dist/react-native/api/maps/index.js +4 -0
- package/dist/react-native/api/maps/index.js.map +1 -0
- package/dist/react-native/api/maps/operations.d.ts +10 -0
- package/dist/react-native/api/maps/operations.js +35 -0
- package/dist/react-native/api/maps/operations.js.map +1 -0
- package/dist/react-native/api/maps/options.d.ts +5 -0
- package/dist/react-native/api/maps/options.js +4 -0
- package/dist/react-native/api/maps/options.js.map +1 -0
- package/dist/react-native/api/operationResult/index.d.ts +3 -0
- package/dist/react-native/api/operationResult/index.js +4 -0
- package/dist/react-native/api/operationResult/index.js.map +1 -0
- package/dist/react-native/api/operationResult/operations.d.ts +9 -0
- package/dist/react-native/api/operationResult/operations.js +37 -0
- package/dist/react-native/api/operationResult/operations.js.map +1 -0
- package/dist/react-native/api/operationResult/options.d.ts +7 -0
- package/dist/react-native/api/operationResult/options.js +4 -0
- package/dist/react-native/api/operationResult/options.js.map +1 -0
- package/dist/react-native/api/operationStatus/index.d.ts +3 -0
- package/dist/react-native/api/operationStatus/index.js +4 -0
- package/dist/react-native/api/operationStatus/index.js.map +1 -0
- package/dist/react-native/api/operationStatus/operations.d.ts +9 -0
- package/dist/react-native/api/operationStatus/operations.js +34 -0
- package/dist/react-native/api/operationStatus/operations.js.map +1 -0
- package/dist/react-native/api/operationStatus/options.d.ts +5 -0
- package/dist/react-native/api/operationStatus/options.js +4 -0
- package/dist/react-native/api/operationStatus/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 +28 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +140 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +18 -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 +14 -0
- package/dist/react-native/api/privateLinkResources/operations.js +67 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +8 -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/azureMapsManagementClient.d.ts +31 -21
- package/dist/react-native/azureMapsManagementClient.js +43 -102
- package/dist/react-native/azureMapsManagementClient.js.map +1 -1
- package/dist/react-native/classic/accounts/index.d.ts +38 -0
- package/dist/react-native/classic/accounts/index.js +22 -0
- package/dist/react-native/classic/accounts/index.js.map +1 -0
- package/dist/react-native/classic/creators/index.d.ts +24 -0
- package/dist/react-native/classic/creators/index.js +18 -0
- package/dist/react-native/classic/creators/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -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/maps/index.d.ts +11 -0
- package/dist/react-native/classic/maps/index.js +14 -0
- package/dist/react-native/classic/maps/index.js.map +1 -0
- package/dist/react-native/classic/operationResult/index.d.ts +15 -0
- package/dist/react-native/classic/operationResult/index.js +23 -0
- package/dist/react-native/classic/operationResult/index.js.map +1 -0
- package/dist/react-native/classic/operationStatus/index.d.ts +10 -0
- package/dist/react-native/classic/operationStatus/index.js +14 -0
- package/dist/react-native/classic/operationStatus/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +34 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/react-native/classic/privateLinkResources/index.js +15 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/index.d.ts +20 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- 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 +2 -697
- package/dist/react-native/models/index.js +3 -85
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +741 -0
- package/dist/react-native/models/models.js +827 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +97 -0
- package/dist/react-native/restorePollerHelpers.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 +245 -75
- package/CHANGELOG.md +0 -70
- package/dist/browser/azureMapsManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -35
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1121
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -17
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -135
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/accounts.d.ts +0 -118
- package/dist/browser/operations/accounts.d.ts.map +0 -1
- package/dist/browser/operations/accounts.js +0 -458
- package/dist/browser/operations/accounts.js.map +0 -1
- package/dist/browser/operations/creators.d.ts +0 -74
- package/dist/browser/operations/creators.d.ts.map +0 -1
- package/dist/browser/operations/creators.js +0 -277
- package/dist/browser/operations/creators.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -4
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -11
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/maps.d.ts +0 -51
- package/dist/browser/operations/maps.d.ts.map +0 -1
- package/dist/browser/operations/maps.js +0 -211
- package/dist/browser/operations/maps.js.map +0 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts +0 -82
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accounts.js +0 -9
- package/dist/browser/operationsInterfaces/accounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/creators.d.ts +0 -49
- package/dist/browser/operationsInterfaces/creators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/creators.js +0 -9
- package/dist/browser/operationsInterfaces/creators.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -4
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -11
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/maps.d.ts +0 -16
- package/dist/browser/operationsInterfaces/maps.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/maps.js +0 -9
- package/dist/browser/operationsInterfaces/maps.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/azureMapsManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -35
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1203
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -17
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -181
- package/dist/commonjs/models/parameters.js.map +0 -7
- package/dist/commonjs/operations/accounts.d.ts +0 -118
- package/dist/commonjs/operations/accounts.d.ts.map +0 -1
- package/dist/commonjs/operations/accounts.js +0 -531
- package/dist/commonjs/operations/accounts.js.map +0 -7
- package/dist/commonjs/operations/creators.d.ts +0 -74
- package/dist/commonjs/operations/creators.d.ts.map +0 -1
- package/dist/commonjs/operations/creators.js +0 -346
- package/dist/commonjs/operations/creators.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -4
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js.map +0 -7
- package/dist/commonjs/operations/maps.d.ts +0 -51
- package/dist/commonjs/operations/maps.d.ts.map +0 -1
- package/dist/commonjs/operations/maps.js +0 -257
- package/dist/commonjs/operations/maps.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +0 -82
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accounts.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/creators.d.ts +0 -49
- package/dist/commonjs/operationsInterfaces/creators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/creators.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/maps.d.ts +0 -16
- package/dist/commonjs/operationsInterfaces/maps.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/maps.js.map +0 -7
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js.map +0 -7
- package/dist/esm/azureMapsManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -35
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1148
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -17
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -151
- package/dist/esm/models/parameters.js.map +0 -7
- package/dist/esm/operations/accounts.d.ts +0 -118
- package/dist/esm/operations/accounts.d.ts.map +0 -1
- package/dist/esm/operations/accounts.js +0 -498
- package/dist/esm/operations/accounts.js.map +0 -7
- package/dist/esm/operations/creators.d.ts +0 -74
- package/dist/esm/operations/creators.d.ts.map +0 -1
- package/dist/esm/operations/creators.js +0 -313
- package/dist/esm/operations/creators.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -4
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -3
- package/dist/esm/operations/index.js.map +0 -7
- package/dist/esm/operations/maps.d.ts +0 -51
- package/dist/esm/operations/maps.d.ts.map +0 -1
- package/dist/esm/operations/maps.js +0 -224
- package/dist/esm/operations/maps.js.map +0 -7
- package/dist/esm/operationsInterfaces/accounts.d.ts +0 -82
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/creators.d.ts +0 -49
- package/dist/esm/operationsInterfaces/creators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -4
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -3
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- package/dist/esm/operationsInterfaces/maps.d.ts +0 -16
- package/dist/esm/operationsInterfaces/maps.d.ts.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -19
- package/dist/esm/pagingHelper.js.map +0 -7
- package/dist/react-native/azureMapsManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -35
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1121
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -17
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -135
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/accounts.d.ts +0 -118
- package/dist/react-native/operations/accounts.d.ts.map +0 -1
- package/dist/react-native/operations/accounts.js +0 -458
- package/dist/react-native/operations/accounts.js.map +0 -1
- package/dist/react-native/operations/creators.d.ts +0 -74
- package/dist/react-native/operations/creators.d.ts.map +0 -1
- package/dist/react-native/operations/creators.js +0 -277
- package/dist/react-native/operations/creators.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -4
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -11
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/maps.d.ts +0 -51
- package/dist/react-native/operations/maps.d.ts.map +0 -1
- package/dist/react-native/operations/maps.js +0 -211
- package/dist/react-native/operations/maps.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accounts.d.ts +0 -82
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accounts.js +0 -9
- package/dist/react-native/operationsInterfaces/accounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/creators.d.ts +0 -49
- package/dist/react-native/operationsInterfaces/creators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/creators.js +0 -9
- package/dist/react-native/operationsInterfaces/creators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -11
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/maps.d.ts +0 -16
- package/dist/react-native/operationsInterfaces/maps.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/maps.js +0 -9
- package/dist/react-native/operationsInterfaces/maps.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-maps-node.api.md +0 -543
- /package/dist/esm/{operationsInterfaces/accounts.js → api/accounts/options.js} +0 -0
- /package/dist/esm/{operationsInterfaces/accounts.js.map → api/accounts/options.js.map} +0 -0
- /package/dist/esm/{operationsInterfaces/creators.js → api/creators/options.js} +0 -0
- /package/dist/esm/{operationsInterfaces/creators.js.map → api/creators/options.js.map} +0 -0
- /package/dist/esm/{operationsInterfaces/maps.js → api/maps/options.js} +0 -0
- /package/dist/esm/{operationsInterfaces/maps.js.map → api/maps/options.js.map} +0 -0
|
@@ -1,698 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export interface Sku {
|
|
4
|
-
/** The name of the SKU, in standard format (such as S0). */
|
|
5
|
-
name: Name;
|
|
6
|
-
/**
|
|
7
|
-
* Gets the sku tier. This is based on the SKU name.
|
|
8
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
9
|
-
*/
|
|
10
|
-
readonly tier?: string;
|
|
11
|
-
}
|
|
12
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
13
|
-
export interface SystemData {
|
|
14
|
-
/** The identity that created the resource. */
|
|
15
|
-
createdBy?: string;
|
|
16
|
-
/** The type of identity that created the resource. */
|
|
17
|
-
createdByType?: CreatedByType;
|
|
18
|
-
/** The timestamp of resource creation (UTC). */
|
|
19
|
-
createdAt?: Date;
|
|
20
|
-
/** The identity that last modified the resource. */
|
|
21
|
-
lastModifiedBy?: string;
|
|
22
|
-
/** The type of identity that last modified the resource. */
|
|
23
|
-
lastModifiedByType?: CreatedByType;
|
|
24
|
-
/** The timestamp of resource last modification (UTC) */
|
|
25
|
-
lastModifiedAt?: Date;
|
|
26
|
-
}
|
|
27
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
28
|
-
export interface ManagedServiceIdentity {
|
|
29
|
-
/**
|
|
30
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
33
|
-
readonly principalId?: string;
|
|
34
|
-
/**
|
|
35
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
36
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
-
*/
|
|
38
|
-
readonly tenantId?: string;
|
|
39
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
40
|
-
type: ManagedServiceIdentityType;
|
|
41
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
42
|
-
userAssignedIdentities?: {
|
|
43
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
/** User assigned identity properties */
|
|
47
|
-
export interface UserAssignedIdentity {
|
|
48
|
-
/**
|
|
49
|
-
* The principal ID of the assigned identity.
|
|
50
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
-
*/
|
|
52
|
-
readonly principalId?: string;
|
|
53
|
-
/**
|
|
54
|
-
* The client ID of the assigned identity.
|
|
55
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
-
*/
|
|
57
|
-
readonly clientId?: string;
|
|
58
|
-
}
|
|
59
|
-
/** Additional Map account properties */
|
|
60
|
-
export interface MapsAccountProperties {
|
|
61
|
-
/**
|
|
62
|
-
* A unique identifier for the maps account
|
|
63
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
64
|
-
*/
|
|
65
|
-
readonly uniqueId?: string;
|
|
66
|
-
/** Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage. */
|
|
67
|
-
disableLocalAuth?: boolean;
|
|
68
|
-
/**
|
|
69
|
-
* The provisioning state of the Map account resource, Account updates can only be performed on terminal states. Terminal states: `Succeeded` and `Failed`
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly provisioningState?: string;
|
|
73
|
-
/** The array of associated resources to the Map account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Map Account Managed Identity(s) permissions to those resource(s). */
|
|
74
|
-
linkedResources?: LinkedResource[];
|
|
75
|
-
/** Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. */
|
|
76
|
-
cors?: CorsRules;
|
|
77
|
-
/** (Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. */
|
|
78
|
-
encryption?: Encryption;
|
|
79
|
-
}
|
|
80
|
-
/** Linked resource is reference to a resource deployed in an Azure subscription, add the linked resource `uniqueName` value as an optional parameter for operations on Azure Maps Geospatial REST APIs. */
|
|
81
|
-
export interface LinkedResource {
|
|
82
|
-
/** A provided name which uniquely identifies the linked resource. */
|
|
83
|
-
uniqueName: string;
|
|
84
|
-
/** ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/accounts/{storageName}'. */
|
|
85
|
-
id: string;
|
|
86
|
-
}
|
|
87
|
-
/** Sets the CORS rules. You can include up to five CorsRule elements in the request. */
|
|
88
|
-
export interface CorsRules {
|
|
89
|
-
/** The list of CORS rules. You can include up to five CorsRule elements in the request. */
|
|
90
|
-
corsRules?: CorsRule[];
|
|
91
|
-
}
|
|
92
|
-
/** Specifies a CORS rule for the Map Account. */
|
|
93
|
-
export interface CorsRule {
|
|
94
|
-
/** Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains */
|
|
95
|
-
allowedOrigins: string[];
|
|
96
|
-
}
|
|
97
|
-
/** (Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. */
|
|
98
|
-
export interface Encryption {
|
|
99
|
-
/** Values are enabled and disabled. */
|
|
100
|
-
infrastructureEncryption?: InfrastructureEncryption;
|
|
101
|
-
/** All Customer-managed key encryption properties for the resource. */
|
|
102
|
-
customerManagedKeyEncryption?: CustomerManagedKeyEncryption;
|
|
103
|
-
}
|
|
104
|
-
/** All Customer-managed key encryption properties for the resource. */
|
|
105
|
-
export interface CustomerManagedKeyEncryption {
|
|
106
|
-
/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
|
|
107
|
-
keyEncryptionKeyIdentity?: CustomerManagedKeyEncryptionKeyIdentity;
|
|
108
|
-
/** key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. */
|
|
109
|
-
keyEncryptionKeyUrl?: string;
|
|
110
|
-
}
|
|
111
|
-
/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
|
|
112
|
-
export interface CustomerManagedKeyEncryptionKeyIdentity {
|
|
113
|
-
/** Values can be systemAssignedIdentity or userAssignedIdentity */
|
|
114
|
-
identityType?: IdentityType;
|
|
115
|
-
/** user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity. */
|
|
116
|
-
userAssignedIdentityResourceId?: string;
|
|
117
|
-
/** delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only. */
|
|
118
|
-
delegatedIdentityClientId?: string;
|
|
119
|
-
}
|
|
120
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
121
|
-
export interface Resource {
|
|
122
|
-
/**
|
|
123
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
124
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
-
*/
|
|
126
|
-
readonly id?: string;
|
|
127
|
-
/**
|
|
128
|
-
* The name of the resource
|
|
129
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
130
|
-
*/
|
|
131
|
-
readonly name?: string;
|
|
132
|
-
/**
|
|
133
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
134
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
135
|
-
*/
|
|
136
|
-
readonly type?: string;
|
|
137
|
-
}
|
|
138
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
139
|
-
export interface ErrorResponse {
|
|
140
|
-
/** The error object. */
|
|
141
|
-
error?: ErrorDetail;
|
|
142
|
-
}
|
|
143
|
-
/** The error detail. */
|
|
144
|
-
export interface ErrorDetail {
|
|
145
|
-
/**
|
|
146
|
-
* The error code.
|
|
147
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
|
-
*/
|
|
149
|
-
readonly code?: string;
|
|
150
|
-
/**
|
|
151
|
-
* The error message.
|
|
152
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
153
|
-
*/
|
|
154
|
-
readonly message?: string;
|
|
155
|
-
/**
|
|
156
|
-
* The error target.
|
|
157
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
158
|
-
*/
|
|
159
|
-
readonly target?: string;
|
|
160
|
-
/**
|
|
161
|
-
* The error details.
|
|
162
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
163
|
-
*/
|
|
164
|
-
readonly details?: ErrorDetail[];
|
|
165
|
-
/**
|
|
166
|
-
* The error additional info.
|
|
167
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
168
|
-
*/
|
|
169
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
170
|
-
}
|
|
171
|
-
/** The resource management error additional info. */
|
|
172
|
-
export interface ErrorAdditionalInfo {
|
|
173
|
-
/**
|
|
174
|
-
* The additional info type.
|
|
175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
-
*/
|
|
177
|
-
readonly type?: string;
|
|
178
|
-
/**
|
|
179
|
-
* The additional info.
|
|
180
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
|
-
*/
|
|
182
|
-
readonly info?: Record<string, unknown>;
|
|
183
|
-
}
|
|
184
|
-
/** Parameters used to update an existing Maps Account. */
|
|
185
|
-
export interface MapsAccountUpdateParameters {
|
|
186
|
-
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. */
|
|
187
|
-
tags?: {
|
|
188
|
-
[propertyName: string]: string;
|
|
189
|
-
};
|
|
190
|
-
/** Get or Set Kind property. */
|
|
191
|
-
kind?: Kind;
|
|
192
|
-
/** The SKU of this account. */
|
|
193
|
-
sku?: Sku;
|
|
194
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
195
|
-
identity?: ManagedServiceIdentity;
|
|
196
|
-
/**
|
|
197
|
-
* A unique identifier for the maps account
|
|
198
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
-
*/
|
|
200
|
-
readonly uniqueId?: string;
|
|
201
|
-
/** Allows toggle functionality on Azure Policy to disable Azure Maps local authentication support. This will disable Shared Keys and Shared Access Signature Token authentication from any usage. */
|
|
202
|
-
disableLocalAuth?: boolean;
|
|
203
|
-
/**
|
|
204
|
-
* The provisioning state of the Map account resource, Account updates can only be performed on terminal states. Terminal states: `Succeeded` and `Failed`
|
|
205
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
206
|
-
*/
|
|
207
|
-
readonly provisioningState?: string;
|
|
208
|
-
/** The array of associated resources to the Map account. Linked resource in the array cannot individually update, you must update all linked resources in the array together. These resources may be used on operations on the Azure Maps REST API. Access is controlled by the Map Account Managed Identity(s) permissions to those resource(s). */
|
|
209
|
-
linkedResources?: LinkedResource[];
|
|
210
|
-
/** Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. */
|
|
211
|
-
cors?: CorsRules;
|
|
212
|
-
/** (Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled. */
|
|
213
|
-
encryption?: Encryption;
|
|
214
|
-
}
|
|
215
|
-
/** A list of Maps Accounts. */
|
|
216
|
-
export interface MapsAccounts {
|
|
217
|
-
/**
|
|
218
|
-
* a Maps Account.
|
|
219
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
220
|
-
*/
|
|
221
|
-
readonly value?: MapsAccount[];
|
|
222
|
-
/**
|
|
223
|
-
* URL client should use to fetch the next page (per server side paging).
|
|
224
|
-
* It's null for now, added for future use.
|
|
225
|
-
*/
|
|
226
|
-
nextLink?: string;
|
|
227
|
-
}
|
|
228
|
-
/** Parameters used to create an account Shared Access Signature (SAS) token. The REST API access control is provided by Azure Maps Role Based Access (RBAC) identity and access. */
|
|
229
|
-
export interface AccountSasParameters {
|
|
230
|
-
/** The Map account key to use for signing. Picking `primaryKey` or `secondaryKey` will use the Map account Shared Keys, and using `managedIdentity` will use the auto-renewed private key to sign the SAS. */
|
|
231
|
-
signingKey: SigningKey;
|
|
232
|
-
/** The principal Id also known as the object Id of a User Assigned Managed Identity currently assigned to the Map Account. To assign a Managed Identity of the account, use operation Create or Update an assign a User Assigned Identity resource Id. */
|
|
233
|
-
principalId: string;
|
|
234
|
-
/** Optional, allows control of which region locations are permitted access to Azure Maps REST APIs with the SAS token. Example: "eastus", "westus2". Omitting this parameter will allow all region locations to be accessible. */
|
|
235
|
-
regions?: string[];
|
|
236
|
-
/** Required parameter which represents the desired maximum request per second to allowed for the given SAS token. This does not guarantee perfect accuracy in measurements but provides application safe guards of abuse with eventual enforcement. */
|
|
237
|
-
maxRatePerSecond: number;
|
|
238
|
-
/** The date time offset of when the token validity begins. For example "2017-05-24T10:42:03.1567373Z". Maximum duration allowed is 24 hours between `start` and `expiry`. */
|
|
239
|
-
start: string;
|
|
240
|
-
/** The date time offset of when the token validity expires. For example "2017-05-24T10:42:03.1567373Z". Maximum duration allowed is 24 hours between `start` and `expiry`. */
|
|
241
|
-
expiry: string;
|
|
242
|
-
}
|
|
243
|
-
/** A new Sas token which can be used to access the Maps REST APIs and is controlled by the specified Managed identity permissions on Azure (IAM) Role Based Access Control. */
|
|
244
|
-
export interface MapsAccountSasToken {
|
|
245
|
-
/**
|
|
246
|
-
* The shared access signature access token.
|
|
247
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
248
|
-
*/
|
|
249
|
-
readonly accountSasToken?: string;
|
|
250
|
-
}
|
|
251
|
-
/** The set of keys which can be used to access the Maps REST APIs. Two keys are provided for key rotation without interruption. */
|
|
252
|
-
export interface MapsAccountKeys {
|
|
253
|
-
/**
|
|
254
|
-
* The last updated date and time of the primary key.
|
|
255
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
256
|
-
*/
|
|
257
|
-
readonly primaryKeyLastUpdated?: string;
|
|
258
|
-
/**
|
|
259
|
-
* The primary key for accessing the Maps REST APIs.
|
|
260
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
261
|
-
*/
|
|
262
|
-
readonly primaryKey?: string;
|
|
263
|
-
/**
|
|
264
|
-
* The secondary key for accessing the Maps REST APIs.
|
|
265
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
|
-
*/
|
|
267
|
-
readonly secondaryKey?: string;
|
|
268
|
-
/**
|
|
269
|
-
* The last updated date and time of the secondary key.
|
|
270
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
271
|
-
*/
|
|
272
|
-
readonly secondaryKeyLastUpdated?: string;
|
|
273
|
-
}
|
|
274
|
-
/** Whether the operation refers to the primary or secondary key. */
|
|
275
|
-
export interface MapsKeySpecification {
|
|
276
|
-
/** Whether the operation refers to the primary or secondary key. */
|
|
277
|
-
keyType: KeyType;
|
|
278
|
-
}
|
|
279
|
-
/** The set of operations available for Maps. */
|
|
280
|
-
export interface MapsOperations {
|
|
281
|
-
/**
|
|
282
|
-
* An operation available for Maps.
|
|
283
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
284
|
-
*/
|
|
285
|
-
readonly value?: OperationDetail[];
|
|
286
|
-
/**
|
|
287
|
-
* URL client should use to fetch the next page (per server side paging).
|
|
288
|
-
* It's null for now, added for future use.
|
|
289
|
-
*/
|
|
290
|
-
nextLink?: string;
|
|
291
|
-
}
|
|
292
|
-
/** Operation detail payload */
|
|
293
|
-
export interface OperationDetail {
|
|
294
|
-
/** Name of the operation */
|
|
295
|
-
name?: string;
|
|
296
|
-
/** Indicates whether the operation is a data action */
|
|
297
|
-
isDataAction?: boolean;
|
|
298
|
-
/** Display of the operation */
|
|
299
|
-
display?: OperationDisplay;
|
|
300
|
-
/** Origin of the operation */
|
|
301
|
-
origin?: string;
|
|
302
|
-
/** One property of operation, include metric specifications. */
|
|
303
|
-
serviceSpecification?: ServiceSpecification;
|
|
304
|
-
}
|
|
305
|
-
/** Operation display payload */
|
|
306
|
-
export interface OperationDisplay {
|
|
307
|
-
/** Resource provider of the operation */
|
|
308
|
-
provider?: string;
|
|
309
|
-
/** Resource of the operation */
|
|
310
|
-
resource?: string;
|
|
311
|
-
/** Localized friendly name for the operation */
|
|
312
|
-
operation?: string;
|
|
313
|
-
/** Localized friendly description for the operation */
|
|
314
|
-
description?: string;
|
|
315
|
-
}
|
|
316
|
-
/** One property of operation, include metric specifications. */
|
|
317
|
-
export interface ServiceSpecification {
|
|
318
|
-
/** Metric specifications of operation. */
|
|
319
|
-
metricSpecifications?: MetricSpecification[];
|
|
320
|
-
}
|
|
321
|
-
/** Metric specification of operation. */
|
|
322
|
-
export interface MetricSpecification {
|
|
323
|
-
/** Name of metric specification. */
|
|
324
|
-
name?: string;
|
|
325
|
-
/** Display name of metric specification. */
|
|
326
|
-
displayName?: string;
|
|
327
|
-
/** Display description of metric specification. */
|
|
328
|
-
displayDescription?: string;
|
|
329
|
-
/** Unit could be Count. */
|
|
330
|
-
unit?: string;
|
|
331
|
-
/** Dimensions of map account. */
|
|
332
|
-
dimensions?: Dimension[];
|
|
333
|
-
/** Aggregation type could be Average. */
|
|
334
|
-
aggregationType?: string;
|
|
335
|
-
/** The property to decide fill gap with zero or not. */
|
|
336
|
-
fillGapWithZero?: boolean;
|
|
337
|
-
/** The category this metric specification belong to, could be Capacity. */
|
|
338
|
-
category?: string;
|
|
339
|
-
/** Account Resource Id. */
|
|
340
|
-
resourceIdDimensionNameOverride?: string;
|
|
341
|
-
/** Source metrics account. */
|
|
342
|
-
sourceMdmAccount?: string;
|
|
343
|
-
/** Internal metric name. */
|
|
344
|
-
internalMetricName?: string;
|
|
345
|
-
/** Lock aggregation type for metrics. */
|
|
346
|
-
lockAggregationType?: string;
|
|
347
|
-
/** Metrics namespace. */
|
|
348
|
-
sourceMdmNamespace?: string;
|
|
349
|
-
/** Allowed aggregation types for metrics. */
|
|
350
|
-
supportedAggregationTypes?: string;
|
|
351
|
-
}
|
|
352
|
-
/** Dimension of map account, for example API Category, Api Name, Result Type, and Response Code. */
|
|
353
|
-
export interface Dimension {
|
|
354
|
-
/** Display name of dimension. */
|
|
355
|
-
name?: string;
|
|
356
|
-
/** Display name of dimension. */
|
|
357
|
-
displayName?: string;
|
|
358
|
-
/** Internal name of the dimension. */
|
|
359
|
-
internalName?: string;
|
|
360
|
-
/** Internal metric name of the dimension. */
|
|
361
|
-
internalMetricName?: string;
|
|
362
|
-
/** Source Mdm Namespace of the dimension. */
|
|
363
|
-
sourceMdmNamespace?: string;
|
|
364
|
-
/** Flag to indicate exporting to Azure Monitor. */
|
|
365
|
-
toBeExportedToShoebox?: boolean;
|
|
366
|
-
}
|
|
367
|
-
/** A list of Creator resources. */
|
|
368
|
-
export interface CreatorList {
|
|
369
|
-
/**
|
|
370
|
-
* a Creator account.
|
|
371
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
372
|
-
*/
|
|
373
|
-
readonly value?: Creator[];
|
|
374
|
-
/**
|
|
375
|
-
* URL client should use to fetch the next page (per server side paging).
|
|
376
|
-
* It's null for now, added for future use.
|
|
377
|
-
*/
|
|
378
|
-
nextLink?: string;
|
|
379
|
-
}
|
|
380
|
-
/** Creator resource properties */
|
|
381
|
-
export interface CreatorProperties {
|
|
382
|
-
/**
|
|
383
|
-
* The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
|
|
384
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
385
|
-
*/
|
|
386
|
-
readonly provisioningState?: string;
|
|
387
|
-
/** The storage units to be allocated. Integer values from 1 to 100, inclusive. */
|
|
388
|
-
storageUnits: number;
|
|
389
|
-
}
|
|
390
|
-
/** Parameters used to update an existing Creator resource. */
|
|
391
|
-
export interface CreatorUpdateParameters {
|
|
392
|
-
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. */
|
|
393
|
-
tags?: {
|
|
394
|
-
[propertyName: string]: string;
|
|
395
|
-
};
|
|
396
|
-
/**
|
|
397
|
-
* The state of the resource provisioning, terminal states: Succeeded, Failed, Canceled
|
|
398
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
-
*/
|
|
400
|
-
readonly provisioningState?: string;
|
|
401
|
-
/** The storage units to be allocated. Integer values from 1 to 100, inclusive. */
|
|
402
|
-
storageUnits?: number;
|
|
403
|
-
}
|
|
404
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
405
|
-
export interface TrackedResource extends Resource {
|
|
406
|
-
/** Resource tags. */
|
|
407
|
-
tags?: {
|
|
408
|
-
[propertyName: string]: string;
|
|
409
|
-
};
|
|
410
|
-
/** The geo-location where the resource lives */
|
|
411
|
-
location: string;
|
|
412
|
-
}
|
|
413
|
-
/** An Azure resource which represents access to a suite of Maps REST APIs. */
|
|
414
|
-
export interface MapsAccount extends TrackedResource {
|
|
415
|
-
/** The SKU of this account. */
|
|
416
|
-
sku: Sku;
|
|
417
|
-
/** Get or Set Kind property. */
|
|
418
|
-
kind?: Kind;
|
|
419
|
-
/**
|
|
420
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
421
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
422
|
-
*/
|
|
423
|
-
readonly systemData?: SystemData;
|
|
424
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
425
|
-
identity?: ManagedServiceIdentity;
|
|
426
|
-
/** The map account properties. */
|
|
427
|
-
properties?: MapsAccountProperties;
|
|
428
|
-
}
|
|
429
|
-
/** An Azure resource which represents Maps Creator product and provides ability to manage private location data. */
|
|
430
|
-
export interface Creator extends TrackedResource {
|
|
431
|
-
/** The Creator resource properties. */
|
|
432
|
-
properties: CreatorProperties;
|
|
433
|
-
/**
|
|
434
|
-
* The system meta data relating to this resource.
|
|
435
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
436
|
-
*/
|
|
437
|
-
readonly systemData?: SystemData;
|
|
438
|
-
}
|
|
439
|
-
/** Known values of {@link Name} that the service accepts. */
|
|
440
|
-
export declare enum KnownName {
|
|
441
|
-
/** S0 */
|
|
442
|
-
S0 = "S0",
|
|
443
|
-
/** S1 */
|
|
444
|
-
S1 = "S1",
|
|
445
|
-
/** G2 */
|
|
446
|
-
G2 = "G2"
|
|
447
|
-
}
|
|
448
|
-
/**
|
|
449
|
-
* Defines values for Name. \
|
|
450
|
-
* {@link KnownName} can be used interchangeably with Name,
|
|
451
|
-
* this enum contains the known values that the service supports.
|
|
452
|
-
* ### Known values supported by the service
|
|
453
|
-
* **S0** \
|
|
454
|
-
* **S1** \
|
|
455
|
-
* **G2**
|
|
456
|
-
*/
|
|
457
|
-
export type Name = string;
|
|
458
|
-
/** Known values of {@link Kind} that the service accepts. */
|
|
459
|
-
export declare enum KnownKind {
|
|
460
|
-
/** Gen1 */
|
|
461
|
-
Gen1 = "Gen1",
|
|
462
|
-
/** Gen2 */
|
|
463
|
-
Gen2 = "Gen2"
|
|
464
|
-
}
|
|
465
|
-
/**
|
|
466
|
-
* Defines values for Kind. \
|
|
467
|
-
* {@link KnownKind} can be used interchangeably with Kind,
|
|
468
|
-
* this enum contains the known values that the service supports.
|
|
469
|
-
* ### Known values supported by the service
|
|
470
|
-
* **Gen1** \
|
|
471
|
-
* **Gen2**
|
|
472
|
-
*/
|
|
473
|
-
export type Kind = string;
|
|
474
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
475
|
-
export declare enum KnownCreatedByType {
|
|
476
|
-
/** User */
|
|
477
|
-
User = "User",
|
|
478
|
-
/** Application */
|
|
479
|
-
Application = "Application",
|
|
480
|
-
/** ManagedIdentity */
|
|
481
|
-
ManagedIdentity = "ManagedIdentity",
|
|
482
|
-
/** Key */
|
|
483
|
-
Key = "Key"
|
|
484
|
-
}
|
|
485
|
-
/**
|
|
486
|
-
* Defines values for CreatedByType. \
|
|
487
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
488
|
-
* this enum contains the known values that the service supports.
|
|
489
|
-
* ### Known values supported by the service
|
|
490
|
-
* **User** \
|
|
491
|
-
* **Application** \
|
|
492
|
-
* **ManagedIdentity** \
|
|
493
|
-
* **Key**
|
|
494
|
-
*/
|
|
495
|
-
export type CreatedByType = string;
|
|
496
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
497
|
-
export declare enum KnownManagedServiceIdentityType {
|
|
498
|
-
/** None */
|
|
499
|
-
None = "None",
|
|
500
|
-
/** SystemAssigned */
|
|
501
|
-
SystemAssigned = "SystemAssigned",
|
|
502
|
-
/** UserAssigned */
|
|
503
|
-
UserAssigned = "UserAssigned",
|
|
504
|
-
/** SystemAssignedUserAssigned */
|
|
505
|
-
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
506
|
-
}
|
|
507
|
-
/**
|
|
508
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
509
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
510
|
-
* this enum contains the known values that the service supports.
|
|
511
|
-
* ### Known values supported by the service
|
|
512
|
-
* **None** \
|
|
513
|
-
* **SystemAssigned** \
|
|
514
|
-
* **UserAssigned** \
|
|
515
|
-
* **SystemAssigned, UserAssigned**
|
|
516
|
-
*/
|
|
517
|
-
export type ManagedServiceIdentityType = string;
|
|
518
|
-
/** Known values of {@link InfrastructureEncryption} that the service accepts. */
|
|
519
|
-
export declare enum KnownInfrastructureEncryption {
|
|
520
|
-
/** Enabled */
|
|
521
|
-
Enabled = "enabled",
|
|
522
|
-
/** Disabled */
|
|
523
|
-
Disabled = "disabled"
|
|
524
|
-
}
|
|
525
|
-
/**
|
|
526
|
-
* Defines values for InfrastructureEncryption. \
|
|
527
|
-
* {@link KnownInfrastructureEncryption} can be used interchangeably with InfrastructureEncryption,
|
|
528
|
-
* this enum contains the known values that the service supports.
|
|
529
|
-
* ### Known values supported by the service
|
|
530
|
-
* **enabled** \
|
|
531
|
-
* **disabled**
|
|
532
|
-
*/
|
|
533
|
-
export type InfrastructureEncryption = string;
|
|
534
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
535
|
-
export declare enum KnownIdentityType {
|
|
536
|
-
/** SystemAssignedIdentity */
|
|
537
|
-
SystemAssignedIdentity = "systemAssignedIdentity",
|
|
538
|
-
/** UserAssignedIdentity */
|
|
539
|
-
UserAssignedIdentity = "userAssignedIdentity",
|
|
540
|
-
/** DelegatedResourceIdentity */
|
|
541
|
-
DelegatedResourceIdentity = "delegatedResourceIdentity"
|
|
542
|
-
}
|
|
543
|
-
/**
|
|
544
|
-
* Defines values for IdentityType. \
|
|
545
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
546
|
-
* this enum contains the known values that the service supports.
|
|
547
|
-
* ### Known values supported by the service
|
|
548
|
-
* **systemAssignedIdentity** \
|
|
549
|
-
* **userAssignedIdentity** \
|
|
550
|
-
* **delegatedResourceIdentity**
|
|
551
|
-
*/
|
|
552
|
-
export type IdentityType = string;
|
|
553
|
-
/** Known values of {@link SigningKey} that the service accepts. */
|
|
554
|
-
export declare enum KnownSigningKey {
|
|
555
|
-
/** PrimaryKey */
|
|
556
|
-
PrimaryKey = "primaryKey",
|
|
557
|
-
/** SecondaryKey */
|
|
558
|
-
SecondaryKey = "secondaryKey",
|
|
559
|
-
/** ManagedIdentity */
|
|
560
|
-
ManagedIdentity = "managedIdentity"
|
|
561
|
-
}
|
|
562
|
-
/**
|
|
563
|
-
* Defines values for SigningKey. \
|
|
564
|
-
* {@link KnownSigningKey} can be used interchangeably with SigningKey,
|
|
565
|
-
* this enum contains the known values that the service supports.
|
|
566
|
-
* ### Known values supported by the service
|
|
567
|
-
* **primaryKey** \
|
|
568
|
-
* **secondaryKey** \
|
|
569
|
-
* **managedIdentity**
|
|
570
|
-
*/
|
|
571
|
-
export type SigningKey = string;
|
|
572
|
-
/** Known values of {@link KeyType} that the service accepts. */
|
|
573
|
-
export declare enum KnownKeyType {
|
|
574
|
-
/** Primary */
|
|
575
|
-
Primary = "primary",
|
|
576
|
-
/** Secondary */
|
|
577
|
-
Secondary = "secondary"
|
|
578
|
-
}
|
|
579
|
-
/**
|
|
580
|
-
* Defines values for KeyType. \
|
|
581
|
-
* {@link KnownKeyType} can be used interchangeably with KeyType,
|
|
582
|
-
* this enum contains the known values that the service supports.
|
|
583
|
-
* ### Known values supported by the service
|
|
584
|
-
* **primary** \
|
|
585
|
-
* **secondary**
|
|
586
|
-
*/
|
|
587
|
-
export type KeyType = string;
|
|
588
|
-
/** Optional parameters. */
|
|
589
|
-
export interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
590
|
-
}
|
|
591
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
592
|
-
export type AccountsCreateOrUpdateResponse = MapsAccount;
|
|
593
|
-
/** Optional parameters. */
|
|
594
|
-
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
595
|
-
}
|
|
596
|
-
/** Contains response data for the update operation. */
|
|
597
|
-
export type AccountsUpdateResponse = MapsAccount;
|
|
598
|
-
/** Optional parameters. */
|
|
599
|
-
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
600
|
-
}
|
|
601
|
-
/** Optional parameters. */
|
|
602
|
-
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
603
|
-
}
|
|
604
|
-
/** Contains response data for the get operation. */
|
|
605
|
-
export type AccountsGetResponse = MapsAccount;
|
|
606
|
-
/** Optional parameters. */
|
|
607
|
-
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
608
|
-
}
|
|
609
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
610
|
-
export type AccountsListByResourceGroupResponse = MapsAccounts;
|
|
611
|
-
/** Optional parameters. */
|
|
612
|
-
export interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
613
|
-
}
|
|
614
|
-
/** Contains response data for the listBySubscription operation. */
|
|
615
|
-
export type AccountsListBySubscriptionResponse = MapsAccounts;
|
|
616
|
-
/** Optional parameters. */
|
|
617
|
-
export interface AccountsListSasOptionalParams extends coreClient.OperationOptions {
|
|
618
|
-
}
|
|
619
|
-
/** Contains response data for the listSas operation. */
|
|
620
|
-
export type AccountsListSasResponse = MapsAccountSasToken;
|
|
621
|
-
/** Optional parameters. */
|
|
622
|
-
export interface AccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
623
|
-
}
|
|
624
|
-
/** Contains response data for the listKeys operation. */
|
|
625
|
-
export type AccountsListKeysResponse = MapsAccountKeys;
|
|
626
|
-
/** Optional parameters. */
|
|
627
|
-
export interface AccountsRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
628
|
-
}
|
|
629
|
-
/** Contains response data for the regenerateKeys operation. */
|
|
630
|
-
export type AccountsRegenerateKeysResponse = MapsAccountKeys;
|
|
631
|
-
/** Optional parameters. */
|
|
632
|
-
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
633
|
-
}
|
|
634
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
635
|
-
export type AccountsListByResourceGroupNextResponse = MapsAccounts;
|
|
636
|
-
/** Optional parameters. */
|
|
637
|
-
export interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
638
|
-
}
|
|
639
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
640
|
-
export type AccountsListBySubscriptionNextResponse = MapsAccounts;
|
|
641
|
-
/** Optional parameters. */
|
|
642
|
-
export interface MapsListOperationsOptionalParams extends coreClient.OperationOptions {
|
|
643
|
-
}
|
|
644
|
-
/** Contains response data for the listOperations operation. */
|
|
645
|
-
export type MapsListOperationsResponse = MapsOperations;
|
|
646
|
-
/** Optional parameters. */
|
|
647
|
-
export interface MapsListSubscriptionOperationsOptionalParams extends coreClient.OperationOptions {
|
|
648
|
-
}
|
|
649
|
-
/** Contains response data for the listSubscriptionOperations operation. */
|
|
650
|
-
export type MapsListSubscriptionOperationsResponse = MapsOperations;
|
|
651
|
-
/** Optional parameters. */
|
|
652
|
-
export interface MapsListOperationsNextOptionalParams extends coreClient.OperationOptions {
|
|
653
|
-
}
|
|
654
|
-
/** Contains response data for the listOperationsNext operation. */
|
|
655
|
-
export type MapsListOperationsNextResponse = MapsOperations;
|
|
656
|
-
/** Optional parameters. */
|
|
657
|
-
export interface MapsListSubscriptionOperationsNextOptionalParams extends coreClient.OperationOptions {
|
|
658
|
-
}
|
|
659
|
-
/** Contains response data for the listSubscriptionOperationsNext operation. */
|
|
660
|
-
export type MapsListSubscriptionOperationsNextResponse = MapsOperations;
|
|
661
|
-
/** Optional parameters. */
|
|
662
|
-
export interface CreatorsListByAccountOptionalParams extends coreClient.OperationOptions {
|
|
663
|
-
}
|
|
664
|
-
/** Contains response data for the listByAccount operation. */
|
|
665
|
-
export type CreatorsListByAccountResponse = CreatorList;
|
|
666
|
-
/** Optional parameters. */
|
|
667
|
-
export interface CreatorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
668
|
-
}
|
|
669
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
670
|
-
export type CreatorsCreateOrUpdateResponse = Creator;
|
|
671
|
-
/** Optional parameters. */
|
|
672
|
-
export interface CreatorsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
673
|
-
}
|
|
674
|
-
/** Contains response data for the update operation. */
|
|
675
|
-
export type CreatorsUpdateResponse = Creator;
|
|
676
|
-
/** Optional parameters. */
|
|
677
|
-
export interface CreatorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
678
|
-
}
|
|
679
|
-
/** Optional parameters. */
|
|
680
|
-
export interface CreatorsGetOptionalParams extends coreClient.OperationOptions {
|
|
681
|
-
}
|
|
682
|
-
/** Contains response data for the get operation. */
|
|
683
|
-
export type CreatorsGetResponse = Creator;
|
|
684
|
-
/** Optional parameters. */
|
|
685
|
-
export interface CreatorsListByAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
686
|
-
}
|
|
687
|
-
/** Contains response data for the listByAccountNext operation. */
|
|
688
|
-
export type CreatorsListByAccountNextResponse = CreatorList;
|
|
689
|
-
/** Optional parameters. */
|
|
690
|
-
export interface AzureMapsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
691
|
-
/** server parameter */
|
|
692
|
-
$host?: string;
|
|
693
|
-
/** Api Version */
|
|
694
|
-
apiVersion?: string;
|
|
695
|
-
/** Overrides client endpoint. */
|
|
696
|
-
endpoint?: string;
|
|
697
|
-
}
|
|
1
|
+
export type { MapsAccount, MapsAccountProperties, LinkedResource, CorsRules, CorsRule, Encryption, InfrastructureEncryption, CustomerManagedKeyEncryption, CustomerManagedKeyEncryptionKeyIdentity, IdentityType, LocationsItem, PrivateEndpointConnection, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, PrivateEndpointServiceConnectionStatus, PrivateEndpointConnectionProvisioningState, PublicNetworkAccess, Sku, Name, Kind, ManagedServiceIdentity, ManagedServiceIdentityType, UserAssignedIdentity, Resource, SystemData, CreatedByType, TrackedResource, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, MapsAccountUpdateParameters, AccountSasParameters, SigningKey, MapsAccountSasToken, MapsAccountKeys, MapsKeySpecification, KeyType, Creator, CreatorProperties, CreatorUpdateParameters, PrivateLinkResource, PrivateLinkResourceProperties, ProxyResource, Operation, OperationDisplay, Origin, ActionType, OperationStatusResult, } from "./models.js";
|
|
2
|
+
export { KnownInfrastructureEncryption, KnownIdentityType, KnownPrivateEndpointServiceConnectionStatus, KnownPrivateEndpointConnectionProvisioningState, KnownPublicNetworkAccess, KnownName, KnownKind, KnownManagedServiceIdentityType, KnownCreatedByType, KnownSigningKey, KnownKeyType, KnownOrigin, KnownActionType, KnownVersions, } from "./models.js";
|
|
698
3
|
//# sourceMappingURL=index.d.ts.map
|