IAgentPool.NodeLabel 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.
The node labels to be persisted across all nodes in agent pool.
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="The node labels to be persisted across all nodes in agent pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels) }, Read=true, ReadOnly=false, Required=false, SerializedName="nodeLabels", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels NodeLabel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="The node labels to be persisted across all nodes in agent pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels) }, Read=true, ReadOnly=false, Required=false, SerializedName="nodeLabels", Update=true)>]
member this.NodeLabel : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolProfileNodeLabels with get, set
Public Property NodeLabel As IAgentPoolProfileNodeLabels
Property Value
- Attributes