EndpointBasedEvaluatorDefinition.ConnectionName Property

Definition

Name of the Project Connection that stores the endpoint URL and credentials. The connection must exist on the project and have a non-empty target URL. Supported auth types: ApiKey (sends api-key header) and AAD/Entra ID (acquires a bearer token via the project's Managed Identity).

public string ConnectionName { get; set; }
member this.ConnectionName : string with get, set
Public Property ConnectionName As String

Property Value

Applies to