ManagedIdentityApplicationBuilder.WithTelemetryClient Method

Definition

Sets telemetry client for the application.

public Microsoft.Identity.Client.ManagedIdentityApplicationBuilder WithTelemetryClient (params Microsoft.IdentityModel.Abstractions.ITelemetryClient[] telemetryClients);
member this.WithTelemetryClient : Microsoft.IdentityModel.Abstractions.ITelemetryClient[] -> Microsoft.Identity.Client.ManagedIdentityApplicationBuilder
Public Function WithTelemetryClient (ParamArray telemetryClients As ITelemetryClient()) As ManagedIdentityApplicationBuilder

Parameters

telemetryClients
ITelemetryClient[]

List of telemetry clients to add telemetry logs.

Returns

The builder to chain the .With methods

Applies to