Agent365ExporterCore.BuildEndpointPath(String, String, Boolean) Method

Definition

Builds the endpoint path for the trace export request based on tenant ID, agent ID and S2S setting.

public string BuildEndpointPath(string tenantId, string agentId, bool useS2SEndpoint);
member this.BuildEndpointPath : string * string * bool -> string
Public Function BuildEndpointPath (tenantId As String, agentId As String, useS2SEndpoint As Boolean) As String

Parameters

tenantId
String

The tenant identifier.

agentId
String

The agent identifier.

useS2SEndpoint
Boolean

Whether to use the S2S endpoint.

Returns

The endpoint path string.

Applies to