AgentProfile interface
The agent profile of the machines in the pool.
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
resource |
Defines pool buffer/stand-by agents. |
resource |
Defines how the pool buffer/stand-by agents is provided. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Stateful" | "Stateless"
Property Value
"Stateful" | "Stateless"
resourcePredictions
Defines pool buffer/stand-by agents.
resourcePredictions?: Record<string, unknown>
Property Value
Record<string, unknown>
resourcePredictionsProfile
Defines how the pool buffer/stand-by agents is provided.
resourcePredictionsProfile?: ResourcePredictionsProfileUnion
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript