HeaderTelemetryEndpointAuth(String, String, String) Constructor
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.
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.