AzureHostedAgentResource Properties
Class Properties 4 members
A Microsoft Foundry hosted agent resource.
Configuration action to customize the hosted agent definition during deployment.
public Action<HostedAgentConfiguration>? Configure { get; set; } The fully qualified image name for the hosted agent.
public ContainerImageReference Image { get; } The target containerized workload that this hosted agent deploys.
public IResource Target { get; } Once deployed, the version that is assigned to this hosted agent.
public StaticValueProvider<string> Version { get; }