aio Package
Classes
AzureAppConfigurationClient |
Represents a client that calls restful API of Azure App Configuration service. param str base_url: Base url of the service. param credential: An object which can provide secrets for the app configuration service type credential: ~azure.core.credentials_async.AsyncTokenCredential keyword api_version: Api Version. Default value is "2023-11-01". Note that overriding this default value may result in unsupported behavior. paramtype api_version: str This is the async version of AzureAppConfigurationClient |