PromoteCandidateRequest(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 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.