StatelessAgentProfile interface
Stateless profile meaning that the machines will be cleaned up after running a job.
- Extends
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
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: "Stateless"
Property Value
"Stateless"
Inherited Property Details
resourcePredictions
Defines pool buffer/stand-by agents.
resourcePredictions?: Record<string, unknown>
Property Value
Record<string, unknown>
Inherited From AgentProfile.resourcePredictions
resourcePredictionsProfile
Defines how the pool buffer/stand-by agents is provided.
resourcePredictionsProfile?: ResourcePredictionsProfileUnion
Property Value
Inherited From AgentProfile.resourcePredictionsProfile
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