Partilhar via


StatelessAgentProfile Class

Definition

Stateless profile meaning that the machines will be cleaned up after running a job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.StatelessAgentProfileTypeConverter))]
public class StatelessAgentProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IStatelessAgentProfile, Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.StatelessAgentProfileTypeConverter))>]
type StatelessAgentProfile = class
    interface IStatelessAgentProfile
    interface IJsonSerializable
    interface IAgentProfile
    interface IValidates
Public Class StatelessAgentProfile
Implements IStatelessAgentProfile, IValidates
Inheritance
StatelessAgentProfile
Attributes
Implements

Constructors

StatelessAgentProfile()

Creates an new StatelessAgentProfile instance.

Properties

Kind

Discriminator property for AgentProfile.

ResourcePrediction

Defines pool buffer/stand-by agents.

ResourcePredictionsProfile

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StatelessAgentProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StatelessAgentProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IStatelessAgentProfile.

FromJsonString(String)

Creates a new instance of StatelessAgentProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StatelessAgentProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to