Skip to content
Docs Try Aspire

AzureHostedAgentResource Properties

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