@azure/arm-appconfiguration 5.0.0 → 6.0.0-alpha.20260205.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/README.md +9 -9
- package/dist/browser/api/appConfigurationManagementContext.d.ts +22 -0
- package/dist/browser/api/appConfigurationManagementContext.js +37 -0
- package/dist/browser/api/appConfigurationManagementContext.js.map +1 -0
- package/dist/browser/api/configurationStores/index.d.ts +3 -0
- package/dist/browser/api/configurationStores/index.js +4 -0
- package/dist/browser/api/configurationStores/index.js.map +1 -0
- package/dist/browser/api/configurationStores/operations.d.ts +56 -0
- package/dist/browser/api/configurationStores/operations.js +331 -0
- package/dist/browser/api/configurationStores/operations.js.map +1 -0
- package/dist/browser/api/configurationStores/options.d.ts +49 -0
- package/dist/browser/api/configurationStores/options.js +4 -0
- package/dist/browser/api/configurationStores/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/keyValues/index.d.ts +3 -0
- package/dist/browser/api/keyValues/index.js +4 -0
- package/dist/browser/api/keyValues/index.js.map +1 -0
- package/dist/browser/api/keyValues/operations.d.ts +23 -0
- package/dist/browser/api/keyValues/operations.js +102 -0
- package/dist/browser/api/keyValues/operations.js.map +1 -0
- package/dist/browser/api/keyValues/options.d.ts +13 -0
- package/dist/browser/api/keyValues/options.js +4 -0
- package/dist/browser/api/keyValues/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 +18 -0
- package/dist/browser/api/operations/operations.js +89 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +13 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +138 -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 +63 -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/api/replicas/index.d.ts +3 -0
- package/dist/browser/api/replicas/index.js +4 -0
- package/dist/browser/api/replicas/index.js.map +1 -0
- package/dist/browser/api/replicas/operations.d.ts +28 -0
- package/dist/browser/api/replicas/operations.js +135 -0
- package/dist/browser/api/replicas/operations.js.map +1 -0
- package/dist/browser/api/replicas/options.d.ts +20 -0
- package/dist/browser/api/replicas/options.js +4 -0
- package/dist/browser/api/replicas/options.js.map +1 -0
- package/dist/browser/api/snapshots/index.d.ts +3 -0
- package/dist/browser/api/snapshots/index.js +4 -0
- package/dist/browser/api/snapshots/index.js.map +1 -0
- package/dist/browser/api/snapshots/operations.d.ts +14 -0
- package/dist/browser/api/snapshots/operations.js +71 -0
- package/dist/browser/api/snapshots/operations.js.map +1 -0
- package/dist/browser/api/snapshots/options.d.ts +10 -0
- package/dist/browser/api/snapshots/options.js +4 -0
- package/dist/browser/api/snapshots/options.js.map +1 -0
- package/dist/browser/appConfigurationManagementClient.d.ts +31 -24
- package/dist/browser/appConfigurationManagementClient.js +52 -98
- package/dist/browser/appConfigurationManagementClient.js.map +1 -1
- package/dist/browser/classic/configurationStores/index.d.ts +54 -0
- package/dist/browser/classic/configurationStores/index.js +57 -0
- package/dist/browser/classic/configurationStores/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/keyValues/index.d.ts +25 -0
- package/dist/browser/classic/keyValues/index.js +25 -0
- package/dist/browser/classic/keyValues/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +15 -0
- package/dist/browser/classic/operations/index.js +16 -0
- package/dist/browser/classic/operations/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/classic/replicas/index.d.ts +32 -0
- package/dist/browser/classic/replicas/index.js +34 -0
- package/dist/browser/classic/replicas/index.js.map +1 -0
- package/dist/browser/classic/snapshots/index.d.ts +18 -0
- package/dist/browser/classic/snapshots/index.js +24 -0
- package/dist/browser/classic/snapshots/index.js.map +1 -0
- package/dist/browser/index.d.ts +16 -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 +1 -1234
- package/dist/browser/models/index.js +3 -131
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1047 -0
- package/dist/browser/models/models.js +1121 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +110 -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 +73 -0
- package/dist/browser/static-helpers/pagingHelpers.js +121 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +79 -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/appConfigurationManagementContext.d.ts +22 -0
- package/dist/commonjs/api/appConfigurationManagementContext.js +40 -0
- package/dist/commonjs/api/appConfigurationManagementContext.js.map +1 -0
- package/dist/commonjs/api/configurationStores/index.d.ts +3 -0
- package/dist/commonjs/api/configurationStores/index.js +18 -0
- package/dist/commonjs/api/configurationStores/index.js.map +1 -0
- package/dist/commonjs/api/configurationStores/operations.d.ts +56 -0
- package/dist/commonjs/api/configurationStores/operations.js +366 -0
- package/dist/commonjs/api/configurationStores/operations.js.map +1 -0
- package/dist/commonjs/api/configurationStores/options.d.ts +49 -0
- package/dist/commonjs/api/configurationStores/options.js +5 -0
- package/dist/commonjs/api/configurationStores/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/keyValues/index.d.ts +3 -0
- package/dist/commonjs/api/keyValues/index.js +10 -0
- package/dist/commonjs/api/keyValues/index.js.map +1 -0
- package/dist/commonjs/api/keyValues/operations.d.ts +23 -0
- package/dist/commonjs/api/keyValues/operations.js +113 -0
- package/dist/commonjs/api/keyValues/operations.js.map +1 -0
- package/dist/commonjs/api/keyValues/options.d.ts +13 -0
- package/dist/commonjs/api/keyValues/options.js +5 -0
- package/dist/commonjs/api/keyValues/options.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +10 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +18 -0
- package/dist/commonjs/api/operations/operations.js +100 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +13 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +11 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +152 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +5 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +9 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +71 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +1 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
- package/dist/commonjs/api/privateLinkResources/options.js +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +1 -0
- package/dist/commonjs/api/replicas/index.d.ts +3 -0
- package/dist/commonjs/api/replicas/index.js +11 -0
- package/dist/commonjs/api/replicas/index.js.map +1 -0
- package/dist/commonjs/api/replicas/operations.d.ts +28 -0
- package/dist/commonjs/api/replicas/operations.js +149 -0
- package/dist/commonjs/api/replicas/operations.js.map +1 -0
- package/dist/commonjs/api/replicas/options.d.ts +20 -0
- package/dist/commonjs/api/replicas/options.js +5 -0
- package/dist/commonjs/api/replicas/options.js.map +1 -0
- package/dist/commonjs/api/snapshots/index.d.ts +3 -0
- package/dist/commonjs/api/snapshots/index.js +9 -0
- package/dist/commonjs/api/snapshots/index.js.map +1 -0
- package/dist/commonjs/api/snapshots/operations.d.ts +14 -0
- package/dist/commonjs/api/snapshots/operations.js +79 -0
- package/dist/commonjs/api/snapshots/operations.js.map +1 -0
- package/dist/commonjs/api/snapshots/options.d.ts +10 -0
- package/dist/commonjs/api/snapshots/options.js +5 -0
- package/dist/commonjs/api/snapshots/options.js.map +1 -0
- package/dist/commonjs/appConfigurationManagementClient.d.ts +31 -24
- package/dist/commonjs/appConfigurationManagementClient.js +52 -99
- package/dist/commonjs/appConfigurationManagementClient.js.map +1 -1
- package/dist/commonjs/classic/configurationStores/index.d.ts +54 -0
- package/dist/commonjs/classic/configurationStores/index.js +60 -0
- package/dist/commonjs/classic/configurationStores/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/keyValues/index.d.ts +25 -0
- package/dist/commonjs/classic/keyValues/index.js +28 -0
- package/dist/commonjs/classic/keyValues/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +15 -0
- package/dist/commonjs/classic/operations/index.js +19 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +37 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +18 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -0
- package/dist/commonjs/classic/replicas/index.d.ts +32 -0
- package/dist/commonjs/classic/replicas/index.js +37 -0
- package/dist/commonjs/classic/replicas/index.js.map +1 -0
- package/dist/commonjs/classic/snapshots/index.d.ts +18 -0
- package/dist/commonjs/classic/snapshots/index.js +27 -0
- package/dist/commonjs/classic/snapshots/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +16 -3
- package/dist/commonjs/index.js +21 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -1234
- package/dist/commonjs/models/index.js +17 -132
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +1047 -0
- package/dist/commonjs/models/models.js +1239 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +113 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +124 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +20 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +47 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +203 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/appConfigurationManagementContext.d.ts +22 -0
- package/dist/esm/api/appConfigurationManagementContext.js +37 -0
- package/dist/esm/api/appConfigurationManagementContext.js.map +1 -0
- package/dist/esm/api/configurationStores/index.d.ts +3 -0
- package/dist/esm/api/configurationStores/index.js +4 -0
- package/dist/esm/api/configurationStores/index.js.map +1 -0
- package/dist/esm/api/configurationStores/operations.d.ts +56 -0
- package/dist/esm/api/configurationStores/operations.js +331 -0
- package/dist/esm/api/configurationStores/operations.js.map +1 -0
- package/dist/esm/api/configurationStores/options.d.ts +49 -0
- package/dist/esm/api/configurationStores/options.js +4 -0
- package/dist/esm/api/configurationStores/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/keyValues/index.d.ts +3 -0
- package/dist/esm/api/keyValues/index.js +4 -0
- package/dist/esm/api/keyValues/index.js.map +1 -0
- package/dist/esm/api/keyValues/operations.d.ts +23 -0
- package/dist/esm/api/keyValues/operations.js +102 -0
- package/dist/esm/api/keyValues/operations.js.map +1 -0
- package/dist/esm/api/keyValues/options.d.ts +13 -0
- package/dist/esm/api/keyValues/options.js +4 -0
- package/dist/esm/api/keyValues/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +18 -0
- package/dist/esm/api/operations/operations.js +89 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +13 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +138 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/esm/api/privateLinkResources/operations.js +63 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/replicas/index.d.ts +3 -0
- package/dist/esm/api/replicas/index.js +4 -0
- package/dist/esm/api/replicas/index.js.map +1 -0
- package/dist/esm/api/replicas/operations.d.ts +28 -0
- package/dist/esm/api/replicas/operations.js +135 -0
- package/dist/esm/api/replicas/operations.js.map +1 -0
- package/dist/esm/api/replicas/options.d.ts +20 -0
- package/dist/esm/api/replicas/options.js +4 -0
- package/dist/esm/api/replicas/options.js.map +1 -0
- package/dist/esm/api/snapshots/index.d.ts +3 -0
- package/dist/esm/api/snapshots/index.js +4 -0
- package/dist/esm/api/snapshots/index.js.map +1 -0
- package/dist/esm/api/snapshots/operations.d.ts +14 -0
- package/dist/esm/api/snapshots/operations.js +71 -0
- package/dist/esm/api/snapshots/operations.js.map +1 -0
- package/dist/esm/api/snapshots/options.d.ts +10 -0
- package/dist/esm/api/snapshots/options.js +4 -0
- package/dist/esm/api/snapshots/options.js.map +1 -0
- package/dist/esm/appConfigurationManagementClient.d.ts +31 -24
- package/dist/esm/appConfigurationManagementClient.js +52 -98
- package/dist/esm/appConfigurationManagementClient.js.map +1 -1
- package/dist/esm/classic/configurationStores/index.d.ts +54 -0
- package/dist/esm/classic/configurationStores/index.js +57 -0
- package/dist/esm/classic/configurationStores/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/keyValues/index.d.ts +25 -0
- package/dist/esm/classic/keyValues/index.js +25 -0
- package/dist/esm/classic/keyValues/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +15 -0
- package/dist/esm/classic/operations/index.js +16 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -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 +1 -0
- package/dist/esm/classic/replicas/index.d.ts +32 -0
- package/dist/esm/classic/replicas/index.js +34 -0
- package/dist/esm/classic/replicas/index.js.map +1 -0
- package/dist/esm/classic/snapshots/index.d.ts +18 -0
- package/dist/esm/classic/snapshots/index.js +24 -0
- package/dist/esm/classic/snapshots/index.js.map +1 -0
- package/dist/esm/index.d.ts +16 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -1234
- package/dist/esm/models/index.js +3 -131
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1047 -0
- package/dist/esm/models/models.js +1121 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +110 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/pagingHelpers.js +121 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +79 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/appConfigurationManagementContext.d.ts +22 -0
- package/dist/react-native/api/appConfigurationManagementContext.js +37 -0
- package/dist/react-native/api/appConfigurationManagementContext.js.map +1 -0
- package/dist/react-native/api/configurationStores/index.d.ts +3 -0
- package/dist/react-native/api/configurationStores/index.js +4 -0
- package/dist/react-native/api/configurationStores/index.js.map +1 -0
- package/dist/react-native/api/configurationStores/operations.d.ts +56 -0
- package/dist/react-native/api/configurationStores/operations.js +331 -0
- package/dist/react-native/api/configurationStores/operations.js.map +1 -0
- package/dist/react-native/api/configurationStores/options.d.ts +49 -0
- package/dist/react-native/api/configurationStores/options.js +4 -0
- package/dist/react-native/api/configurationStores/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -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/keyValues/index.d.ts +3 -0
- package/dist/react-native/api/keyValues/index.js +4 -0
- package/dist/react-native/api/keyValues/index.js.map +1 -0
- package/dist/react-native/api/keyValues/operations.d.ts +23 -0
- package/dist/react-native/api/keyValues/operations.js +102 -0
- package/dist/react-native/api/keyValues/operations.js.map +1 -0
- package/dist/react-native/api/keyValues/options.d.ts +13 -0
- package/dist/react-native/api/keyValues/options.js +4 -0
- package/dist/react-native/api/keyValues/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 +18 -0
- package/dist/react-native/api/operations/operations.js +89 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +13 -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/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 +138 -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 +63 -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/api/replicas/index.d.ts +3 -0
- package/dist/react-native/api/replicas/index.js +4 -0
- package/dist/react-native/api/replicas/index.js.map +1 -0
- package/dist/react-native/api/replicas/operations.d.ts +28 -0
- package/dist/react-native/api/replicas/operations.js +135 -0
- package/dist/react-native/api/replicas/operations.js.map +1 -0
- package/dist/react-native/api/replicas/options.d.ts +20 -0
- package/dist/react-native/api/replicas/options.js +4 -0
- package/dist/react-native/api/replicas/options.js.map +1 -0
- package/dist/react-native/api/snapshots/index.d.ts +3 -0
- package/dist/react-native/api/snapshots/index.js +4 -0
- package/dist/react-native/api/snapshots/index.js.map +1 -0
- package/dist/react-native/api/snapshots/operations.d.ts +14 -0
- package/dist/react-native/api/snapshots/operations.js +71 -0
- package/dist/react-native/api/snapshots/operations.js.map +1 -0
- package/dist/react-native/api/snapshots/options.d.ts +10 -0
- package/dist/react-native/api/snapshots/options.js +4 -0
- package/dist/react-native/api/snapshots/options.js.map +1 -0
- package/dist/react-native/appConfigurationManagementClient.d.ts +31 -24
- package/dist/react-native/appConfigurationManagementClient.js +52 -98
- package/dist/react-native/appConfigurationManagementClient.js.map +1 -1
- package/dist/react-native/classic/configurationStores/index.d.ts +54 -0
- package/dist/react-native/classic/configurationStores/index.js +57 -0
- package/dist/react-native/classic/configurationStores/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/keyValues/index.d.ts +25 -0
- package/dist/react-native/classic/keyValues/index.js +25 -0
- package/dist/react-native/classic/keyValues/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +15 -0
- package/dist/react-native/classic/operations/index.js +16 -0
- package/dist/react-native/classic/operations/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/classic/replicas/index.d.ts +32 -0
- package/dist/react-native/classic/replicas/index.js +34 -0
- package/dist/react-native/classic/replicas/index.js.map +1 -0
- package/dist/react-native/classic/snapshots/index.d.ts +18 -0
- package/dist/react-native/classic/snapshots/index.js +24 -0
- package/dist/react-native/classic/snapshots/index.js.map +1 -0
- package/dist/react-native/index.d.ts +16 -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 +1 -1234
- package/dist/react-native/models/index.js +3 -131
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +1047 -0
- package/dist/react-native/models/models.js +1121 -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 +110 -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 +73 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +121 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +79 -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 +257 -79
- package/CHANGELOG.md +0 -99
- package/dist/browser/appConfigurationManagementClient.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -21
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -49
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1685
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -27
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -230
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/configurationStores.d.ts +0 -178
- package/dist/browser/operations/configurationStores.d.ts.map +0 -1
- package/dist/browser/operations/configurationStores.js +0 -912
- package/dist/browser/operations/configurationStores.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -8
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -15
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/keyValues.d.ts +0 -56
- package/dist/browser/operations/keyValues.d.ts.map +0 -1
- package/dist/browser/operations/keyValues.js +0 -183
- package/dist/browser/operations/keyValues.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -47
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -192
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -86
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -369
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -47
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -183
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/replicas.d.ts +0 -82
- package/dist/browser/operations/replicas.d.ts.map +0 -1
- package/dist/browser/operations/replicas.js +0 -357
- package/dist/browser/operations/replicas.js.map +0 -1
- package/dist/browser/operations/snapshots.d.ts +0 -46
- package/dist/browser/operations/snapshots.d.ts.map +0 -1
- package/dist/browser/operations/snapshots.js +0 -152
- package/dist/browser/operations/snapshots.js.map +0 -1
- package/dist/browser/operationsInterfaces/configurationStores.d.ts +0 -112
- package/dist/browser/operationsInterfaces/configurationStores.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/configurationStores.js +0 -9
- package/dist/browser/operationsInterfaces/configurationStores.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -15
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/keyValues.d.ts +0 -48
- package/dist/browser/operationsInterfaces/keyValues.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/keyValues.js +0 -9
- package/dist/browser/operationsInterfaces/keyValues.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -26
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/replicas.d.ts +0 -56
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/replicas.js +0 -9
- package/dist/browser/operationsInterfaces/replicas.js.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.d.ts +0 -38
- package/dist/browser/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/snapshots.js +0 -9
- package/dist/browser/operationsInterfaces/snapshots.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 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/appConfigurationManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -24
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -49
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1688
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -27
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -233
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/configurationStores.d.ts +0 -178
- package/dist/commonjs/operations/configurationStores.d.ts.map +0 -1
- package/dist/commonjs/operations/configurationStores.js +0 -916
- package/dist/commonjs/operations/configurationStores.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -8
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -18
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/keyValues.d.ts +0 -56
- package/dist/commonjs/operations/keyValues.d.ts.map +0 -1
- package/dist/commonjs/operations/keyValues.js +0 -188
- package/dist/commonjs/operations/keyValues.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -47
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -196
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -86
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -373
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -47
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -187
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/replicas.d.ts +0 -82
- package/dist/commonjs/operations/replicas.d.ts.map +0 -1
- package/dist/commonjs/operations/replicas.js +0 -361
- package/dist/commonjs/operations/replicas.js.map +0 -1
- package/dist/commonjs/operations/snapshots.d.ts +0 -46
- package/dist/commonjs/operations/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operations/snapshots.js +0 -157
- package/dist/commonjs/operations/snapshots.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/configurationStores.d.ts +0 -112
- package/dist/commonjs/operationsInterfaces/configurationStores.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/configurationStores.js +0 -10
- package/dist/commonjs/operationsInterfaces/configurationStores.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -18
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/keyValues.d.ts +0 -48
- package/dist/commonjs/operationsInterfaces/keyValues.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/keyValues.js +0 -10
- package/dist/commonjs/operationsInterfaces/keyValues.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -26
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/replicas.js +0 -10
- package/dist/commonjs/operationsInterfaces/replicas.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts +0 -38
- package/dist/commonjs/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/snapshots.js +0 -10
- package/dist/commonjs/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/appConfigurationManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -21
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -49
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1685
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -27
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -230
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/configurationStores.d.ts +0 -178
- package/dist/esm/operations/configurationStores.d.ts.map +0 -1
- package/dist/esm/operations/configurationStores.js +0 -912
- package/dist/esm/operations/configurationStores.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -8
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -15
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/keyValues.d.ts +0 -56
- package/dist/esm/operations/keyValues.d.ts.map +0 -1
- package/dist/esm/operations/keyValues.js +0 -183
- package/dist/esm/operations/keyValues.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -47
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -192
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -86
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -369
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -47
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -183
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/replicas.d.ts +0 -82
- package/dist/esm/operations/replicas.d.ts.map +0 -1
- package/dist/esm/operations/replicas.js +0 -357
- package/dist/esm/operations/replicas.js.map +0 -1
- package/dist/esm/operations/snapshots.d.ts +0 -46
- package/dist/esm/operations/snapshots.d.ts.map +0 -1
- package/dist/esm/operations/snapshots.js +0 -152
- package/dist/esm/operations/snapshots.js.map +0 -1
- package/dist/esm/operationsInterfaces/configurationStores.d.ts +0 -112
- package/dist/esm/operationsInterfaces/configurationStores.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/configurationStores.js +0 -9
- package/dist/esm/operationsInterfaces/configurationStores.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -15
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/keyValues.d.ts +0 -48
- package/dist/esm/operationsInterfaces/keyValues.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/keyValues.js +0 -9
- package/dist/esm/operationsInterfaces/keyValues.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -26
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/replicas.d.ts +0 -56
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/replicas.js +0 -9
- package/dist/esm/operationsInterfaces/replicas.js.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.d.ts +0 -38
- package/dist/esm/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/snapshots.js +0 -9
- package/dist/esm/operationsInterfaces/snapshots.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/appConfigurationManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -21
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -49
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1685
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -27
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -230
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/configurationStores.d.ts +0 -178
- package/dist/react-native/operations/configurationStores.d.ts.map +0 -1
- package/dist/react-native/operations/configurationStores.js +0 -912
- package/dist/react-native/operations/configurationStores.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -8
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -15
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/keyValues.d.ts +0 -56
- package/dist/react-native/operations/keyValues.d.ts.map +0 -1
- package/dist/react-native/operations/keyValues.js +0 -183
- package/dist/react-native/operations/keyValues.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -47
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -192
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -86
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -369
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -47
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -183
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/replicas.d.ts +0 -82
- package/dist/react-native/operations/replicas.d.ts.map +0 -1
- package/dist/react-native/operations/replicas.js +0 -357
- package/dist/react-native/operations/replicas.js.map +0 -1
- package/dist/react-native/operations/snapshots.d.ts +0 -46
- package/dist/react-native/operations/snapshots.d.ts.map +0 -1
- package/dist/react-native/operations/snapshots.js +0 -152
- package/dist/react-native/operations/snapshots.js.map +0 -1
- package/dist/react-native/operationsInterfaces/configurationStores.d.ts +0 -112
- package/dist/react-native/operationsInterfaces/configurationStores.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/configurationStores.js +0 -9
- package/dist/react-native/operationsInterfaces/configurationStores.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -15
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/keyValues.d.ts +0 -48
- package/dist/react-native/operationsInterfaces/keyValues.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/keyValues.js +0 -9
- package/dist/react-native/operationsInterfaces/keyValues.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -26
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -60
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/replicas.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/replicas.js +0 -9
- package/dist/react-native/operationsInterfaces/replicas.js.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.d.ts +0 -38
- package/dist/react-native/operationsInterfaces/snapshots.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/snapshots.js +0 -9
- package/dist/react-native/operationsInterfaces/snapshots.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 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/review/arm-appconfiguration.api.md +0 -893
|
@@ -0,0 +1,1047 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. */
|
|
6
|
+
export interface ConfigurationStore extends TrackedResource {
|
|
7
|
+
/** The managed identity information, if configured. */
|
|
8
|
+
identity?: ResourceIdentity;
|
|
9
|
+
/** The sku of the configuration store. */
|
|
10
|
+
sku: Sku;
|
|
11
|
+
/** The provisioning state of the configuration store. */
|
|
12
|
+
readonly provisioningState?: ProvisioningState;
|
|
13
|
+
/** The creation date of configuration store. */
|
|
14
|
+
readonly creationDate?: Date;
|
|
15
|
+
/** The DNS endpoint where the configuration store API will be available. */
|
|
16
|
+
readonly endpoint?: string;
|
|
17
|
+
/** The encryption settings of the configuration store. */
|
|
18
|
+
encryption?: EncryptionProperties;
|
|
19
|
+
/** The list of private endpoint connections that are set up for this resource. */
|
|
20
|
+
readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];
|
|
21
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
22
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
23
|
+
/** Disables all authentication methods other than AAD authentication. */
|
|
24
|
+
disableLocalAuth?: boolean;
|
|
25
|
+
/** The amount of time in days that the configuration store will be retained when it is soft deleted. */
|
|
26
|
+
softDeleteRetentionInDays?: number;
|
|
27
|
+
/** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */
|
|
28
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds?: number;
|
|
29
|
+
/** Property specifying whether protection against purge is enabled for this configuration store. */
|
|
30
|
+
enablePurgeProtection?: boolean;
|
|
31
|
+
/** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */
|
|
32
|
+
dataPlaneProxy?: DataPlaneProxyProperties;
|
|
33
|
+
/** Indicates whether the configuration store need to be recovered. */
|
|
34
|
+
createMode?: CreateMode;
|
|
35
|
+
/** Property specifying the configuration of telemetry for this configuration store */
|
|
36
|
+
telemetry?: TelemetryProperties;
|
|
37
|
+
/** Managed On Behalf Of Configuration. */
|
|
38
|
+
readonly managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration;
|
|
39
|
+
/** Property specifying the configuration of Azure Front Door for this configuration store */
|
|
40
|
+
azureFrontDoor?: AzureFrontDoorProperties;
|
|
41
|
+
}
|
|
42
|
+
export declare function configurationStoreSerializer(item: ConfigurationStore): any;
|
|
43
|
+
export declare function configurationStoreDeserializer(item: any): ConfigurationStore;
|
|
44
|
+
/** The properties of a configuration store. */
|
|
45
|
+
export interface ConfigurationStoreProperties {
|
|
46
|
+
/** The provisioning state of the configuration store. */
|
|
47
|
+
readonly provisioningState?: ProvisioningState;
|
|
48
|
+
/** The creation date of configuration store. */
|
|
49
|
+
readonly creationDate?: Date;
|
|
50
|
+
/** The DNS endpoint where the configuration store API will be available. */
|
|
51
|
+
readonly endpoint?: string;
|
|
52
|
+
/** The encryption settings of the configuration store. */
|
|
53
|
+
encryption?: EncryptionProperties;
|
|
54
|
+
/** The list of private endpoint connections that are set up for this resource. */
|
|
55
|
+
readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];
|
|
56
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
57
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
58
|
+
/** Disables all authentication methods other than AAD authentication. */
|
|
59
|
+
disableLocalAuth?: boolean;
|
|
60
|
+
/** The amount of time in days that the configuration store will be retained when it is soft deleted. */
|
|
61
|
+
softDeleteRetentionInDays?: number;
|
|
62
|
+
/** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */
|
|
63
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds?: number;
|
|
64
|
+
/** Property specifying whether protection against purge is enabled for this configuration store. */
|
|
65
|
+
enablePurgeProtection?: boolean;
|
|
66
|
+
/** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */
|
|
67
|
+
dataPlaneProxy?: DataPlaneProxyProperties;
|
|
68
|
+
/** Indicates whether the configuration store need to be recovered. */
|
|
69
|
+
createMode?: CreateMode;
|
|
70
|
+
/** Property specifying the configuration of telemetry for this configuration store */
|
|
71
|
+
telemetry?: TelemetryProperties;
|
|
72
|
+
/** Managed On Behalf Of Configuration. */
|
|
73
|
+
readonly managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration;
|
|
74
|
+
/** Property specifying the configuration of Azure Front Door for this configuration store */
|
|
75
|
+
azureFrontDoor?: AzureFrontDoorProperties;
|
|
76
|
+
}
|
|
77
|
+
export declare function configurationStorePropertiesSerializer(item: ConfigurationStoreProperties): any;
|
|
78
|
+
export declare function configurationStorePropertiesDeserializer(item: any): ConfigurationStoreProperties;
|
|
79
|
+
/** The provisioning state of the configuration store. */
|
|
80
|
+
export declare enum KnownProvisioningState {
|
|
81
|
+
/** Creating */
|
|
82
|
+
Creating = "Creating",
|
|
83
|
+
/** Updating */
|
|
84
|
+
Updating = "Updating",
|
|
85
|
+
/** Deleting */
|
|
86
|
+
Deleting = "Deleting",
|
|
87
|
+
/** Succeeded */
|
|
88
|
+
Succeeded = "Succeeded",
|
|
89
|
+
/** Failed */
|
|
90
|
+
Failed = "Failed",
|
|
91
|
+
/** Canceled */
|
|
92
|
+
Canceled = "Canceled"
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* The provisioning state of the configuration store. \
|
|
96
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
97
|
+
* this enum contains the known values that the service supports.
|
|
98
|
+
* ### Known values supported by the service
|
|
99
|
+
* **Creating** \
|
|
100
|
+
* **Updating** \
|
|
101
|
+
* **Deleting** \
|
|
102
|
+
* **Succeeded** \
|
|
103
|
+
* **Failed** \
|
|
104
|
+
* **Canceled**
|
|
105
|
+
*/
|
|
106
|
+
export type ProvisioningState = string;
|
|
107
|
+
/** The encryption settings for a configuration store. */
|
|
108
|
+
export interface EncryptionProperties {
|
|
109
|
+
/** Key vault properties. */
|
|
110
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
111
|
+
}
|
|
112
|
+
export declare function encryptionPropertiesSerializer(item: EncryptionProperties): any;
|
|
113
|
+
export declare function encryptionPropertiesDeserializer(item: any): EncryptionProperties;
|
|
114
|
+
/** Settings concerning key vault encryption for a configuration store. */
|
|
115
|
+
export interface KeyVaultProperties {
|
|
116
|
+
/** The URI of the key vault key used to encrypt data. */
|
|
117
|
+
keyIdentifier?: string;
|
|
118
|
+
/** The client id of the identity which will be used to access key vault. */
|
|
119
|
+
identityClientId?: string;
|
|
120
|
+
}
|
|
121
|
+
export declare function keyVaultPropertiesSerializer(item: KeyVaultProperties): any;
|
|
122
|
+
export declare function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties;
|
|
123
|
+
export declare function privateEndpointConnectionReferenceArrayDeserializer(result: Array<PrivateEndpointConnectionReference>): any[];
|
|
124
|
+
/** A reference to a related private endpoint connection. */
|
|
125
|
+
export interface PrivateEndpointConnectionReference {
|
|
126
|
+
/** The resource ID. */
|
|
127
|
+
readonly id?: string;
|
|
128
|
+
/** The name of the resource. */
|
|
129
|
+
readonly name?: string;
|
|
130
|
+
/** The type of the resource. */
|
|
131
|
+
readonly type?: string;
|
|
132
|
+
/** The provisioning status of the private endpoint connection. */
|
|
133
|
+
readonly provisioningState?: ProvisioningState;
|
|
134
|
+
/** The resource of private endpoint. */
|
|
135
|
+
privateEndpoint?: PrivateEndpoint;
|
|
136
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
137
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
138
|
+
}
|
|
139
|
+
export declare function privateEndpointConnectionReferenceDeserializer(item: any): PrivateEndpointConnectionReference;
|
|
140
|
+
/** Properties of a private endpoint connection. */
|
|
141
|
+
export interface PrivateEndpointConnectionProperties {
|
|
142
|
+
/** The provisioning status of the private endpoint connection. */
|
|
143
|
+
readonly provisioningState?: ProvisioningState;
|
|
144
|
+
/** The resource of private endpoint. */
|
|
145
|
+
privateEndpoint?: PrivateEndpoint;
|
|
146
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
147
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
148
|
+
}
|
|
149
|
+
export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
|
|
150
|
+
export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
|
|
151
|
+
/** Private endpoint which a connection belongs to. */
|
|
152
|
+
export interface PrivateEndpoint {
|
|
153
|
+
/** The resource Id for private endpoint */
|
|
154
|
+
id?: string;
|
|
155
|
+
}
|
|
156
|
+
export declare function privateEndpointSerializer(item: PrivateEndpoint): any;
|
|
157
|
+
export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
|
|
158
|
+
/** The state of a private link service connection. */
|
|
159
|
+
export interface PrivateLinkServiceConnectionState {
|
|
160
|
+
/** The private link service connection status. */
|
|
161
|
+
status?: ConnectionStatus;
|
|
162
|
+
/** The private link service connection description. */
|
|
163
|
+
description?: string;
|
|
164
|
+
/** Any action that is required beyond basic workflow (approve/ reject/ disconnect) */
|
|
165
|
+
readonly actionsRequired?: ActionsRequired;
|
|
166
|
+
}
|
|
167
|
+
export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
|
|
168
|
+
export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
|
|
169
|
+
/** The private link service connection status. */
|
|
170
|
+
export declare enum KnownConnectionStatus {
|
|
171
|
+
/** Pending */
|
|
172
|
+
Pending = "Pending",
|
|
173
|
+
/** Approved */
|
|
174
|
+
Approved = "Approved",
|
|
175
|
+
/** Rejected */
|
|
176
|
+
Rejected = "Rejected",
|
|
177
|
+
/** Disconnected */
|
|
178
|
+
Disconnected = "Disconnected"
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* The private link service connection status. \
|
|
182
|
+
* {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
|
|
183
|
+
* this enum contains the known values that the service supports.
|
|
184
|
+
* ### Known values supported by the service
|
|
185
|
+
* **Pending** \
|
|
186
|
+
* **Approved** \
|
|
187
|
+
* **Rejected** \
|
|
188
|
+
* **Disconnected**
|
|
189
|
+
*/
|
|
190
|
+
export type ConnectionStatus = string;
|
|
191
|
+
/** Any action that is required beyond basic workflow (approve/ reject/ disconnect) */
|
|
192
|
+
export declare enum KnownActionsRequired {
|
|
193
|
+
/** None */
|
|
194
|
+
None = "None",
|
|
195
|
+
/** Recreate */
|
|
196
|
+
Recreate = "Recreate"
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* Any action that is required beyond basic workflow (approve/ reject/ disconnect) \
|
|
200
|
+
* {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
|
|
201
|
+
* this enum contains the known values that the service supports.
|
|
202
|
+
* ### Known values supported by the service
|
|
203
|
+
* **None** \
|
|
204
|
+
* **Recreate**
|
|
205
|
+
*/
|
|
206
|
+
export type ActionsRequired = string;
|
|
207
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
208
|
+
export declare enum KnownPublicNetworkAccess {
|
|
209
|
+
/** Enabled */
|
|
210
|
+
Enabled = "Enabled",
|
|
211
|
+
/** Disabled */
|
|
212
|
+
Disabled = "Disabled"
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Control permission for data plane traffic coming from public networks while private endpoint is enabled. \
|
|
216
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
217
|
+
* this enum contains the known values that the service supports.
|
|
218
|
+
* ### Known values supported by the service
|
|
219
|
+
* **Enabled** \
|
|
220
|
+
* **Disabled**
|
|
221
|
+
*/
|
|
222
|
+
export type PublicNetworkAccess = string;
|
|
223
|
+
/** The data plane proxy settings for a configuration store. */
|
|
224
|
+
export interface DataPlaneProxyProperties {
|
|
225
|
+
/** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */
|
|
226
|
+
authenticationMode?: AuthenticationMode;
|
|
227
|
+
/** The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. */
|
|
228
|
+
privateLinkDelegation?: PrivateLinkDelegation;
|
|
229
|
+
}
|
|
230
|
+
export declare function dataPlaneProxyPropertiesSerializer(item: DataPlaneProxyProperties): any;
|
|
231
|
+
export declare function dataPlaneProxyPropertiesDeserializer(item: any): DataPlaneProxyProperties;
|
|
232
|
+
/** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */
|
|
233
|
+
export declare enum KnownAuthenticationMode {
|
|
234
|
+
/** The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. */
|
|
235
|
+
Local = "Local",
|
|
236
|
+
/** The pass-through authentication mode. User identity will be passed through from ARM, requiring user to have data plane action permissions (Available via App Configuration Data Owner/ App Configuration Data Reader). */
|
|
237
|
+
PassThrough = "Pass-through"
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. \
|
|
241
|
+
* {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,
|
|
242
|
+
* this enum contains the known values that the service supports.
|
|
243
|
+
* ### Known values supported by the service
|
|
244
|
+
* **Local**: The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. \
|
|
245
|
+
* **Pass-through**: The pass-through authentication mode. User identity will be passed through from ARM, requiring user to have data plane action permissions (Available via App Configuration Data Owner\/ App Configuration Data Reader).
|
|
246
|
+
*/
|
|
247
|
+
export type AuthenticationMode = string;
|
|
248
|
+
/** The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. */
|
|
249
|
+
export declare enum KnownPrivateLinkDelegation {
|
|
250
|
+
/** ARM private endpoint is required if the resource requires private link. */
|
|
251
|
+
Enabled = "Enabled",
|
|
252
|
+
/** Request is denied if the resource requires private link. */
|
|
253
|
+
Disabled = "Disabled"
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* The data plane proxy private link delegation. This property manages if a request from delegated ARM private link is allowed when the data plane resource requires private link. \
|
|
257
|
+
* {@link KnownPrivateLinkDelegation} can be used interchangeably with PrivateLinkDelegation,
|
|
258
|
+
* this enum contains the known values that the service supports.
|
|
259
|
+
* ### Known values supported by the service
|
|
260
|
+
* **Enabled**: ARM private endpoint is required if the resource requires private link. \
|
|
261
|
+
* **Disabled**: Request is denied if the resource requires private link.
|
|
262
|
+
*/
|
|
263
|
+
export type PrivateLinkDelegation = string;
|
|
264
|
+
/** Indicates whether the configuration store need to be recovered. */
|
|
265
|
+
export type CreateMode = "Recover" | "Default";
|
|
266
|
+
/** Telemetry settings */
|
|
267
|
+
export interface TelemetryProperties {
|
|
268
|
+
/** Resource ID of a resource enabling telemetry collection */
|
|
269
|
+
resourceId?: string;
|
|
270
|
+
}
|
|
271
|
+
export declare function telemetryPropertiesSerializer(item: TelemetryProperties): any;
|
|
272
|
+
export declare function telemetryPropertiesDeserializer(item: any): TelemetryProperties;
|
|
273
|
+
/** Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner. */
|
|
274
|
+
export interface ManagedOnBehalfOfConfiguration {
|
|
275
|
+
/** Managed-On-Behalf-Of broker resources */
|
|
276
|
+
readonly moboBrokerResources?: MoboBrokerResource[];
|
|
277
|
+
}
|
|
278
|
+
export declare function managedOnBehalfOfConfigurationDeserializer(item: any): ManagedOnBehalfOfConfiguration;
|
|
279
|
+
export declare function moboBrokerResourceArrayDeserializer(result: Array<MoboBrokerResource>): any[];
|
|
280
|
+
/** Managed-On-Behalf-Of broker resource. This resource is created by the Resource Provider to manage some resources on behalf of the user. */
|
|
281
|
+
export interface MoboBrokerResource {
|
|
282
|
+
/** Resource identifier of a Managed-On-Behalf-Of broker resource */
|
|
283
|
+
id?: string;
|
|
284
|
+
}
|
|
285
|
+
export declare function moboBrokerResourceDeserializer(item: any): MoboBrokerResource;
|
|
286
|
+
/** Azure Front Door settings */
|
|
287
|
+
export interface AzureFrontDoorProperties {
|
|
288
|
+
/** Resource ID of an Azure Front Door profile */
|
|
289
|
+
resourceId?: string;
|
|
290
|
+
}
|
|
291
|
+
export declare function azureFrontDoorPropertiesSerializer(item: AzureFrontDoorProperties): any;
|
|
292
|
+
export declare function azureFrontDoorPropertiesDeserializer(item: any): AzureFrontDoorProperties;
|
|
293
|
+
/** An identity that can be associated with a resource. */
|
|
294
|
+
export interface ResourceIdentity {
|
|
295
|
+
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */
|
|
296
|
+
type?: IdentityType;
|
|
297
|
+
/** The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
298
|
+
userAssignedIdentities?: Record<string, UserIdentity>;
|
|
299
|
+
/** The principal id of the identity. This property will only be provided for a system-assigned identity. */
|
|
300
|
+
readonly principalId?: string;
|
|
301
|
+
/** The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity. */
|
|
302
|
+
readonly tenantId?: string;
|
|
303
|
+
}
|
|
304
|
+
export declare function resourceIdentitySerializer(item: ResourceIdentity): any;
|
|
305
|
+
export declare function resourceIdentityDeserializer(item: any): ResourceIdentity;
|
|
306
|
+
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */
|
|
307
|
+
export declare enum KnownIdentityType {
|
|
308
|
+
/** None */
|
|
309
|
+
None = "None",
|
|
310
|
+
/** SystemAssigned */
|
|
311
|
+
SystemAssigned = "SystemAssigned",
|
|
312
|
+
/** UserAssigned */
|
|
313
|
+
UserAssigned = "UserAssigned",
|
|
314
|
+
/** SystemAssigned, UserAssigned */
|
|
315
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. \
|
|
319
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
320
|
+
* this enum contains the known values that the service supports.
|
|
321
|
+
* ### Known values supported by the service
|
|
322
|
+
* **None** \
|
|
323
|
+
* **SystemAssigned** \
|
|
324
|
+
* **UserAssigned** \
|
|
325
|
+
* **SystemAssigned, UserAssigned**
|
|
326
|
+
*/
|
|
327
|
+
export type IdentityType = string;
|
|
328
|
+
export declare function userIdentityRecordSerializer(item: Record<string, UserIdentity>): Record<string, any>;
|
|
329
|
+
export declare function userIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserIdentity>;
|
|
330
|
+
/** A resource identity that is managed by the user of the service. */
|
|
331
|
+
export interface UserIdentity {
|
|
332
|
+
/** The principal ID of the user-assigned identity. */
|
|
333
|
+
readonly principalId?: string;
|
|
334
|
+
/** The client ID of the user-assigned identity. */
|
|
335
|
+
readonly clientId?: string;
|
|
336
|
+
}
|
|
337
|
+
export declare function userIdentitySerializer(item: UserIdentity): any;
|
|
338
|
+
export declare function userIdentityDeserializer(item: any): UserIdentity;
|
|
339
|
+
/** Describes a configuration store SKU. */
|
|
340
|
+
export interface Sku {
|
|
341
|
+
/** The SKU name of the configuration store. */
|
|
342
|
+
name: string;
|
|
343
|
+
}
|
|
344
|
+
export declare function skuSerializer(item: Sku): any;
|
|
345
|
+
export declare function skuDeserializer(item: any): Sku;
|
|
346
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
347
|
+
export interface TrackedResource extends Resource {
|
|
348
|
+
/** Resource tags. */
|
|
349
|
+
tags?: Record<string, string>;
|
|
350
|
+
/** The geo-location where the resource lives */
|
|
351
|
+
location: string;
|
|
352
|
+
}
|
|
353
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
354
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
355
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
356
|
+
export interface Resource {
|
|
357
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
358
|
+
readonly id?: string;
|
|
359
|
+
/** The name of the resource */
|
|
360
|
+
readonly name?: string;
|
|
361
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
362
|
+
readonly type?: string;
|
|
363
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
364
|
+
readonly systemData?: SystemData;
|
|
365
|
+
}
|
|
366
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
367
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
368
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
369
|
+
export interface SystemData {
|
|
370
|
+
/** The identity that created the resource. */
|
|
371
|
+
createdBy?: string;
|
|
372
|
+
/** The type of identity that created the resource. */
|
|
373
|
+
createdByType?: CreatedByType;
|
|
374
|
+
/** The timestamp of resource creation (UTC). */
|
|
375
|
+
createdAt?: Date;
|
|
376
|
+
/** The identity that last modified the resource. */
|
|
377
|
+
lastModifiedBy?: string;
|
|
378
|
+
/** The type of identity that last modified the resource. */
|
|
379
|
+
lastModifiedByType?: CreatedByType;
|
|
380
|
+
/** The timestamp of resource last modification (UTC) */
|
|
381
|
+
lastModifiedAt?: Date;
|
|
382
|
+
}
|
|
383
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
384
|
+
/** The kind of entity that created the resource. */
|
|
385
|
+
export declare enum KnownCreatedByType {
|
|
386
|
+
/** The entity was created by a user. */
|
|
387
|
+
User = "User",
|
|
388
|
+
/** The entity was created by an application. */
|
|
389
|
+
Application = "Application",
|
|
390
|
+
/** The entity was created by a managed identity. */
|
|
391
|
+
ManagedIdentity = "ManagedIdentity",
|
|
392
|
+
/** The entity was created by a key. */
|
|
393
|
+
Key = "Key"
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* The kind of entity that created the resource. \
|
|
397
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
398
|
+
* this enum contains the known values that the service supports.
|
|
399
|
+
* ### Known values supported by the service
|
|
400
|
+
* **User**: The entity was created by a user. \
|
|
401
|
+
* **Application**: The entity was created by an application. \
|
|
402
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
403
|
+
* **Key**: The entity was created by a key.
|
|
404
|
+
*/
|
|
405
|
+
export type CreatedByType = string;
|
|
406
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
407
|
+
export interface ErrorResponse {
|
|
408
|
+
/** The error object. */
|
|
409
|
+
error?: ErrorDetail;
|
|
410
|
+
}
|
|
411
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
412
|
+
/** The error detail. */
|
|
413
|
+
export interface ErrorDetail {
|
|
414
|
+
/** The error code. */
|
|
415
|
+
readonly code?: string;
|
|
416
|
+
/** The error message. */
|
|
417
|
+
readonly message?: string;
|
|
418
|
+
/** The error target. */
|
|
419
|
+
readonly target?: string;
|
|
420
|
+
/** The error details. */
|
|
421
|
+
readonly details?: ErrorDetail[];
|
|
422
|
+
/** The error additional info. */
|
|
423
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
424
|
+
}
|
|
425
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
426
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
427
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
428
|
+
/** The resource management error additional info. */
|
|
429
|
+
export interface ErrorAdditionalInfo {
|
|
430
|
+
/** The additional info type. */
|
|
431
|
+
readonly type?: string;
|
|
432
|
+
/** The additional info. */
|
|
433
|
+
readonly info?: any;
|
|
434
|
+
}
|
|
435
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
436
|
+
/** The parameters for updating a configuration store. */
|
|
437
|
+
export interface ConfigurationStoreUpdateParameters {
|
|
438
|
+
/** The managed identity information for the configuration store. */
|
|
439
|
+
identity?: ResourceIdentity;
|
|
440
|
+
/** The SKU of the configuration store. */
|
|
441
|
+
sku?: Sku;
|
|
442
|
+
/** The ARM resource tags. */
|
|
443
|
+
tags?: Record<string, string>;
|
|
444
|
+
/** The encryption settings of the configuration store. */
|
|
445
|
+
encryption?: EncryptionProperties;
|
|
446
|
+
/** Disables all authentication methods other than AAD authentication. */
|
|
447
|
+
disableLocalAuth?: boolean;
|
|
448
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
449
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
450
|
+
/** Property specifying whether protection against purge is enabled for this configuration store. */
|
|
451
|
+
enablePurgeProtection?: boolean;
|
|
452
|
+
/** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */
|
|
453
|
+
dataPlaneProxy?: DataPlaneProxyProperties;
|
|
454
|
+
/** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */
|
|
455
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds?: number;
|
|
456
|
+
/** Property specifying the configuration of telemetry to update for this configuration store */
|
|
457
|
+
telemetry?: TelemetryProperties;
|
|
458
|
+
/** Property specifying the configuration of Azure Front Door for this configuration store */
|
|
459
|
+
azureFrontDoor?: AzureFrontDoorProperties;
|
|
460
|
+
}
|
|
461
|
+
export declare function configurationStoreUpdateParametersSerializer(item: ConfigurationStoreUpdateParameters): any;
|
|
462
|
+
/** The properties for updating a configuration store. */
|
|
463
|
+
export interface ConfigurationStorePropertiesUpdateParameters {
|
|
464
|
+
/** The encryption settings of the configuration store. */
|
|
465
|
+
encryption?: EncryptionProperties;
|
|
466
|
+
/** Disables all authentication methods other than AAD authentication. */
|
|
467
|
+
disableLocalAuth?: boolean;
|
|
468
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
469
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
470
|
+
/** Property specifying whether protection against purge is enabled for this configuration store. */
|
|
471
|
+
enablePurgeProtection?: boolean;
|
|
472
|
+
/** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */
|
|
473
|
+
dataPlaneProxy?: DataPlaneProxyProperties;
|
|
474
|
+
/** The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores. */
|
|
475
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds?: number;
|
|
476
|
+
/** Property specifying the configuration of telemetry to update for this configuration store */
|
|
477
|
+
telemetry?: TelemetryProperties;
|
|
478
|
+
/** Property specifying the configuration of Azure Front Door for this configuration store */
|
|
479
|
+
azureFrontDoor?: AzureFrontDoorProperties;
|
|
480
|
+
}
|
|
481
|
+
export declare function configurationStorePropertiesUpdateParametersSerializer(item: ConfigurationStorePropertiesUpdateParameters): any;
|
|
482
|
+
/** The response of a ConfigurationStore list operation. */
|
|
483
|
+
export interface _ConfigurationStoreListResult {
|
|
484
|
+
/** The ConfigurationStore items on this page */
|
|
485
|
+
value: ConfigurationStore[];
|
|
486
|
+
/** The link to the next page of items */
|
|
487
|
+
nextLink?: string;
|
|
488
|
+
}
|
|
489
|
+
export declare function _configurationStoreListResultDeserializer(item: any): _ConfigurationStoreListResult;
|
|
490
|
+
export declare function configurationStoreArraySerializer(result: Array<ConfigurationStore>): any[];
|
|
491
|
+
export declare function configurationStoreArrayDeserializer(result: Array<ConfigurationStore>): any[];
|
|
492
|
+
/** The result of a request to list API keys. */
|
|
493
|
+
export interface _ApiKeyListResult {
|
|
494
|
+
/** The ApiKey items on this page */
|
|
495
|
+
value: ApiKey[];
|
|
496
|
+
/** The link to the next page of items */
|
|
497
|
+
nextLink?: string;
|
|
498
|
+
}
|
|
499
|
+
export declare function _apiKeyListResultDeserializer(item: any): _ApiKeyListResult;
|
|
500
|
+
export declare function apiKeyArrayDeserializer(result: Array<ApiKey>): any[];
|
|
501
|
+
/** An API key used for authenticating with a configuration store endpoint. */
|
|
502
|
+
export interface ApiKey {
|
|
503
|
+
/** The key ID. */
|
|
504
|
+
readonly id?: string;
|
|
505
|
+
/** A name for the key describing its usage. */
|
|
506
|
+
readonly name?: string;
|
|
507
|
+
/** The value of the key that is used for authentication purposes. */
|
|
508
|
+
readonly value?: string;
|
|
509
|
+
/** A connection string that can be used by supporting clients for authentication. */
|
|
510
|
+
readonly connectionString?: string;
|
|
511
|
+
/** The last time any of the key's properties were modified. */
|
|
512
|
+
readonly lastModified?: Date;
|
|
513
|
+
/** Whether this key can only be used for read operations. */
|
|
514
|
+
readonly readOnly?: boolean;
|
|
515
|
+
}
|
|
516
|
+
export declare function apiKeyDeserializer(item: any): ApiKey;
|
|
517
|
+
/** The parameters used to regenerate an API key. */
|
|
518
|
+
export interface RegenerateKeyParameters {
|
|
519
|
+
/** The id of the key to regenerate. */
|
|
520
|
+
id?: string;
|
|
521
|
+
}
|
|
522
|
+
export declare function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any;
|
|
523
|
+
/** Deleted configuration store information with extended details. */
|
|
524
|
+
export interface DeletedConfigurationStore extends ProxyResource {
|
|
525
|
+
/** The resource id of the original configuration store. */
|
|
526
|
+
readonly configurationStoreId?: string;
|
|
527
|
+
/** The location of the original configuration store. */
|
|
528
|
+
readonly location?: string;
|
|
529
|
+
/** The deleted date. */
|
|
530
|
+
readonly deletionDate?: Date;
|
|
531
|
+
/** The scheduled purged date. */
|
|
532
|
+
readonly scheduledPurgeDate?: Date;
|
|
533
|
+
/** Tags of the original configuration store. */
|
|
534
|
+
readonly tags?: Record<string, string>;
|
|
535
|
+
/** Purge protection status of the original configuration store. */
|
|
536
|
+
readonly purgeProtectionEnabled?: boolean;
|
|
537
|
+
}
|
|
538
|
+
export declare function deletedConfigurationStoreDeserializer(item: any): DeletedConfigurationStore;
|
|
539
|
+
/** Properties of the deleted configuration store. */
|
|
540
|
+
export interface DeletedConfigurationStoreProperties {
|
|
541
|
+
/** The resource id of the original configuration store. */
|
|
542
|
+
readonly configurationStoreId?: string;
|
|
543
|
+
/** The location of the original configuration store. */
|
|
544
|
+
readonly location?: string;
|
|
545
|
+
/** The deleted date. */
|
|
546
|
+
readonly deletionDate?: Date;
|
|
547
|
+
/** The scheduled purged date. */
|
|
548
|
+
readonly scheduledPurgeDate?: Date;
|
|
549
|
+
/** Tags of the original configuration store. */
|
|
550
|
+
readonly tags?: Record<string, string>;
|
|
551
|
+
/** Purge protection status of the original configuration store. */
|
|
552
|
+
readonly purgeProtectionEnabled?: boolean;
|
|
553
|
+
}
|
|
554
|
+
export declare function deletedConfigurationStorePropertiesDeserializer(item: any): DeletedConfigurationStoreProperties;
|
|
555
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
556
|
+
export interface ProxyResource extends Resource {
|
|
557
|
+
}
|
|
558
|
+
export declare function proxyResourceSerializer(item: ProxyResource): any;
|
|
559
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
560
|
+
/** The response of a DeletedConfigurationStore list operation. */
|
|
561
|
+
export interface _DeletedConfigurationStoreListResult {
|
|
562
|
+
/** The DeletedConfigurationStore items on this page */
|
|
563
|
+
value: DeletedConfigurationStore[];
|
|
564
|
+
/** The link to the next page of items */
|
|
565
|
+
nextLink?: string;
|
|
566
|
+
}
|
|
567
|
+
export declare function _deletedConfigurationStoreListResultDeserializer(item: any): _DeletedConfigurationStoreListResult;
|
|
568
|
+
export declare function deletedConfigurationStoreArrayDeserializer(result: Array<DeletedConfigurationStore>): any[];
|
|
569
|
+
/** A private endpoint connection */
|
|
570
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
571
|
+
/** The provisioning status of the private endpoint connection. */
|
|
572
|
+
readonly provisioningState?: ProvisioningState;
|
|
573
|
+
/** The resource of private endpoint. */
|
|
574
|
+
privateEndpoint?: PrivateEndpoint;
|
|
575
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
576
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
577
|
+
}
|
|
578
|
+
export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
|
|
579
|
+
export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
|
|
580
|
+
/** The response of a PrivateEndpointConnection list operation. */
|
|
581
|
+
export interface _PrivateEndpointConnectionListResult {
|
|
582
|
+
/** The PrivateEndpointConnection items on this page */
|
|
583
|
+
value: PrivateEndpointConnection[];
|
|
584
|
+
/** The link to the next page of items */
|
|
585
|
+
nextLink?: string;
|
|
586
|
+
}
|
|
587
|
+
export declare function _privateEndpointConnectionListResultDeserializer(item: any): _PrivateEndpointConnectionListResult;
|
|
588
|
+
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
589
|
+
export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
|
|
590
|
+
/** A resource that supports private link capabilities. */
|
|
591
|
+
export interface PrivateLinkResource extends ProxyResource {
|
|
592
|
+
/** The private link resource group id. */
|
|
593
|
+
readonly groupId?: string;
|
|
594
|
+
/** The private link resource required member names. */
|
|
595
|
+
readonly requiredMembers?: string[];
|
|
596
|
+
/** The list of required DNS zone names of the private link resource. */
|
|
597
|
+
readonly requiredZoneNames?: string[];
|
|
598
|
+
}
|
|
599
|
+
export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
|
|
600
|
+
/** Properties of a private link resource. */
|
|
601
|
+
export interface PrivateLinkResourceProperties {
|
|
602
|
+
/** The private link resource group id. */
|
|
603
|
+
readonly groupId?: string;
|
|
604
|
+
/** The private link resource required member names. */
|
|
605
|
+
readonly requiredMembers?: string[];
|
|
606
|
+
/** The list of required DNS zone names of the private link resource. */
|
|
607
|
+
readonly requiredZoneNames?: string[];
|
|
608
|
+
}
|
|
609
|
+
export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
|
|
610
|
+
/** The response of a PrivateLinkResource list operation. */
|
|
611
|
+
export interface _PrivateLinkResourceListResult {
|
|
612
|
+
/** The PrivateLinkResource items on this page */
|
|
613
|
+
value: PrivateLinkResource[];
|
|
614
|
+
/** The link to the next page of items */
|
|
615
|
+
nextLink?: string;
|
|
616
|
+
}
|
|
617
|
+
export declare function _privateLinkResourceListResultDeserializer(item: any): _PrivateLinkResourceListResult;
|
|
618
|
+
export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
|
|
619
|
+
/** The key-value resource along with all resource properties. */
|
|
620
|
+
export interface KeyValue extends ProxyResource {
|
|
621
|
+
/**
|
|
622
|
+
* The primary identifier of a key-value.
|
|
623
|
+
* The key is used in unison with the label to uniquely identify a key-value.
|
|
624
|
+
*/
|
|
625
|
+
readonly key?: string;
|
|
626
|
+
/**
|
|
627
|
+
* A value used to group key-values.
|
|
628
|
+
* The label is used in unison with the key to uniquely identify a key-value.
|
|
629
|
+
*/
|
|
630
|
+
readonly label?: string;
|
|
631
|
+
/** The value of the key-value. */
|
|
632
|
+
value?: string;
|
|
633
|
+
/**
|
|
634
|
+
* The content type of the key-value's value.
|
|
635
|
+
* Providing a proper content-type can enable transformations of values when they are retrieved by applications.
|
|
636
|
+
*/
|
|
637
|
+
contentType?: string;
|
|
638
|
+
/** An ETag indicating the state of a key-value within a configuration store. */
|
|
639
|
+
readonly eTag?: string;
|
|
640
|
+
/** The last time a modifying operation was performed on the given key-value. */
|
|
641
|
+
readonly lastModified?: Date;
|
|
642
|
+
/**
|
|
643
|
+
* A value indicating whether the key-value is locked.
|
|
644
|
+
* A locked key-value may not be modified until it is unlocked.
|
|
645
|
+
*/
|
|
646
|
+
readonly locked?: boolean;
|
|
647
|
+
/** A dictionary of tags that can help identify what a key-value may be applicable for. */
|
|
648
|
+
tags?: Record<string, string>;
|
|
649
|
+
}
|
|
650
|
+
export declare function keyValueSerializer(item: KeyValue): any;
|
|
651
|
+
export declare function keyValueDeserializer(item: any): KeyValue;
|
|
652
|
+
/** All key-value properties. */
|
|
653
|
+
export interface KeyValueProperties {
|
|
654
|
+
/**
|
|
655
|
+
* The primary identifier of a key-value.
|
|
656
|
+
* The key is used in unison with the label to uniquely identify a key-value.
|
|
657
|
+
*/
|
|
658
|
+
readonly key?: string;
|
|
659
|
+
/**
|
|
660
|
+
* A value used to group key-values.
|
|
661
|
+
* The label is used in unison with the key to uniquely identify a key-value.
|
|
662
|
+
*/
|
|
663
|
+
readonly label?: string;
|
|
664
|
+
/** The value of the key-value. */
|
|
665
|
+
value?: string;
|
|
666
|
+
/**
|
|
667
|
+
* The content type of the key-value's value.
|
|
668
|
+
* Providing a proper content-type can enable transformations of values when they are retrieved by applications.
|
|
669
|
+
*/
|
|
670
|
+
contentType?: string;
|
|
671
|
+
/** An ETag indicating the state of a key-value within a configuration store. */
|
|
672
|
+
readonly eTag?: string;
|
|
673
|
+
/** The last time a modifying operation was performed on the given key-value. */
|
|
674
|
+
readonly lastModified?: Date;
|
|
675
|
+
/**
|
|
676
|
+
* A value indicating whether the key-value is locked.
|
|
677
|
+
* A locked key-value may not be modified until it is unlocked.
|
|
678
|
+
*/
|
|
679
|
+
readonly locked?: boolean;
|
|
680
|
+
/** A dictionary of tags that can help identify what a key-value may be applicable for. */
|
|
681
|
+
tags?: Record<string, string>;
|
|
682
|
+
}
|
|
683
|
+
export declare function keyValuePropertiesSerializer(item: KeyValueProperties): any;
|
|
684
|
+
export declare function keyValuePropertiesDeserializer(item: any): KeyValueProperties;
|
|
685
|
+
/** The replica resource. */
|
|
686
|
+
export interface Replica extends ProxyResource {
|
|
687
|
+
/** The location of the replica. */
|
|
688
|
+
location?: string;
|
|
689
|
+
/** The URI of the replica where the replica API will be available. */
|
|
690
|
+
readonly endpoint?: string;
|
|
691
|
+
/** The provisioning state of the replica. */
|
|
692
|
+
readonly provisioningState?: ReplicaProvisioningState;
|
|
693
|
+
}
|
|
694
|
+
export declare function replicaSerializer(item: Replica): any;
|
|
695
|
+
export declare function replicaDeserializer(item: any): Replica;
|
|
696
|
+
/** All replica properties. */
|
|
697
|
+
export interface ReplicaProperties {
|
|
698
|
+
/** The URI of the replica where the replica API will be available. */
|
|
699
|
+
readonly endpoint?: string;
|
|
700
|
+
/** The provisioning state of the replica. */
|
|
701
|
+
readonly provisioningState?: ReplicaProvisioningState;
|
|
702
|
+
}
|
|
703
|
+
export declare function replicaPropertiesSerializer(item: ReplicaProperties): any;
|
|
704
|
+
export declare function replicaPropertiesDeserializer(item: any): ReplicaProperties;
|
|
705
|
+
/** The provisioning state of the replica. */
|
|
706
|
+
export declare enum KnownReplicaProvisioningState {
|
|
707
|
+
/** Creating */
|
|
708
|
+
Creating = "Creating",
|
|
709
|
+
/** Succeeded */
|
|
710
|
+
Succeeded = "Succeeded",
|
|
711
|
+
/** Deleting */
|
|
712
|
+
Deleting = "Deleting",
|
|
713
|
+
/** Failed */
|
|
714
|
+
Failed = "Failed",
|
|
715
|
+
/** Canceled */
|
|
716
|
+
Canceled = "Canceled"
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* The provisioning state of the replica. \
|
|
720
|
+
* {@link KnownReplicaProvisioningState} can be used interchangeably with ReplicaProvisioningState,
|
|
721
|
+
* this enum contains the known values that the service supports.
|
|
722
|
+
* ### Known values supported by the service
|
|
723
|
+
* **Creating** \
|
|
724
|
+
* **Succeeded** \
|
|
725
|
+
* **Deleting** \
|
|
726
|
+
* **Failed** \
|
|
727
|
+
* **Canceled**
|
|
728
|
+
*/
|
|
729
|
+
export type ReplicaProvisioningState = string;
|
|
730
|
+
/** The response of a Replica list operation. */
|
|
731
|
+
export interface _ReplicaListResult {
|
|
732
|
+
/** The Replica items on this page */
|
|
733
|
+
value: Replica[];
|
|
734
|
+
/** The link to the next page of items */
|
|
735
|
+
nextLink?: string;
|
|
736
|
+
}
|
|
737
|
+
export declare function _replicaListResultDeserializer(item: any): _ReplicaListResult;
|
|
738
|
+
export declare function replicaArraySerializer(result: Array<Replica>): any[];
|
|
739
|
+
export declare function replicaArrayDeserializer(result: Array<Replica>): any[];
|
|
740
|
+
/** The snapshot resource. */
|
|
741
|
+
export interface Snapshot extends ProxyResource {
|
|
742
|
+
/** The provisioning state of the snapshot. */
|
|
743
|
+
readonly provisioningState?: ProvisioningState;
|
|
744
|
+
/** The current status of the snapshot. */
|
|
745
|
+
readonly status?: SnapshotStatus;
|
|
746
|
+
/** A list of filters used to filter the key-values included in the snapshot. */
|
|
747
|
+
filters?: KeyValueFilter[];
|
|
748
|
+
/** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */
|
|
749
|
+
compositionType?: CompositionType;
|
|
750
|
+
/** The time that the snapshot was created. */
|
|
751
|
+
readonly created?: Date;
|
|
752
|
+
/** The time that the snapshot will expire. */
|
|
753
|
+
readonly expires?: Date;
|
|
754
|
+
/** The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used. */
|
|
755
|
+
retentionPeriod?: number;
|
|
756
|
+
/** The size in bytes of the snapshot. */
|
|
757
|
+
readonly size?: number;
|
|
758
|
+
/** The amount of key-values in the snapshot. */
|
|
759
|
+
readonly itemsCount?: number;
|
|
760
|
+
/** The tags of the snapshot. NOTE: These are data plane tags, not ARM tags. */
|
|
761
|
+
tags?: Record<string, string>;
|
|
762
|
+
/** A value representing the current state of the snapshot. */
|
|
763
|
+
readonly etag?: string;
|
|
764
|
+
}
|
|
765
|
+
export declare function snapshotSerializer(item: Snapshot): any;
|
|
766
|
+
export declare function snapshotDeserializer(item: any): Snapshot;
|
|
767
|
+
/** All snapshot properties. */
|
|
768
|
+
export interface SnapshotProperties {
|
|
769
|
+
/** The provisioning state of the snapshot. */
|
|
770
|
+
readonly provisioningState?: ProvisioningState;
|
|
771
|
+
/** The current status of the snapshot. */
|
|
772
|
+
readonly status?: SnapshotStatus;
|
|
773
|
+
/** A list of filters used to filter the key-values included in the snapshot. */
|
|
774
|
+
filters: KeyValueFilter[];
|
|
775
|
+
/** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */
|
|
776
|
+
compositionType?: CompositionType;
|
|
777
|
+
/** The time that the snapshot was created. */
|
|
778
|
+
readonly created?: Date;
|
|
779
|
+
/** The time that the snapshot will expire. */
|
|
780
|
+
readonly expires?: Date;
|
|
781
|
+
/** The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used. */
|
|
782
|
+
retentionPeriod?: number;
|
|
783
|
+
/** The size in bytes of the snapshot. */
|
|
784
|
+
readonly size?: number;
|
|
785
|
+
/** The amount of key-values in the snapshot. */
|
|
786
|
+
readonly itemsCount?: number;
|
|
787
|
+
/** The tags of the snapshot. NOTE: These are data plane tags, not ARM tags. */
|
|
788
|
+
tags?: Record<string, string>;
|
|
789
|
+
/** A value representing the current state of the snapshot. */
|
|
790
|
+
readonly etag?: string;
|
|
791
|
+
}
|
|
792
|
+
export declare function snapshotPropertiesSerializer(item: SnapshotProperties): any;
|
|
793
|
+
export declare function snapshotPropertiesDeserializer(item: any): SnapshotProperties;
|
|
794
|
+
/** The current status of the snapshot. */
|
|
795
|
+
export declare enum KnownSnapshotStatus {
|
|
796
|
+
/** Provisioning */
|
|
797
|
+
Provisioning = "Provisioning",
|
|
798
|
+
/** Ready */
|
|
799
|
+
Ready = "Ready",
|
|
800
|
+
/** Archived */
|
|
801
|
+
Archived = "Archived",
|
|
802
|
+
/** Failed */
|
|
803
|
+
Failed = "Failed"
|
|
804
|
+
}
|
|
805
|
+
/**
|
|
806
|
+
* The current status of the snapshot. \
|
|
807
|
+
* {@link KnownSnapshotStatus} can be used interchangeably with SnapshotStatus,
|
|
808
|
+
* this enum contains the known values that the service supports.
|
|
809
|
+
* ### Known values supported by the service
|
|
810
|
+
* **Provisioning** \
|
|
811
|
+
* **Ready** \
|
|
812
|
+
* **Archived** \
|
|
813
|
+
* **Failed**
|
|
814
|
+
*/
|
|
815
|
+
export type SnapshotStatus = string;
|
|
816
|
+
export declare function keyValueFilterArraySerializer(result: Array<KeyValueFilter>): any[];
|
|
817
|
+
export declare function keyValueFilterArrayDeserializer(result: Array<KeyValueFilter>): any[];
|
|
818
|
+
/** Enables filtering of key-values. */
|
|
819
|
+
export interface KeyValueFilter {
|
|
820
|
+
/** Filters key-values by their key field. */
|
|
821
|
+
key: string;
|
|
822
|
+
/** Filters key-values by their label field. */
|
|
823
|
+
label?: string;
|
|
824
|
+
}
|
|
825
|
+
export declare function keyValueFilterSerializer(item: KeyValueFilter): any;
|
|
826
|
+
export declare function keyValueFilterDeserializer(item: any): KeyValueFilter;
|
|
827
|
+
/** The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. */
|
|
828
|
+
export declare enum KnownCompositionType {
|
|
829
|
+
/** Key */
|
|
830
|
+
Key = "Key",
|
|
831
|
+
/** Key_Label */
|
|
832
|
+
KeyLabel = "Key_Label"
|
|
833
|
+
}
|
|
834
|
+
/**
|
|
835
|
+
* The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label. \
|
|
836
|
+
* {@link KnownCompositionType} can be used interchangeably with CompositionType,
|
|
837
|
+
* this enum contains the known values that the service supports.
|
|
838
|
+
* ### Known values supported by the service
|
|
839
|
+
* **Key** \
|
|
840
|
+
* **Key_Label**
|
|
841
|
+
*/
|
|
842
|
+
export type CompositionType = string;
|
|
843
|
+
/** The result of a request to list configuration store operations. */
|
|
844
|
+
export interface _OperationDefinitionListResult {
|
|
845
|
+
/** The collection value. */
|
|
846
|
+
value?: OperationDefinition[];
|
|
847
|
+
/** The URI that can be used to request the next set of paged results. */
|
|
848
|
+
readonly nextLink?: string;
|
|
849
|
+
}
|
|
850
|
+
export declare function _operationDefinitionListResultDeserializer(item: any): _OperationDefinitionListResult;
|
|
851
|
+
export declare function operationDefinitionArrayDeserializer(result: Array<OperationDefinition>): any[];
|
|
852
|
+
/** The definition of a configuration store operation. */
|
|
853
|
+
export interface OperationDefinition {
|
|
854
|
+
/** Operation name: {provider}/{resource}/{operation}. */
|
|
855
|
+
name?: string;
|
|
856
|
+
/** Indicates whether the operation is a data action */
|
|
857
|
+
isDataAction?: boolean;
|
|
858
|
+
/** The display information for the configuration store operation. */
|
|
859
|
+
display?: OperationDefinitionDisplay;
|
|
860
|
+
/** Origin of the operation */
|
|
861
|
+
origin?: string;
|
|
862
|
+
/** Properties of the operation */
|
|
863
|
+
properties?: OperationProperties;
|
|
864
|
+
}
|
|
865
|
+
export declare function operationDefinitionDeserializer(item: any): OperationDefinition;
|
|
866
|
+
/** The display information for a configuration store operation. */
|
|
867
|
+
export interface OperationDefinitionDisplay {
|
|
868
|
+
/** The resource provider name: Microsoft App Configuration." */
|
|
869
|
+
readonly provider?: string;
|
|
870
|
+
/** The resource on which the operation is performed. */
|
|
871
|
+
resource?: string;
|
|
872
|
+
/** The operation that users can perform. */
|
|
873
|
+
operation?: string;
|
|
874
|
+
/** The description for the operation. */
|
|
875
|
+
description?: string;
|
|
876
|
+
}
|
|
877
|
+
export declare function operationDefinitionDisplayDeserializer(item: any): OperationDefinitionDisplay;
|
|
878
|
+
/** Extra Operation properties */
|
|
879
|
+
export interface OperationProperties {
|
|
880
|
+
/** Service specifications of the operation */
|
|
881
|
+
serviceSpecification?: ServiceSpecification;
|
|
882
|
+
}
|
|
883
|
+
export declare function operationPropertiesDeserializer(item: any): OperationProperties;
|
|
884
|
+
/** Service specification payload */
|
|
885
|
+
export interface ServiceSpecification {
|
|
886
|
+
/** Specifications of the Log for Azure Monitoring */
|
|
887
|
+
logSpecifications?: LogSpecification[];
|
|
888
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
|
889
|
+
metricSpecifications?: MetricSpecification[];
|
|
890
|
+
}
|
|
891
|
+
export declare function serviceSpecificationDeserializer(item: any): ServiceSpecification;
|
|
892
|
+
export declare function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[];
|
|
893
|
+
/** Specifications of the Log for Azure Monitoring */
|
|
894
|
+
export interface LogSpecification {
|
|
895
|
+
/** Name of the log */
|
|
896
|
+
name?: string;
|
|
897
|
+
/** Localized friendly display name of the log */
|
|
898
|
+
displayName?: string;
|
|
899
|
+
/** Blob duration of the log */
|
|
900
|
+
blobDuration?: string;
|
|
901
|
+
}
|
|
902
|
+
export declare function logSpecificationDeserializer(item: any): LogSpecification;
|
|
903
|
+
export declare function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[];
|
|
904
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
|
905
|
+
export interface MetricSpecification {
|
|
906
|
+
/** Name of the metric */
|
|
907
|
+
name?: string;
|
|
908
|
+
/** Localized friendly display name of the metric */
|
|
909
|
+
displayName?: string;
|
|
910
|
+
/** Localized friendly description of the metric */
|
|
911
|
+
displayDescription?: string;
|
|
912
|
+
/** Unit that makes sense for the metric */
|
|
913
|
+
unit?: string;
|
|
914
|
+
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
915
|
+
aggregationType?: string;
|
|
916
|
+
/** Internal metric name. */
|
|
917
|
+
internalMetricName?: string;
|
|
918
|
+
/** Dimensions of the metric */
|
|
919
|
+
dimensions?: MetricDimension[];
|
|
920
|
+
/** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
|
|
921
|
+
fillGapWithZero?: boolean;
|
|
922
|
+
}
|
|
923
|
+
export declare function metricSpecificationDeserializer(item: any): MetricSpecification;
|
|
924
|
+
export declare function metricDimensionArrayDeserializer(result: Array<MetricDimension>): any[];
|
|
925
|
+
/** Specifications of the Dimension of metrics */
|
|
926
|
+
export interface MetricDimension {
|
|
927
|
+
/** Name of the dimension */
|
|
928
|
+
name?: string;
|
|
929
|
+
/** Localized friendly display name of the dimension */
|
|
930
|
+
displayName?: string;
|
|
931
|
+
/** Internal name of the dimension. */
|
|
932
|
+
internalName?: string;
|
|
933
|
+
}
|
|
934
|
+
export declare function metricDimensionDeserializer(item: any): MetricDimension;
|
|
935
|
+
/** Parameters used for checking whether a resource name is available. */
|
|
936
|
+
export interface CheckNameAvailabilityParameters {
|
|
937
|
+
/** The name to check for availability. */
|
|
938
|
+
name: string;
|
|
939
|
+
/** The resource type to check for name availability. */
|
|
940
|
+
type: ConfigurationResourceType;
|
|
941
|
+
}
|
|
942
|
+
export declare function checkNameAvailabilityParametersSerializer(item: CheckNameAvailabilityParameters): any;
|
|
943
|
+
/** The resource type to check for name availability. */
|
|
944
|
+
export declare enum KnownConfigurationResourceType {
|
|
945
|
+
/** Microsoft.AppConfiguration/configurationStores */
|
|
946
|
+
MicrosoftAppConfigurationConfigurationStores = "Microsoft.AppConfiguration/configurationStores"
|
|
947
|
+
}
|
|
948
|
+
/**
|
|
949
|
+
* The resource type to check for name availability. \
|
|
950
|
+
* {@link KnownConfigurationResourceType} can be used interchangeably with ConfigurationResourceType,
|
|
951
|
+
* this enum contains the known values that the service supports.
|
|
952
|
+
* ### Known values supported by the service
|
|
953
|
+
* **Microsoft.AppConfiguration\/configurationStores**
|
|
954
|
+
*/
|
|
955
|
+
export type ConfigurationResourceType = string;
|
|
956
|
+
/** The result of a request to check the availability of a resource name. */
|
|
957
|
+
export interface NameAvailabilityStatus {
|
|
958
|
+
/** The value indicating whether the resource name is available. */
|
|
959
|
+
readonly nameAvailable?: boolean;
|
|
960
|
+
/** If any, the error message that provides more detail for the reason that the name is not available. */
|
|
961
|
+
readonly message?: string;
|
|
962
|
+
/** If any, the reason that the name is not available. */
|
|
963
|
+
readonly reason?: string;
|
|
964
|
+
}
|
|
965
|
+
export declare function nameAvailabilityStatusDeserializer(item: any): NameAvailabilityStatus;
|
|
966
|
+
/** The available API versions. */
|
|
967
|
+
export declare enum KnownVersions {
|
|
968
|
+
/** The 2025-02-01-preview API version. */
|
|
969
|
+
V20250201Preview = "2025-02-01-preview",
|
|
970
|
+
/** The 2025-06-01-preview API version. */
|
|
971
|
+
V20250601Preview = "2025-06-01-preview"
|
|
972
|
+
}
|
|
973
|
+
export declare function _privateEndpointConnectionReferencePropertiesSerializer(item: PrivateEndpointConnectionReference): any;
|
|
974
|
+
export declare function _privateEndpointConnectionReferencePropertiesDeserializer(item: any): {
|
|
975
|
+
provisioningState: any;
|
|
976
|
+
privateEndpoint: any;
|
|
977
|
+
privateLinkServiceConnectionState: any;
|
|
978
|
+
};
|
|
979
|
+
export declare function _configurationStorePropertiesSerializer(item: ConfigurationStore): any;
|
|
980
|
+
export declare function _configurationStorePropertiesDeserializer(item: any): {
|
|
981
|
+
provisioningState: any;
|
|
982
|
+
creationDate: any;
|
|
983
|
+
endpoint: any;
|
|
984
|
+
encryption: any;
|
|
985
|
+
privateEndpointConnections: any;
|
|
986
|
+
publicNetworkAccess: any;
|
|
987
|
+
disableLocalAuth: any;
|
|
988
|
+
softDeleteRetentionInDays: any;
|
|
989
|
+
defaultKeyValueRevisionRetentionPeriodInSeconds: any;
|
|
990
|
+
enablePurgeProtection: any;
|
|
991
|
+
dataPlaneProxy: any;
|
|
992
|
+
createMode: any;
|
|
993
|
+
telemetry: any;
|
|
994
|
+
managedOnBehalfOfConfiguration: any;
|
|
995
|
+
azureFrontDoor: any;
|
|
996
|
+
};
|
|
997
|
+
export declare function _configurationStoreUpdateParametersPropertiesSerializer(item: ConfigurationStoreUpdateParameters): any;
|
|
998
|
+
export declare function _deletedConfigurationStorePropertiesDeserializer(item: any): {
|
|
999
|
+
configurationStoreId: any;
|
|
1000
|
+
location: any;
|
|
1001
|
+
deletionDate: any;
|
|
1002
|
+
scheduledPurgeDate: any;
|
|
1003
|
+
tags: any;
|
|
1004
|
+
purgeProtectionEnabled: any;
|
|
1005
|
+
};
|
|
1006
|
+
export declare function _privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnection): any;
|
|
1007
|
+
export declare function _privateEndpointConnectionPropertiesDeserializer(item: any): {
|
|
1008
|
+
provisioningState: any;
|
|
1009
|
+
privateEndpoint: any;
|
|
1010
|
+
privateLinkServiceConnectionState: any;
|
|
1011
|
+
};
|
|
1012
|
+
export declare function _privateLinkResourcePropertiesDeserializer(item: any): {
|
|
1013
|
+
groupId: any;
|
|
1014
|
+
requiredMembers: any;
|
|
1015
|
+
requiredZoneNames: any;
|
|
1016
|
+
};
|
|
1017
|
+
export declare function _keyValuePropertiesSerializer(item: KeyValue): any;
|
|
1018
|
+
export declare function _keyValuePropertiesDeserializer(item: any): {
|
|
1019
|
+
key: any;
|
|
1020
|
+
label: any;
|
|
1021
|
+
value: any;
|
|
1022
|
+
contentType: any;
|
|
1023
|
+
eTag: any;
|
|
1024
|
+
lastModified: any;
|
|
1025
|
+
locked: any;
|
|
1026
|
+
tags: any;
|
|
1027
|
+
};
|
|
1028
|
+
export declare function _replicaPropertiesSerializer(item: Replica): any;
|
|
1029
|
+
export declare function _replicaPropertiesDeserializer(item: any): {
|
|
1030
|
+
endpoint: any;
|
|
1031
|
+
provisioningState: any;
|
|
1032
|
+
};
|
|
1033
|
+
export declare function _snapshotPropertiesSerializer(item: Snapshot): any;
|
|
1034
|
+
export declare function _snapshotPropertiesDeserializer(item: any): {
|
|
1035
|
+
provisioningState: any;
|
|
1036
|
+
status: any;
|
|
1037
|
+
filters: any;
|
|
1038
|
+
compositionType: any;
|
|
1039
|
+
created: any;
|
|
1040
|
+
expires: any;
|
|
1041
|
+
retentionPeriod: any;
|
|
1042
|
+
size: any;
|
|
1043
|
+
itemsCount: any;
|
|
1044
|
+
tags: any;
|
|
1045
|
+
etag: any;
|
|
1046
|
+
};
|
|
1047
|
+
//# sourceMappingURL=models.d.ts.map
|