@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
|
@@ -1,1235 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
/** The result of a request to list configuration stores. */
|
|
3
|
-
export interface ConfigurationStoreListResult {
|
|
4
|
-
/** The collection value. */
|
|
5
|
-
value?: ConfigurationStore[];
|
|
6
|
-
/** The URI that can be used to request the next set of paged results. */
|
|
7
|
-
nextLink?: string;
|
|
8
|
-
}
|
|
9
|
-
/** An identity that can be associated with a resource. */
|
|
10
|
-
export interface ResourceIdentity {
|
|
11
|
-
/** 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. */
|
|
12
|
-
type?: IdentityType;
|
|
13
|
-
/** 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}'. */
|
|
14
|
-
userAssignedIdentities?: {
|
|
15
|
-
[propertyName: string]: UserIdentity;
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* The principal id of the identity. This property will only be provided for a system-assigned identity.
|
|
19
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
-
*/
|
|
21
|
-
readonly principalId?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity.
|
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
-
*/
|
|
26
|
-
readonly tenantId?: string;
|
|
27
|
-
}
|
|
28
|
-
/** A resource identity that is managed by the user of the service. */
|
|
29
|
-
export interface UserIdentity {
|
|
30
|
-
/**
|
|
31
|
-
* The principal ID of the user-assigned identity.
|
|
32
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
33
|
-
*/
|
|
34
|
-
readonly principalId?: string;
|
|
35
|
-
/**
|
|
36
|
-
* The client ID of the user-assigned identity.
|
|
37
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
38
|
-
*/
|
|
39
|
-
readonly clientId?: string;
|
|
40
|
-
}
|
|
41
|
-
/** The encryption settings for a configuration store. */
|
|
42
|
-
export interface EncryptionProperties {
|
|
43
|
-
/** Key vault properties. */
|
|
44
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
45
|
-
}
|
|
46
|
-
/** Settings concerning key vault encryption for a configuration store. */
|
|
47
|
-
export interface KeyVaultProperties {
|
|
48
|
-
/** The URI of the key vault key used to encrypt data. */
|
|
49
|
-
keyIdentifier?: string;
|
|
50
|
-
/** The client id of the identity which will be used to access key vault. */
|
|
51
|
-
identityClientId?: string;
|
|
52
|
-
}
|
|
53
|
-
/** A reference to a related private endpoint connection. */
|
|
54
|
-
export interface PrivateEndpointConnectionReference {
|
|
55
|
-
/**
|
|
56
|
-
* The resource ID.
|
|
57
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
-
*/
|
|
59
|
-
readonly id?: string;
|
|
60
|
-
/**
|
|
61
|
-
* The name of the resource.
|
|
62
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
-
*/
|
|
64
|
-
readonly name?: string;
|
|
65
|
-
/**
|
|
66
|
-
* The type of the resource.
|
|
67
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
68
|
-
*/
|
|
69
|
-
readonly type?: string;
|
|
70
|
-
/**
|
|
71
|
-
* The provisioning status of the private endpoint connection.
|
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
-
*/
|
|
74
|
-
readonly provisioningState?: ProvisioningState;
|
|
75
|
-
/** The resource of private endpoint. */
|
|
76
|
-
privateEndpoint?: PrivateEndpoint;
|
|
77
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
78
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
79
|
-
}
|
|
80
|
-
/** Private endpoint which a connection belongs to. */
|
|
81
|
-
export interface PrivateEndpoint {
|
|
82
|
-
/** The resource Id for private endpoint */
|
|
83
|
-
id?: string;
|
|
84
|
-
}
|
|
85
|
-
/** The state of a private link service connection. */
|
|
86
|
-
export interface PrivateLinkServiceConnectionState {
|
|
87
|
-
/** The private link service connection status. */
|
|
88
|
-
status?: ConnectionStatus;
|
|
89
|
-
/** The private link service connection description. */
|
|
90
|
-
description?: string;
|
|
91
|
-
/**
|
|
92
|
-
* Any action that is required beyond basic workflow (approve/ reject/ disconnect)
|
|
93
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
94
|
-
*/
|
|
95
|
-
readonly actionsRequired?: ActionsRequired;
|
|
96
|
-
}
|
|
97
|
-
/** The data plane proxy settings for a configuration store. */
|
|
98
|
-
export interface DataPlaneProxyProperties {
|
|
99
|
-
/** The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. */
|
|
100
|
-
authenticationMode?: AuthenticationMode;
|
|
101
|
-
/** The data plane proxy private link delegation. This property manages if a request from delegated Azure Resource Manager (ARM) private link is allowed when the data plane resource requires private link. */
|
|
102
|
-
privateLinkDelegation?: PrivateLinkDelegation;
|
|
103
|
-
}
|
|
104
|
-
/** Describes a configuration store SKU. */
|
|
105
|
-
export interface Sku {
|
|
106
|
-
/** The SKU name of the configuration store. */
|
|
107
|
-
name: string;
|
|
108
|
-
}
|
|
109
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
110
|
-
export interface SystemData {
|
|
111
|
-
/** The identity that created the resource. */
|
|
112
|
-
createdBy?: string;
|
|
113
|
-
/** The type of identity that created the resource. */
|
|
114
|
-
createdByType?: CreatedByType;
|
|
115
|
-
/** The timestamp of resource creation (UTC). */
|
|
116
|
-
createdAt?: Date;
|
|
117
|
-
/** The identity that last modified the resource. */
|
|
118
|
-
lastModifiedBy?: string;
|
|
119
|
-
/** The type of identity that last modified the resource. */
|
|
120
|
-
lastModifiedByType?: CreatedByType;
|
|
121
|
-
/** The timestamp of resource last modification (UTC) */
|
|
122
|
-
lastModifiedAt?: Date;
|
|
123
|
-
}
|
|
124
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
125
|
-
export interface Resource {
|
|
126
|
-
/**
|
|
127
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
128
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
|
-
*/
|
|
130
|
-
readonly id?: string;
|
|
131
|
-
/**
|
|
132
|
-
* The name of the resource
|
|
133
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
134
|
-
*/
|
|
135
|
-
readonly name?: string;
|
|
136
|
-
/**
|
|
137
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
138
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
|
-
*/
|
|
140
|
-
readonly type?: string;
|
|
141
|
-
}
|
|
142
|
-
/** Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message. */
|
|
143
|
-
export interface ErrorResponse {
|
|
144
|
-
/** The details of the error. */
|
|
145
|
-
error?: ErrorDetails;
|
|
146
|
-
}
|
|
147
|
-
/** The details of the error. */
|
|
148
|
-
export interface ErrorDetails {
|
|
149
|
-
/**
|
|
150
|
-
* Error code.
|
|
151
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
-
*/
|
|
153
|
-
readonly code?: string;
|
|
154
|
-
/**
|
|
155
|
-
* Error message indicating why the operation failed.
|
|
156
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
157
|
-
*/
|
|
158
|
-
readonly message?: string;
|
|
159
|
-
/**
|
|
160
|
-
* The error additional info.
|
|
161
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
162
|
-
*/
|
|
163
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
164
|
-
}
|
|
165
|
-
/** The resource management error additional info. */
|
|
166
|
-
export interface ErrorAdditionalInfo {
|
|
167
|
-
/**
|
|
168
|
-
* The additional info type.
|
|
169
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
170
|
-
*/
|
|
171
|
-
readonly type?: string;
|
|
172
|
-
/**
|
|
173
|
-
* The additional info.
|
|
174
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
175
|
-
*/
|
|
176
|
-
readonly info?: Record<string, unknown>;
|
|
177
|
-
}
|
|
178
|
-
/** The parameters for updating a configuration store. */
|
|
179
|
-
export interface ConfigurationStoreUpdateParameters {
|
|
180
|
-
/** The managed identity information for the configuration store. */
|
|
181
|
-
identity?: ResourceIdentity;
|
|
182
|
-
/** The SKU of the configuration store. */
|
|
183
|
-
sku?: Sku;
|
|
184
|
-
/** The ARM resource tags. */
|
|
185
|
-
tags?: {
|
|
186
|
-
[propertyName: string]: string;
|
|
187
|
-
};
|
|
188
|
-
/** The encryption settings of the configuration store. */
|
|
189
|
-
encryption?: EncryptionProperties;
|
|
190
|
-
/** Disables all authentication methods other than AAD authentication. */
|
|
191
|
-
disableLocalAuth?: boolean;
|
|
192
|
-
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
193
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
194
|
-
/** Property specifying whether protection against purge is enabled for this configuration store. */
|
|
195
|
-
enablePurgeProtection?: boolean;
|
|
196
|
-
/** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */
|
|
197
|
-
dataPlaneProxy?: DataPlaneProxyProperties;
|
|
198
|
-
/** 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. */
|
|
199
|
-
defaultKeyValueRevisionRetentionPeriodInSeconds?: number;
|
|
200
|
-
}
|
|
201
|
-
/** Parameters used for checking whether a resource name is available. */
|
|
202
|
-
export interface CheckNameAvailabilityParameters {
|
|
203
|
-
/** The name to check for availability. */
|
|
204
|
-
name: string;
|
|
205
|
-
/** The resource type to check for name availability. */
|
|
206
|
-
type: ConfigurationResourceType;
|
|
207
|
-
}
|
|
208
|
-
/** The result of a request to check the availability of a resource name. */
|
|
209
|
-
export interface NameAvailabilityStatus {
|
|
210
|
-
/**
|
|
211
|
-
* The value indicating whether the resource name is available.
|
|
212
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
213
|
-
*/
|
|
214
|
-
readonly nameAvailable?: boolean;
|
|
215
|
-
/**
|
|
216
|
-
* If any, the error message that provides more detail for the reason that the name is not available.
|
|
217
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
218
|
-
*/
|
|
219
|
-
readonly message?: string;
|
|
220
|
-
/**
|
|
221
|
-
* If any, the reason that the name is not available.
|
|
222
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
|
-
*/
|
|
224
|
-
readonly reason?: string;
|
|
225
|
-
}
|
|
226
|
-
/** The result of a request to list API keys. */
|
|
227
|
-
export interface ApiKeyListResult {
|
|
228
|
-
/** The collection value. */
|
|
229
|
-
value?: ApiKey[];
|
|
230
|
-
/** The URI that can be used to request the next set of paged results. */
|
|
231
|
-
nextLink?: string;
|
|
232
|
-
}
|
|
233
|
-
/** An API key used for authenticating with a configuration store endpoint. */
|
|
234
|
-
export interface ApiKey {
|
|
235
|
-
/**
|
|
236
|
-
* The key ID.
|
|
237
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
238
|
-
*/
|
|
239
|
-
readonly id?: string;
|
|
240
|
-
/**
|
|
241
|
-
* A name for the key describing its usage.
|
|
242
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
243
|
-
*/
|
|
244
|
-
readonly name?: string;
|
|
245
|
-
/**
|
|
246
|
-
* The value of the key that is used for authentication purposes.
|
|
247
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
248
|
-
*/
|
|
249
|
-
readonly value?: string;
|
|
250
|
-
/**
|
|
251
|
-
* A connection string that can be used by supporting clients for authentication.
|
|
252
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
-
*/
|
|
254
|
-
readonly connectionString?: string;
|
|
255
|
-
/**
|
|
256
|
-
* The last time any of the key's properties were modified.
|
|
257
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
258
|
-
*/
|
|
259
|
-
readonly lastModified?: Date;
|
|
260
|
-
/**
|
|
261
|
-
* Whether this key can only be used for read operations.
|
|
262
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
263
|
-
*/
|
|
264
|
-
readonly readOnly?: boolean;
|
|
265
|
-
}
|
|
266
|
-
/** The parameters used to regenerate an API key. */
|
|
267
|
-
export interface RegenerateKeyParameters {
|
|
268
|
-
/** The id of the key to regenerate. */
|
|
269
|
-
id?: string;
|
|
270
|
-
}
|
|
271
|
-
/** The result of a request to list configuration store operations. */
|
|
272
|
-
export interface OperationDefinitionListResult {
|
|
273
|
-
/** The collection value. */
|
|
274
|
-
value?: OperationDefinition[];
|
|
275
|
-
/** The URI that can be used to request the next set of paged results. */
|
|
276
|
-
nextLink?: string;
|
|
277
|
-
}
|
|
278
|
-
/** The definition of a configuration store operation. */
|
|
279
|
-
export interface OperationDefinition {
|
|
280
|
-
/** Operation name: {provider}/{resource}/{operation}. */
|
|
281
|
-
name?: string;
|
|
282
|
-
/** Indicates whether the operation is a data action */
|
|
283
|
-
isDataAction?: boolean;
|
|
284
|
-
/** The display information for the configuration store operation. */
|
|
285
|
-
display?: OperationDefinitionDisplay;
|
|
286
|
-
/** Origin of the operation */
|
|
287
|
-
origin?: string;
|
|
288
|
-
/** Properties of the operation */
|
|
289
|
-
properties?: OperationProperties;
|
|
290
|
-
}
|
|
291
|
-
/** The display information for a configuration store operation. */
|
|
292
|
-
export interface OperationDefinitionDisplay {
|
|
293
|
-
/**
|
|
294
|
-
* The resource provider name: Microsoft App Configuration."
|
|
295
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
296
|
-
*/
|
|
297
|
-
readonly provider?: string;
|
|
298
|
-
/** The resource on which the operation is performed. */
|
|
299
|
-
resource?: string;
|
|
300
|
-
/** The operation that users can perform. */
|
|
301
|
-
operation?: string;
|
|
302
|
-
/** The description for the operation. */
|
|
303
|
-
description?: string;
|
|
304
|
-
}
|
|
305
|
-
/** Extra Operation properties */
|
|
306
|
-
export interface OperationProperties {
|
|
307
|
-
/** Service specifications of the operation */
|
|
308
|
-
serviceSpecification?: ServiceSpecification;
|
|
309
|
-
}
|
|
310
|
-
/** Service specification payload */
|
|
311
|
-
export interface ServiceSpecification {
|
|
312
|
-
/** Specifications of the Log for Azure Monitoring */
|
|
313
|
-
logSpecifications?: LogSpecification[];
|
|
314
|
-
/** Specifications of the Metrics for Azure Monitoring */
|
|
315
|
-
metricSpecifications?: MetricSpecification[];
|
|
316
|
-
}
|
|
317
|
-
/** Specifications of the Log for Azure Monitoring */
|
|
318
|
-
export interface LogSpecification {
|
|
319
|
-
/** Name of the log */
|
|
320
|
-
name?: string;
|
|
321
|
-
/** Localized friendly display name of the log */
|
|
322
|
-
displayName?: string;
|
|
323
|
-
/** Blob duration of the log */
|
|
324
|
-
blobDuration?: string;
|
|
325
|
-
}
|
|
326
|
-
/** Specifications of the Metrics for Azure Monitoring */
|
|
327
|
-
export interface MetricSpecification {
|
|
328
|
-
/** Name of the metric */
|
|
329
|
-
name?: string;
|
|
330
|
-
/** Localized friendly display name of the metric */
|
|
331
|
-
displayName?: string;
|
|
332
|
-
/** Localized friendly description of the metric */
|
|
333
|
-
displayDescription?: string;
|
|
334
|
-
/** Unit that makes sense for the metric */
|
|
335
|
-
unit?: string;
|
|
336
|
-
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
337
|
-
aggregationType?: string;
|
|
338
|
-
/** Internal metric name. */
|
|
339
|
-
internalMetricName?: string;
|
|
340
|
-
/** Dimensions of the metric */
|
|
341
|
-
dimensions?: MetricDimension[];
|
|
342
|
-
/** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
|
|
343
|
-
fillGapWithZero?: boolean;
|
|
344
|
-
}
|
|
345
|
-
/** Specifications of the Dimension of metrics */
|
|
346
|
-
export interface MetricDimension {
|
|
347
|
-
/** Name of the dimension */
|
|
348
|
-
name?: string;
|
|
349
|
-
/** Localized friendly display name of the dimension */
|
|
350
|
-
displayName?: string;
|
|
351
|
-
/** Internal name of the dimension. */
|
|
352
|
-
internalName?: string;
|
|
353
|
-
}
|
|
354
|
-
/** A list of private endpoint connections */
|
|
355
|
-
export interface PrivateEndpointConnectionListResult {
|
|
356
|
-
/** The collection value. */
|
|
357
|
-
value?: PrivateEndpointConnection[];
|
|
358
|
-
/** The URI that can be used to request the next set of paged results. */
|
|
359
|
-
nextLink?: string;
|
|
360
|
-
}
|
|
361
|
-
/** A private endpoint connection */
|
|
362
|
-
export interface PrivateEndpointConnection {
|
|
363
|
-
/**
|
|
364
|
-
* The resource ID.
|
|
365
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
366
|
-
*/
|
|
367
|
-
readonly id?: string;
|
|
368
|
-
/**
|
|
369
|
-
* The name of the resource.
|
|
370
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
371
|
-
*/
|
|
372
|
-
readonly name?: string;
|
|
373
|
-
/**
|
|
374
|
-
* The type of the resource.
|
|
375
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
376
|
-
*/
|
|
377
|
-
readonly type?: string;
|
|
378
|
-
/**
|
|
379
|
-
* The provisioning status of the private endpoint connection.
|
|
380
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
381
|
-
*/
|
|
382
|
-
readonly provisioningState?: ProvisioningState;
|
|
383
|
-
/** The resource of private endpoint. */
|
|
384
|
-
privateEndpoint?: PrivateEndpoint;
|
|
385
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
386
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
387
|
-
}
|
|
388
|
-
/** A list of private link resources. */
|
|
389
|
-
export interface PrivateLinkResourceListResult {
|
|
390
|
-
/** The collection value. */
|
|
391
|
-
value?: PrivateLinkResource[];
|
|
392
|
-
/** The URI that can be used to request the next set of paged results. */
|
|
393
|
-
nextLink?: string;
|
|
394
|
-
}
|
|
395
|
-
/** A resource that supports private link capabilities. */
|
|
396
|
-
export interface PrivateLinkResource {
|
|
397
|
-
/**
|
|
398
|
-
* The resource ID.
|
|
399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
400
|
-
*/
|
|
401
|
-
readonly id?: string;
|
|
402
|
-
/**
|
|
403
|
-
* The name of the resource.
|
|
404
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
405
|
-
*/
|
|
406
|
-
readonly name?: string;
|
|
407
|
-
/**
|
|
408
|
-
* The type of the resource.
|
|
409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
410
|
-
*/
|
|
411
|
-
readonly type?: string;
|
|
412
|
-
/**
|
|
413
|
-
* The private link resource group id.
|
|
414
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
415
|
-
*/
|
|
416
|
-
readonly groupId?: string;
|
|
417
|
-
/**
|
|
418
|
-
* The private link resource required member names.
|
|
419
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
420
|
-
*/
|
|
421
|
-
readonly requiredMembers?: string[];
|
|
422
|
-
/**
|
|
423
|
-
* The list of required DNS zone names of the private link resource.
|
|
424
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
425
|
-
*/
|
|
426
|
-
readonly requiredZoneNames?: string[];
|
|
427
|
-
}
|
|
428
|
-
/** The key-value resource along with all resource properties. */
|
|
429
|
-
export interface KeyValue {
|
|
430
|
-
/**
|
|
431
|
-
* The resource ID.
|
|
432
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
433
|
-
*/
|
|
434
|
-
readonly id?: string;
|
|
435
|
-
/**
|
|
436
|
-
* The name of the resource.
|
|
437
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
438
|
-
*/
|
|
439
|
-
readonly name?: string;
|
|
440
|
-
/**
|
|
441
|
-
* The type of the resource.
|
|
442
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
443
|
-
*/
|
|
444
|
-
readonly type?: string;
|
|
445
|
-
/**
|
|
446
|
-
* The primary identifier of a key-value.
|
|
447
|
-
* The key is used in unison with the label to uniquely identify a key-value.
|
|
448
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
449
|
-
*/
|
|
450
|
-
readonly key?: string;
|
|
451
|
-
/**
|
|
452
|
-
* A value used to group key-values.
|
|
453
|
-
* The label is used in unison with the key to uniquely identify a key-value.
|
|
454
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
455
|
-
*/
|
|
456
|
-
readonly label?: string;
|
|
457
|
-
/** The value of the key-value. */
|
|
458
|
-
value?: string;
|
|
459
|
-
/**
|
|
460
|
-
* The content type of the key-value's value.
|
|
461
|
-
* Providing a proper content-type can enable transformations of values when they are retrieved by applications.
|
|
462
|
-
*/
|
|
463
|
-
contentType?: string;
|
|
464
|
-
/**
|
|
465
|
-
* An ETag indicating the state of a key-value within a configuration store.
|
|
466
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
467
|
-
*/
|
|
468
|
-
readonly eTag?: string;
|
|
469
|
-
/**
|
|
470
|
-
* The last time a modifying operation was performed on the given key-value.
|
|
471
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
-
*/
|
|
473
|
-
readonly lastModified?: Date;
|
|
474
|
-
/**
|
|
475
|
-
* A value indicating whether the key-value is locked.
|
|
476
|
-
* A locked key-value may not be modified until it is unlocked.
|
|
477
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
478
|
-
*/
|
|
479
|
-
readonly locked?: boolean;
|
|
480
|
-
/** A dictionary of tags that can help identify what a key-value may be applicable for. */
|
|
481
|
-
tags?: {
|
|
482
|
-
[propertyName: string]: string;
|
|
483
|
-
};
|
|
484
|
-
}
|
|
485
|
-
/** List of deleted configuration stores */
|
|
486
|
-
export interface DeletedConfigurationStoreListResult {
|
|
487
|
-
/** The list of deleted configuration store. */
|
|
488
|
-
value?: DeletedConfigurationStore[];
|
|
489
|
-
/** The URL to get the next set of deleted configuration stores. */
|
|
490
|
-
nextLink?: string;
|
|
491
|
-
}
|
|
492
|
-
/** Deleted configuration store information with extended details. */
|
|
493
|
-
export interface DeletedConfigurationStore {
|
|
494
|
-
/**
|
|
495
|
-
* The resource ID for the deleted configuration store.
|
|
496
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
497
|
-
*/
|
|
498
|
-
readonly id?: string;
|
|
499
|
-
/**
|
|
500
|
-
* The name of the configuration store.
|
|
501
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
502
|
-
*/
|
|
503
|
-
readonly name?: string;
|
|
504
|
-
/**
|
|
505
|
-
* The resource type of the configuration store.
|
|
506
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
507
|
-
*/
|
|
508
|
-
readonly type?: string;
|
|
509
|
-
/**
|
|
510
|
-
* The resource id of the original configuration store.
|
|
511
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
|
-
*/
|
|
513
|
-
readonly configurationStoreId?: string;
|
|
514
|
-
/**
|
|
515
|
-
* The location of the original configuration store.
|
|
516
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
517
|
-
*/
|
|
518
|
-
readonly location?: string;
|
|
519
|
-
/**
|
|
520
|
-
* The deleted date.
|
|
521
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
522
|
-
*/
|
|
523
|
-
readonly deletionDate?: Date;
|
|
524
|
-
/**
|
|
525
|
-
* The scheduled purged date.
|
|
526
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
527
|
-
*/
|
|
528
|
-
readonly scheduledPurgeDate?: Date;
|
|
529
|
-
/**
|
|
530
|
-
* Tags of the original configuration store.
|
|
531
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
532
|
-
*/
|
|
533
|
-
readonly tags?: {
|
|
534
|
-
[propertyName: string]: string;
|
|
535
|
-
};
|
|
536
|
-
/**
|
|
537
|
-
* Purge protection status of the original configuration store.
|
|
538
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
539
|
-
*/
|
|
540
|
-
readonly purgeProtectionEnabled?: boolean;
|
|
541
|
-
}
|
|
542
|
-
/** The result of a request to list replicas. */
|
|
543
|
-
export interface ReplicaListResult {
|
|
544
|
-
/** The collection value. */
|
|
545
|
-
value?: Replica[];
|
|
546
|
-
/** The URI that can be used to request the next set of paged results. */
|
|
547
|
-
nextLink?: string;
|
|
548
|
-
}
|
|
549
|
-
/** The replica resource. */
|
|
550
|
-
export interface Replica {
|
|
551
|
-
/**
|
|
552
|
-
* The resource ID.
|
|
553
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
554
|
-
*/
|
|
555
|
-
readonly id?: string;
|
|
556
|
-
/**
|
|
557
|
-
* The name of the replica.
|
|
558
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
559
|
-
*/
|
|
560
|
-
readonly name?: string;
|
|
561
|
-
/**
|
|
562
|
-
* The type of the resource.
|
|
563
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
564
|
-
*/
|
|
565
|
-
readonly type?: string;
|
|
566
|
-
/** The location of the replica. */
|
|
567
|
-
location?: string;
|
|
568
|
-
/**
|
|
569
|
-
* Resource system metadata.
|
|
570
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
571
|
-
*/
|
|
572
|
-
readonly systemData?: SystemData;
|
|
573
|
-
/**
|
|
574
|
-
* The URI of the replica where the replica API will be available.
|
|
575
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
576
|
-
*/
|
|
577
|
-
readonly endpoint?: string;
|
|
578
|
-
/**
|
|
579
|
-
* The provisioning state of the replica.
|
|
580
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
581
|
-
*/
|
|
582
|
-
readonly provisioningState?: ReplicaProvisioningState;
|
|
583
|
-
}
|
|
584
|
-
/** The snapshot resource. */
|
|
585
|
-
export interface Snapshot {
|
|
586
|
-
/**
|
|
587
|
-
* The resource ID.
|
|
588
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
589
|
-
*/
|
|
590
|
-
readonly id?: string;
|
|
591
|
-
/**
|
|
592
|
-
* The name of the snapshot.
|
|
593
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
594
|
-
*/
|
|
595
|
-
readonly name?: string;
|
|
596
|
-
/**
|
|
597
|
-
* The type of the resource.
|
|
598
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
599
|
-
*/
|
|
600
|
-
readonly type?: string;
|
|
601
|
-
/**
|
|
602
|
-
* The provisioning state of the snapshot.
|
|
603
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
604
|
-
*/
|
|
605
|
-
readonly provisioningState?: ProvisioningState;
|
|
606
|
-
/**
|
|
607
|
-
* The current status of the snapshot.
|
|
608
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
609
|
-
*/
|
|
610
|
-
readonly status?: SnapshotStatus;
|
|
611
|
-
/** A list of filters used to filter the key-values included in the snapshot. */
|
|
612
|
-
filters?: KeyValueFilter[];
|
|
613
|
-
/** 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. */
|
|
614
|
-
compositionType?: CompositionType;
|
|
615
|
-
/**
|
|
616
|
-
* The time that the snapshot was created.
|
|
617
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
618
|
-
*/
|
|
619
|
-
readonly created?: Date;
|
|
620
|
-
/**
|
|
621
|
-
* The time that the snapshot will expire.
|
|
622
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
623
|
-
*/
|
|
624
|
-
readonly expires?: Date;
|
|
625
|
-
/** 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. */
|
|
626
|
-
retentionPeriod?: number;
|
|
627
|
-
/**
|
|
628
|
-
* The size in bytes of the snapshot.
|
|
629
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
630
|
-
*/
|
|
631
|
-
readonly size?: number;
|
|
632
|
-
/**
|
|
633
|
-
* The amount of key-values in the snapshot.
|
|
634
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
635
|
-
*/
|
|
636
|
-
readonly itemsCount?: number;
|
|
637
|
-
/** The tags of the snapshot. NOTE: These are data plane tags, not Azure Resource Manager (ARM) tags. */
|
|
638
|
-
tags?: {
|
|
639
|
-
[propertyName: string]: string;
|
|
640
|
-
};
|
|
641
|
-
/**
|
|
642
|
-
* A value representing the current state of the snapshot.
|
|
643
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
644
|
-
*/
|
|
645
|
-
readonly etag?: string;
|
|
646
|
-
}
|
|
647
|
-
/** Enables filtering of key-values. */
|
|
648
|
-
export interface KeyValueFilter {
|
|
649
|
-
/** Filters key-values by their key field. */
|
|
650
|
-
key: string;
|
|
651
|
-
/** Filters key-values by their label field. */
|
|
652
|
-
label?: string;
|
|
653
|
-
}
|
|
654
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
655
|
-
export interface ErrorResponseAutoGenerated {
|
|
656
|
-
/** The error object. */
|
|
657
|
-
error?: ErrorDetail;
|
|
658
|
-
}
|
|
659
|
-
/** The error detail. */
|
|
660
|
-
export interface ErrorDetail {
|
|
661
|
-
/**
|
|
662
|
-
* The error code.
|
|
663
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
664
|
-
*/
|
|
665
|
-
readonly code?: string;
|
|
666
|
-
/**
|
|
667
|
-
* The error message.
|
|
668
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
669
|
-
*/
|
|
670
|
-
readonly message?: string;
|
|
671
|
-
/**
|
|
672
|
-
* The error target.
|
|
673
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
674
|
-
*/
|
|
675
|
-
readonly target?: string;
|
|
676
|
-
/**
|
|
677
|
-
* The error details.
|
|
678
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
679
|
-
*/
|
|
680
|
-
readonly details?: ErrorDetail[];
|
|
681
|
-
/**
|
|
682
|
-
* The error additional info.
|
|
683
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
684
|
-
*/
|
|
685
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
686
|
-
}
|
|
687
|
-
/** The result of a request to list key-values. */
|
|
688
|
-
export interface KeyValueListResult {
|
|
689
|
-
/** The collection value. */
|
|
690
|
-
value?: KeyValue[];
|
|
691
|
-
/** The URI that can be used to request the next set of paged results. */
|
|
692
|
-
nextLink?: string;
|
|
693
|
-
}
|
|
694
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
695
|
-
export interface TrackedResource extends Resource {
|
|
696
|
-
/** Resource tags. */
|
|
697
|
-
tags?: {
|
|
698
|
-
[propertyName: string]: string;
|
|
699
|
-
};
|
|
700
|
-
/** The geo-location where the resource lives */
|
|
701
|
-
location: string;
|
|
702
|
-
}
|
|
703
|
-
/** The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. */
|
|
704
|
-
export interface ConfigurationStore extends TrackedResource {
|
|
705
|
-
/** The managed identity information, if configured. */
|
|
706
|
-
identity?: ResourceIdentity;
|
|
707
|
-
/** The sku of the configuration store. */
|
|
708
|
-
sku: Sku;
|
|
709
|
-
/**
|
|
710
|
-
* Resource system metadata.
|
|
711
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
712
|
-
*/
|
|
713
|
-
readonly systemData?: SystemData;
|
|
714
|
-
/**
|
|
715
|
-
* The provisioning state of the configuration store.
|
|
716
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
717
|
-
*/
|
|
718
|
-
readonly provisioningState?: ProvisioningState;
|
|
719
|
-
/**
|
|
720
|
-
* The creation date of configuration store.
|
|
721
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
722
|
-
*/
|
|
723
|
-
readonly creationDate?: Date;
|
|
724
|
-
/**
|
|
725
|
-
* The DNS endpoint where the configuration store API will be available.
|
|
726
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
727
|
-
*/
|
|
728
|
-
readonly endpoint?: string;
|
|
729
|
-
/** The encryption settings of the configuration store. */
|
|
730
|
-
encryption?: EncryptionProperties;
|
|
731
|
-
/**
|
|
732
|
-
* The list of private endpoint connections that are set up for this resource.
|
|
733
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
734
|
-
*/
|
|
735
|
-
readonly privateEndpointConnections?: PrivateEndpointConnectionReference[];
|
|
736
|
-
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
|
737
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
738
|
-
/** Disables all authentication methods other than AAD authentication. */
|
|
739
|
-
disableLocalAuth?: boolean;
|
|
740
|
-
/** The amount of time in days that the configuration store will be retained when it is soft deleted. */
|
|
741
|
-
softDeleteRetentionInDays?: number;
|
|
742
|
-
/** 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. */
|
|
743
|
-
defaultKeyValueRevisionRetentionPeriodInSeconds?: number;
|
|
744
|
-
/** Property specifying whether protection against purge is enabled for this configuration store. */
|
|
745
|
-
enablePurgeProtection?: boolean;
|
|
746
|
-
/** Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). */
|
|
747
|
-
dataPlaneProxy?: DataPlaneProxyProperties;
|
|
748
|
-
/** Indicates whether the configuration store need to be recovered. */
|
|
749
|
-
createMode?: CreateMode;
|
|
750
|
-
}
|
|
751
|
-
/** Defines headers for ConfigurationStores_delete operation. */
|
|
752
|
-
export interface ConfigurationStoresDeleteHeaders {
|
|
753
|
-
/** URL to query for status of the operation. */
|
|
754
|
-
azureAsyncOperation?: string;
|
|
755
|
-
/** URL to query for the operation result */
|
|
756
|
-
location?: string;
|
|
757
|
-
/** Indicates how long the client should wait before polling the URL in the Location or Azure-AsyncOperation header. */
|
|
758
|
-
retryAfter?: number;
|
|
759
|
-
}
|
|
760
|
-
/** Defines headers for Replicas_delete operation. */
|
|
761
|
-
export interface ReplicasDeleteHeaders {
|
|
762
|
-
/** URL to query for status of the operation. */
|
|
763
|
-
azureAsyncOperation?: string;
|
|
764
|
-
}
|
|
765
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
766
|
-
export declare enum KnownIdentityType {
|
|
767
|
-
/** None */
|
|
768
|
-
None = "None",
|
|
769
|
-
/** SystemAssigned */
|
|
770
|
-
SystemAssigned = "SystemAssigned",
|
|
771
|
-
/** UserAssigned */
|
|
772
|
-
UserAssigned = "UserAssigned",
|
|
773
|
-
/** SystemAssignedUserAssigned */
|
|
774
|
-
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
775
|
-
}
|
|
776
|
-
/**
|
|
777
|
-
* Defines values for IdentityType. \
|
|
778
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
779
|
-
* this enum contains the known values that the service supports.
|
|
780
|
-
* ### Known values supported by the service
|
|
781
|
-
* **None** \
|
|
782
|
-
* **SystemAssigned** \
|
|
783
|
-
* **UserAssigned** \
|
|
784
|
-
* **SystemAssigned, UserAssigned**
|
|
785
|
-
*/
|
|
786
|
-
export type IdentityType = string;
|
|
787
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
788
|
-
export declare enum KnownProvisioningState {
|
|
789
|
-
/** Creating */
|
|
790
|
-
Creating = "Creating",
|
|
791
|
-
/** Updating */
|
|
792
|
-
Updating = "Updating",
|
|
793
|
-
/** Deleting */
|
|
794
|
-
Deleting = "Deleting",
|
|
795
|
-
/** Succeeded */
|
|
796
|
-
Succeeded = "Succeeded",
|
|
797
|
-
/** Failed */
|
|
798
|
-
Failed = "Failed",
|
|
799
|
-
/** Canceled */
|
|
800
|
-
Canceled = "Canceled"
|
|
801
|
-
}
|
|
802
|
-
/**
|
|
803
|
-
* Defines values for ProvisioningState. \
|
|
804
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
805
|
-
* this enum contains the known values that the service supports.
|
|
806
|
-
* ### Known values supported by the service
|
|
807
|
-
* **Creating** \
|
|
808
|
-
* **Updating** \
|
|
809
|
-
* **Deleting** \
|
|
810
|
-
* **Succeeded** \
|
|
811
|
-
* **Failed** \
|
|
812
|
-
* **Canceled**
|
|
813
|
-
*/
|
|
814
|
-
export type ProvisioningState = string;
|
|
815
|
-
/** Known values of {@link ConnectionStatus} that the service accepts. */
|
|
816
|
-
export declare enum KnownConnectionStatus {
|
|
817
|
-
/** Pending */
|
|
818
|
-
Pending = "Pending",
|
|
819
|
-
/** Approved */
|
|
820
|
-
Approved = "Approved",
|
|
821
|
-
/** Rejected */
|
|
822
|
-
Rejected = "Rejected",
|
|
823
|
-
/** Disconnected */
|
|
824
|
-
Disconnected = "Disconnected"
|
|
825
|
-
}
|
|
826
|
-
/**
|
|
827
|
-
* Defines values for ConnectionStatus. \
|
|
828
|
-
* {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
|
|
829
|
-
* this enum contains the known values that the service supports.
|
|
830
|
-
* ### Known values supported by the service
|
|
831
|
-
* **Pending** \
|
|
832
|
-
* **Approved** \
|
|
833
|
-
* **Rejected** \
|
|
834
|
-
* **Disconnected**
|
|
835
|
-
*/
|
|
836
|
-
export type ConnectionStatus = string;
|
|
837
|
-
/** Known values of {@link ActionsRequired} that the service accepts. */
|
|
838
|
-
export declare enum KnownActionsRequired {
|
|
839
|
-
/** None */
|
|
840
|
-
None = "None",
|
|
841
|
-
/** Recreate */
|
|
842
|
-
Recreate = "Recreate"
|
|
843
|
-
}
|
|
844
|
-
/**
|
|
845
|
-
* Defines values for ActionsRequired. \
|
|
846
|
-
* {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
|
|
847
|
-
* this enum contains the known values that the service supports.
|
|
848
|
-
* ### Known values supported by the service
|
|
849
|
-
* **None** \
|
|
850
|
-
* **Recreate**
|
|
851
|
-
*/
|
|
852
|
-
export type ActionsRequired = string;
|
|
853
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
854
|
-
export declare enum KnownPublicNetworkAccess {
|
|
855
|
-
/** Enabled */
|
|
856
|
-
Enabled = "Enabled",
|
|
857
|
-
/** Disabled */
|
|
858
|
-
Disabled = "Disabled"
|
|
859
|
-
}
|
|
860
|
-
/**
|
|
861
|
-
* Defines values for PublicNetworkAccess. \
|
|
862
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
863
|
-
* this enum contains the known values that the service supports.
|
|
864
|
-
* ### Known values supported by the service
|
|
865
|
-
* **Enabled** \
|
|
866
|
-
* **Disabled**
|
|
867
|
-
*/
|
|
868
|
-
export type PublicNetworkAccess = string;
|
|
869
|
-
/** Known values of {@link AuthenticationMode} that the service accepts. */
|
|
870
|
-
export declare enum KnownAuthenticationMode {
|
|
871
|
-
/** The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. */
|
|
872
|
-
Local = "Local",
|
|
873
|
-
/** The pass-through authentication mode. User identity will be passed through from Azure Resource Manager (ARM), requiring user to have data plane action permissions (Available via App Configuration Data Owner\/ App Configuration Data Reader). */
|
|
874
|
-
PassThrough = "Pass-through"
|
|
875
|
-
}
|
|
876
|
-
/**
|
|
877
|
-
* Defines values for AuthenticationMode. \
|
|
878
|
-
* {@link KnownAuthenticationMode} can be used interchangeably with AuthenticationMode,
|
|
879
|
-
* this enum contains the known values that the service supports.
|
|
880
|
-
* ### Known values supported by the service
|
|
881
|
-
* **Local**: The local authentication mode. Users are not required to have data plane permissions if local authentication is not disabled. \
|
|
882
|
-
* **Pass-through**: The pass-through authentication mode. User identity will be passed through from Azure Resource Manager (ARM), requiring user to have data plane action permissions (Available via App Configuration Data Owner\/ App Configuration Data Reader).
|
|
883
|
-
*/
|
|
884
|
-
export type AuthenticationMode = string;
|
|
885
|
-
/** Known values of {@link PrivateLinkDelegation} that the service accepts. */
|
|
886
|
-
export declare enum KnownPrivateLinkDelegation {
|
|
887
|
-
/** Azure Resource Manager (ARM) private endpoint is required if the resource requires private link. */
|
|
888
|
-
Enabled = "Enabled",
|
|
889
|
-
/** Request is denied if the resource requires private link. */
|
|
890
|
-
Disabled = "Disabled"
|
|
891
|
-
}
|
|
892
|
-
/**
|
|
893
|
-
* Defines values for PrivateLinkDelegation. \
|
|
894
|
-
* {@link KnownPrivateLinkDelegation} can be used interchangeably with PrivateLinkDelegation,
|
|
895
|
-
* this enum contains the known values that the service supports.
|
|
896
|
-
* ### Known values supported by the service
|
|
897
|
-
* **Enabled**: Azure Resource Manager (ARM) private endpoint is required if the resource requires private link. \
|
|
898
|
-
* **Disabled**: Request is denied if the resource requires private link.
|
|
899
|
-
*/
|
|
900
|
-
export type PrivateLinkDelegation = string;
|
|
901
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
902
|
-
export declare enum KnownCreatedByType {
|
|
903
|
-
/** User */
|
|
904
|
-
User = "User",
|
|
905
|
-
/** Application */
|
|
906
|
-
Application = "Application",
|
|
907
|
-
/** ManagedIdentity */
|
|
908
|
-
ManagedIdentity = "ManagedIdentity",
|
|
909
|
-
/** Key */
|
|
910
|
-
Key = "Key"
|
|
911
|
-
}
|
|
912
|
-
/**
|
|
913
|
-
* Defines values for CreatedByType. \
|
|
914
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
915
|
-
* this enum contains the known values that the service supports.
|
|
916
|
-
* ### Known values supported by the service
|
|
917
|
-
* **User** \
|
|
918
|
-
* **Application** \
|
|
919
|
-
* **ManagedIdentity** \
|
|
920
|
-
* **Key**
|
|
921
|
-
*/
|
|
922
|
-
export type CreatedByType = string;
|
|
923
|
-
/** Known values of {@link ConfigurationResourceType} that the service accepts. */
|
|
924
|
-
export declare enum KnownConfigurationResourceType {
|
|
925
|
-
/** MicrosoftAppConfigurationConfigurationStores */
|
|
926
|
-
MicrosoftAppConfigurationConfigurationStores = "Microsoft.AppConfiguration/configurationStores"
|
|
927
|
-
}
|
|
928
|
-
/**
|
|
929
|
-
* Defines values for ConfigurationResourceType. \
|
|
930
|
-
* {@link KnownConfigurationResourceType} can be used interchangeably with ConfigurationResourceType,
|
|
931
|
-
* this enum contains the known values that the service supports.
|
|
932
|
-
* ### Known values supported by the service
|
|
933
|
-
* **Microsoft.AppConfiguration\/configurationStores**
|
|
934
|
-
*/
|
|
935
|
-
export type ConfigurationResourceType = string;
|
|
936
|
-
/** Known values of {@link ReplicaProvisioningState} that the service accepts. */
|
|
937
|
-
export declare enum KnownReplicaProvisioningState {
|
|
938
|
-
/** Creating */
|
|
939
|
-
Creating = "Creating",
|
|
940
|
-
/** Succeeded */
|
|
941
|
-
Succeeded = "Succeeded",
|
|
942
|
-
/** Deleting */
|
|
943
|
-
Deleting = "Deleting",
|
|
944
|
-
/** Failed */
|
|
945
|
-
Failed = "Failed",
|
|
946
|
-
/** Canceled */
|
|
947
|
-
Canceled = "Canceled"
|
|
948
|
-
}
|
|
949
|
-
/**
|
|
950
|
-
* Defines values for ReplicaProvisioningState. \
|
|
951
|
-
* {@link KnownReplicaProvisioningState} can be used interchangeably with ReplicaProvisioningState,
|
|
952
|
-
* this enum contains the known values that the service supports.
|
|
953
|
-
* ### Known values supported by the service
|
|
954
|
-
* **Creating** \
|
|
955
|
-
* **Succeeded** \
|
|
956
|
-
* **Deleting** \
|
|
957
|
-
* **Failed** \
|
|
958
|
-
* **Canceled**
|
|
959
|
-
*/
|
|
960
|
-
export type ReplicaProvisioningState = string;
|
|
961
|
-
/** Known values of {@link SnapshotStatus} that the service accepts. */
|
|
962
|
-
export declare enum KnownSnapshotStatus {
|
|
963
|
-
/** Provisioning */
|
|
964
|
-
Provisioning = "Provisioning",
|
|
965
|
-
/** Ready */
|
|
966
|
-
Ready = "Ready",
|
|
967
|
-
/** Archived */
|
|
968
|
-
Archived = "Archived",
|
|
969
|
-
/** Failed */
|
|
970
|
-
Failed = "Failed"
|
|
971
|
-
}
|
|
972
|
-
/**
|
|
973
|
-
* Defines values for SnapshotStatus. \
|
|
974
|
-
* {@link KnownSnapshotStatus} can be used interchangeably with SnapshotStatus,
|
|
975
|
-
* this enum contains the known values that the service supports.
|
|
976
|
-
* ### Known values supported by the service
|
|
977
|
-
* **Provisioning** \
|
|
978
|
-
* **Ready** \
|
|
979
|
-
* **Archived** \
|
|
980
|
-
* **Failed**
|
|
981
|
-
*/
|
|
982
|
-
export type SnapshotStatus = string;
|
|
983
|
-
/** Known values of {@link CompositionType} that the service accepts. */
|
|
984
|
-
export declare enum KnownCompositionType {
|
|
985
|
-
/** Key */
|
|
986
|
-
Key = "Key",
|
|
987
|
-
/** KeyLabel */
|
|
988
|
-
KeyLabel = "Key_Label"
|
|
989
|
-
}
|
|
990
|
-
/**
|
|
991
|
-
* Defines values for CompositionType. \
|
|
992
|
-
* {@link KnownCompositionType} can be used interchangeably with CompositionType,
|
|
993
|
-
* this enum contains the known values that the service supports.
|
|
994
|
-
* ### Known values supported by the service
|
|
995
|
-
* **Key** \
|
|
996
|
-
* **Key_Label**
|
|
997
|
-
*/
|
|
998
|
-
export type CompositionType = string;
|
|
999
|
-
/** Defines values for CreateMode. */
|
|
1000
|
-
export type CreateMode = "Recover" | "Default";
|
|
1001
|
-
/** Optional parameters. */
|
|
1002
|
-
export interface ConfigurationStoresListOptionalParams extends coreClient.OperationOptions {
|
|
1003
|
-
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
1004
|
-
skipToken?: string;
|
|
1005
|
-
}
|
|
1006
|
-
/** Contains response data for the list operation. */
|
|
1007
|
-
export type ConfigurationStoresListResponse = ConfigurationStoreListResult;
|
|
1008
|
-
/** Optional parameters. */
|
|
1009
|
-
export interface ConfigurationStoresListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1010
|
-
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
1011
|
-
skipToken?: string;
|
|
1012
|
-
}
|
|
1013
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1014
|
-
export type ConfigurationStoresListByResourceGroupResponse = ConfigurationStoreListResult;
|
|
1015
|
-
/** Optional parameters. */
|
|
1016
|
-
export interface ConfigurationStoresGetOptionalParams extends coreClient.OperationOptions {
|
|
1017
|
-
}
|
|
1018
|
-
/** Contains response data for the get operation. */
|
|
1019
|
-
export type ConfigurationStoresGetResponse = ConfigurationStore;
|
|
1020
|
-
/** Optional parameters. */
|
|
1021
|
-
export interface ConfigurationStoresCreateOptionalParams extends coreClient.OperationOptions {
|
|
1022
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1023
|
-
updateIntervalInMs?: number;
|
|
1024
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1025
|
-
resumeFrom?: string;
|
|
1026
|
-
}
|
|
1027
|
-
/** Contains response data for the create operation. */
|
|
1028
|
-
export type ConfigurationStoresCreateResponse = ConfigurationStore;
|
|
1029
|
-
/** Optional parameters. */
|
|
1030
|
-
export interface ConfigurationStoresDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1031
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1032
|
-
updateIntervalInMs?: number;
|
|
1033
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1034
|
-
resumeFrom?: string;
|
|
1035
|
-
}
|
|
1036
|
-
/** Optional parameters. */
|
|
1037
|
-
export interface ConfigurationStoresUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1038
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1039
|
-
updateIntervalInMs?: number;
|
|
1040
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1041
|
-
resumeFrom?: string;
|
|
1042
|
-
}
|
|
1043
|
-
/** Contains response data for the update operation. */
|
|
1044
|
-
export type ConfigurationStoresUpdateResponse = ConfigurationStore;
|
|
1045
|
-
/** Optional parameters. */
|
|
1046
|
-
export interface ConfigurationStoresListKeysOptionalParams extends coreClient.OperationOptions {
|
|
1047
|
-
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
1048
|
-
skipToken?: string;
|
|
1049
|
-
}
|
|
1050
|
-
/** Contains response data for the listKeys operation. */
|
|
1051
|
-
export type ConfigurationStoresListKeysResponse = ApiKeyListResult;
|
|
1052
|
-
/** Optional parameters. */
|
|
1053
|
-
export interface ConfigurationStoresRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1054
|
-
}
|
|
1055
|
-
/** Contains response data for the regenerateKey operation. */
|
|
1056
|
-
export type ConfigurationStoresRegenerateKeyResponse = ApiKey;
|
|
1057
|
-
/** Optional parameters. */
|
|
1058
|
-
export interface ConfigurationStoresListDeletedOptionalParams extends coreClient.OperationOptions {
|
|
1059
|
-
}
|
|
1060
|
-
/** Contains response data for the listDeleted operation. */
|
|
1061
|
-
export type ConfigurationStoresListDeletedResponse = DeletedConfigurationStoreListResult;
|
|
1062
|
-
/** Optional parameters. */
|
|
1063
|
-
export interface ConfigurationStoresGetDeletedOptionalParams extends coreClient.OperationOptions {
|
|
1064
|
-
}
|
|
1065
|
-
/** Contains response data for the getDeleted operation. */
|
|
1066
|
-
export type ConfigurationStoresGetDeletedResponse = DeletedConfigurationStore;
|
|
1067
|
-
/** Optional parameters. */
|
|
1068
|
-
export interface ConfigurationStoresPurgeDeletedOptionalParams extends coreClient.OperationOptions {
|
|
1069
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1070
|
-
updateIntervalInMs?: number;
|
|
1071
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1072
|
-
resumeFrom?: string;
|
|
1073
|
-
}
|
|
1074
|
-
/** Optional parameters. */
|
|
1075
|
-
export interface ConfigurationStoresListNextOptionalParams extends coreClient.OperationOptions {
|
|
1076
|
-
}
|
|
1077
|
-
/** Contains response data for the listNext operation. */
|
|
1078
|
-
export type ConfigurationStoresListNextResponse = ConfigurationStoreListResult;
|
|
1079
|
-
/** Optional parameters. */
|
|
1080
|
-
export interface ConfigurationStoresListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1081
|
-
}
|
|
1082
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1083
|
-
export type ConfigurationStoresListByResourceGroupNextResponse = ConfigurationStoreListResult;
|
|
1084
|
-
/** Optional parameters. */
|
|
1085
|
-
export interface ConfigurationStoresListKeysNextOptionalParams extends coreClient.OperationOptions {
|
|
1086
|
-
}
|
|
1087
|
-
/** Contains response data for the listKeysNext operation. */
|
|
1088
|
-
export type ConfigurationStoresListKeysNextResponse = ApiKeyListResult;
|
|
1089
|
-
/** Optional parameters. */
|
|
1090
|
-
export interface ConfigurationStoresListDeletedNextOptionalParams extends coreClient.OperationOptions {
|
|
1091
|
-
}
|
|
1092
|
-
/** Contains response data for the listDeletedNext operation. */
|
|
1093
|
-
export type ConfigurationStoresListDeletedNextResponse = DeletedConfigurationStoreListResult;
|
|
1094
|
-
/** Optional parameters. */
|
|
1095
|
-
export interface OperationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1096
|
-
}
|
|
1097
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
1098
|
-
export type OperationsCheckNameAvailabilityResponse = NameAvailabilityStatus;
|
|
1099
|
-
/** Optional parameters. */
|
|
1100
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1101
|
-
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
1102
|
-
skipToken?: string;
|
|
1103
|
-
}
|
|
1104
|
-
/** Contains response data for the list operation. */
|
|
1105
|
-
export type OperationsListResponse = OperationDefinitionListResult;
|
|
1106
|
-
/** Optional parameters. */
|
|
1107
|
-
export interface OperationsRegionalCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1108
|
-
}
|
|
1109
|
-
/** Contains response data for the regionalCheckNameAvailability operation. */
|
|
1110
|
-
export type OperationsRegionalCheckNameAvailabilityResponse = NameAvailabilityStatus;
|
|
1111
|
-
/** Optional parameters. */
|
|
1112
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1113
|
-
}
|
|
1114
|
-
/** Contains response data for the listNext operation. */
|
|
1115
|
-
export type OperationsListNextResponse = OperationDefinitionListResult;
|
|
1116
|
-
/** Optional parameters. */
|
|
1117
|
-
export interface PrivateEndpointConnectionsListByConfigurationStoreOptionalParams extends coreClient.OperationOptions {
|
|
1118
|
-
}
|
|
1119
|
-
/** Contains response data for the listByConfigurationStore operation. */
|
|
1120
|
-
export type PrivateEndpointConnectionsListByConfigurationStoreResponse = PrivateEndpointConnectionListResult;
|
|
1121
|
-
/** Optional parameters. */
|
|
1122
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1123
|
-
}
|
|
1124
|
-
/** Contains response data for the get operation. */
|
|
1125
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1126
|
-
/** Optional parameters. */
|
|
1127
|
-
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1128
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1129
|
-
updateIntervalInMs?: number;
|
|
1130
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1131
|
-
resumeFrom?: string;
|
|
1132
|
-
}
|
|
1133
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1134
|
-
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
1135
|
-
/** Optional parameters. */
|
|
1136
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1137
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1138
|
-
updateIntervalInMs?: number;
|
|
1139
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1140
|
-
resumeFrom?: string;
|
|
1141
|
-
}
|
|
1142
|
-
/** Optional parameters. */
|
|
1143
|
-
export interface PrivateEndpointConnectionsListByConfigurationStoreNextOptionalParams extends coreClient.OperationOptions {
|
|
1144
|
-
}
|
|
1145
|
-
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
1146
|
-
export type PrivateEndpointConnectionsListByConfigurationStoreNextResponse = PrivateEndpointConnectionListResult;
|
|
1147
|
-
/** Optional parameters. */
|
|
1148
|
-
export interface PrivateLinkResourcesListByConfigurationStoreOptionalParams extends coreClient.OperationOptions {
|
|
1149
|
-
}
|
|
1150
|
-
/** Contains response data for the listByConfigurationStore operation. */
|
|
1151
|
-
export type PrivateLinkResourcesListByConfigurationStoreResponse = PrivateLinkResourceListResult;
|
|
1152
|
-
/** Optional parameters. */
|
|
1153
|
-
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1154
|
-
}
|
|
1155
|
-
/** Contains response data for the get operation. */
|
|
1156
|
-
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1157
|
-
/** Optional parameters. */
|
|
1158
|
-
export interface PrivateLinkResourcesListByConfigurationStoreNextOptionalParams extends coreClient.OperationOptions {
|
|
1159
|
-
}
|
|
1160
|
-
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
1161
|
-
export type PrivateLinkResourcesListByConfigurationStoreNextResponse = PrivateLinkResourceListResult;
|
|
1162
|
-
/** Optional parameters. */
|
|
1163
|
-
export interface KeyValuesGetOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
-
}
|
|
1165
|
-
/** Contains response data for the get operation. */
|
|
1166
|
-
export type KeyValuesGetResponse = KeyValue;
|
|
1167
|
-
/** Optional parameters. */
|
|
1168
|
-
export interface KeyValuesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1169
|
-
}
|
|
1170
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1171
|
-
export type KeyValuesCreateOrUpdateResponse = KeyValue;
|
|
1172
|
-
/** Optional parameters. */
|
|
1173
|
-
export interface KeyValuesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1174
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1175
|
-
updateIntervalInMs?: number;
|
|
1176
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1177
|
-
resumeFrom?: string;
|
|
1178
|
-
}
|
|
1179
|
-
/** Optional parameters. */
|
|
1180
|
-
export interface ReplicasListByConfigurationStoreOptionalParams extends coreClient.OperationOptions {
|
|
1181
|
-
/** A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls. */
|
|
1182
|
-
skipToken?: string;
|
|
1183
|
-
}
|
|
1184
|
-
/** Contains response data for the listByConfigurationStore operation. */
|
|
1185
|
-
export type ReplicasListByConfigurationStoreResponse = ReplicaListResult;
|
|
1186
|
-
/** Optional parameters. */
|
|
1187
|
-
export interface ReplicasGetOptionalParams extends coreClient.OperationOptions {
|
|
1188
|
-
}
|
|
1189
|
-
/** Contains response data for the get operation. */
|
|
1190
|
-
export type ReplicasGetResponse = Replica;
|
|
1191
|
-
/** Optional parameters. */
|
|
1192
|
-
export interface ReplicasCreateOptionalParams extends coreClient.OperationOptions {
|
|
1193
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1194
|
-
updateIntervalInMs?: number;
|
|
1195
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1196
|
-
resumeFrom?: string;
|
|
1197
|
-
}
|
|
1198
|
-
/** Contains response data for the create operation. */
|
|
1199
|
-
export type ReplicasCreateResponse = Replica;
|
|
1200
|
-
/** Optional parameters. */
|
|
1201
|
-
export interface ReplicasDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1202
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1203
|
-
updateIntervalInMs?: number;
|
|
1204
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1205
|
-
resumeFrom?: string;
|
|
1206
|
-
}
|
|
1207
|
-
/** Optional parameters. */
|
|
1208
|
-
export interface ReplicasListByConfigurationStoreNextOptionalParams extends coreClient.OperationOptions {
|
|
1209
|
-
}
|
|
1210
|
-
/** Contains response data for the listByConfigurationStoreNext operation. */
|
|
1211
|
-
export type ReplicasListByConfigurationStoreNextResponse = ReplicaListResult;
|
|
1212
|
-
/** Optional parameters. */
|
|
1213
|
-
export interface SnapshotsGetOptionalParams extends coreClient.OperationOptions {
|
|
1214
|
-
}
|
|
1215
|
-
/** Contains response data for the get operation. */
|
|
1216
|
-
export type SnapshotsGetResponse = Snapshot;
|
|
1217
|
-
/** Optional parameters. */
|
|
1218
|
-
export interface SnapshotsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1219
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1220
|
-
updateIntervalInMs?: number;
|
|
1221
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1222
|
-
resumeFrom?: string;
|
|
1223
|
-
}
|
|
1224
|
-
/** Contains response data for the create operation. */
|
|
1225
|
-
export type SnapshotsCreateResponse = Snapshot;
|
|
1226
|
-
/** Optional parameters. */
|
|
1227
|
-
export interface AppConfigurationManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1228
|
-
/** server parameter */
|
|
1229
|
-
$host?: string;
|
|
1230
|
-
/** Api Version */
|
|
1231
|
-
apiVersion?: string;
|
|
1232
|
-
/** Overrides client endpoint. */
|
|
1233
|
-
endpoint?: string;
|
|
1234
|
-
}
|
|
1
|
+
export { ConfigurationStore, ConfigurationStoreProperties, KnownProvisioningState, ProvisioningState, EncryptionProperties, KeyVaultProperties, PrivateEndpointConnectionReference, PrivateEndpointConnectionProperties, PrivateEndpoint, PrivateLinkServiceConnectionState, KnownConnectionStatus, ConnectionStatus, KnownActionsRequired, ActionsRequired, KnownPublicNetworkAccess, PublicNetworkAccess, DataPlaneProxyProperties, KnownAuthenticationMode, AuthenticationMode, KnownPrivateLinkDelegation, PrivateLinkDelegation, CreateMode, TelemetryProperties, ManagedOnBehalfOfConfiguration, MoboBrokerResource, AzureFrontDoorProperties, ResourceIdentity, KnownIdentityType, IdentityType, UserIdentity, Sku, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, ConfigurationStoreUpdateParameters, ConfigurationStorePropertiesUpdateParameters, ApiKey, RegenerateKeyParameters, DeletedConfigurationStore, DeletedConfigurationStoreProperties, ProxyResource, PrivateEndpointConnection, PrivateLinkResource, PrivateLinkResourceProperties, KeyValue, KeyValueProperties, Replica, ReplicaProperties, KnownReplicaProvisioningState, ReplicaProvisioningState, Snapshot, SnapshotProperties, KnownSnapshotStatus, SnapshotStatus, KeyValueFilter, KnownCompositionType, CompositionType, OperationDefinition, OperationDefinitionDisplay, OperationProperties, ServiceSpecification, LogSpecification, MetricSpecification, MetricDimension, CheckNameAvailabilityParameters, KnownConfigurationResourceType, ConfigurationResourceType, NameAvailabilityStatus, KnownVersions, } from "./models.js";
|
|
1235
2
|
//# sourceMappingURL=index.d.ts.map
|