Skip to content
Docs Try Aspire

HostedAgentConfiguration

Handle
📦 Aspire.Hosting.Foundry v13.2.0-preview.1.26170.3
interface HostedAgentConfiguration {
cpu: number;
description: string;
environmentVariables: Dict<string,string>;
memory: number;
metadata: Dict<string,string>;
}

Properties

property cpu number get · set
Gets the Cpu property
property description string get · set
Gets the Description property
property environmentVariables Dict<string,string> get · set
Gets the EnvironmentVariables property
property memory number get · set
Gets the Memory property
property metadata Dict<string,string> get · set
Gets the Metadata property