FeatureFlagClientOptions Class

Definition

Options that allow users to configure the requests sent to the App Configuration service for FeatureFlag operations performed by a FeatureFlagClient.

public class FeatureFlagClientOptions : Azure.Core.ClientOptions
type FeatureFlagClientOptions = class
    inherit ClientOptions
Public Class FeatureFlagClientOptions
Inherits ClientOptions
Inheritance
FeatureFlagClientOptions

Constructors

Name Description
FeatureFlagClientOptions(FeatureFlagClientOptions+ServiceVersion)

Initializes a new instance of the FeatureFlagClientOptions class.

Properties

Name Description
Audience

Gets or sets the Audience to use for authentication with Microsoft Entra. The audience is not considered when using a shared key.

Applies to