IPool.AgentProfile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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