Partilhar via


IPool.AgentProfile Property

Definition

Defines how the machine will be handled once it executed a job.

[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Defines how the machine will be handled once it executed a job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAgentProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="agentProfile", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAgentProfile AgentProfile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Defines how the machine will be handled once it executed a job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAgentProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="agentProfile", Update=true)>]
member this.AgentProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IAgentProfile with get, set
Public Property AgentProfile As IAgentProfile

Property Value

Attributes

Applies to