Stateful interface
Stateful profile meaning that the machines will be returned to the pool after running a job.
- Extends
Properties
grace |
How long should the machine be kept around after it ran a workload when there are no stand-by agents. The maximum is one week. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
max |
How long should stateful machines be kept around. The maximum is one week. |
Inherited Properties
resource |
Defines pool buffer/stand-by agents. |
resource |
Defines how the pool buffer/stand-by agents is provided. |
Property Details
gracePeriodTimeSpan
How long should the machine be kept around after it ran a workload when there are no stand-by agents. The maximum is one week.
gracePeriodTimeSpan?: string
Property Value
string
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Stateful"
Property Value
"Stateful"
maxAgentLifetime
How long should stateful machines be kept around. The maximum is one week.
maxAgentLifetime?: string
Property Value
string
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
Azure SDK for JavaScript