Azure.Core.DiagnosticsOptions public class DiagnosticsOptions Documentation Code 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; }