<PackageReference Include="Azure.Core" Version="1.54.0" />

Azure.Core.DiagnosticsOptions

public class DiagnosticsOptions
public static string DefaultApplicationId { get; set; }

public string ApplicationId { get; set; }

public bool IsDistributedTracingEnabled { get; set; }

public bool IsLoggingContentEnabled { get; set; }

public bool IsLoggingEnabled { get; set; }

public bool IsTelemetryEnabled { get; set; }

public int LoggedContentSizeLimit { get; set; }

public IList<string> LoggedHeaderNames { get; }

public IList<string> LoggedQueryParameters { get; }