Share via


IKubernetesClusterNode.Mode Property

Definition

The mode of the agent pool containing this node. Not applicable for control plane nodes.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "System", "User", "NotApplicable" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The mode of the agent pool containing this node. Not applicable for control plane nodes.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="mode", Update=false)]
public string Mode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "System", "User", "NotApplicable" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The mode of the agent pool containing this node. Not applicable for control plane nodes.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="mode", Update=false)>]
member this.Mode : string
Public ReadOnly Property Mode As String

Property Value

Attributes

Applies to