HostedAgentConfiguration
Handle
interface HostedAgentConfiguration { cpu: number; description: string; environmentVariables: Dict<string,string>; memory: number; metadata: Dict<string,string>;} 10 members
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