Package version:

Interface AppConfigurationClientOptions

Provides configuration options for AppConfigurationClient.

interface AppConfigurationClientOptions {
    apiVersion?: string;
    audience?: string;
}

Hierarchy

  • unknown
    • AppConfigurationClientOptions

Properties

apiVersion?: string

The API version to use when interacting with the service. The default value is 2023-11-01. Note that overriding this default value may result in unsupported behavior.

audience?: string

The Audience to use for authentication with Azure Active Directory (AAD). KnownAppConfigAudience can be used interchangeably with audience. If not specified, the default audience will be set to Azure Public Cloud.