HeaderTelemetryEndpointAuth(String, String, String) Constructor

Definition

Initializes a new instance of HeaderTelemetryEndpointAuth.

public HeaderTelemetryEndpointAuth(string headerName, string secretId, string secretKey);
new Azure.AI.Projects.Agents.HeaderTelemetryEndpointAuth : string * string * string -> Azure.AI.Projects.Agents.HeaderTelemetryEndpointAuth
Public Sub New (headerName As String, secretId As String, secretKey As String)

Parameters

headerName
String

The name of the HTTP header to inject the secret value into.

secretId
String

The identifier of the secret store or connection.

secretKey
String

The key within the secret to retrieve the authentication value.

Exceptions

headerName, secretId or secretKey is null.

Applies to