PromoteCandidateRequest(String, String) Constructor

Definition

Initializes a new instance of PromoteCandidateRequest.

public PromoteCandidateRequest(string agentName, string agentVersion);
new Azure.AI.Projects.Agents.PromoteCandidateRequest : string * string -> Azure.AI.Projects.Agents.PromoteCandidateRequest
Public Sub New (agentName As String, agentVersion As String)

Parameters

agentName
String

Name of the Foundry agent to promote to.

agentVersion
String

Version of the Foundry agent to promote to.

Exceptions

agentName or agentVersion is null.

Applies to