Skip to content
Docs Try Aspire
Docs Try

HostedAgentConfiguration Methods

Class Methods 1 member
A configuration helper for hosted agents.
ToProjectsAgentVersionCreationOptions Section titled ToProjectsAgentVersionCreationOptions ProjectsAgentVersionCreationOptions
Converts this configuration to an Agents.ProjectsAgentVersionCreationOptions instance.
public class HostedAgentConfiguration
{
public ProjectsAgentVersionCreationOptions ToProjectsAgentVersionCreationOptions()
{
// ...
}
}