Partilhar via


IStateful Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.StatefulTypeConverter))]
public interface IStateful : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAgentProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.StatefulTypeConverter))>]
type IStateful = interface
    interface IJsonSerializable
    interface IAgentProfile
Public Interface IStateful
Implements IAgentProfile
Derived
Attributes
Implements

Properties

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.

Kind

Discriminator property for AgentProfile.

(Inherited from IAgentProfile)
MaxAgentLifetime

How long should stateful machines be kept around. The maximum is one week.

ResourcePrediction

Defines pool buffer/stand-by agents.

(Inherited from IAgentProfile)
ResourcePredictionsProfile

Defines how the pool buffer/stand-by agents is provided.

(Inherited from IAgentProfile)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to