Agent365ExporterCore.BuildEndpointPath(String, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.