다음을 통해 공유


IProvisionedCluster.AgentPoolProfile Property

Definition

The agent pool properties for the provisioned cluster.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="The agent pool properties for the provisioned cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="agentPoolProfiles", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile> AgentPoolProfile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="The agent pool properties for the provisioned cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="agentPoolProfiles", Update=true)>]
member this.AgentPoolProfile : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.INamedAgentPoolProfile> with get, set
Public Property AgentPoolProfile As List(Of INamedAgentPoolProfile)

Property Value

Attributes

Applies to