IKubernetesClusterNode.Role 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 role of this node in the cluster.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "ControlPlane", "Worker" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The role of this node in the cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="role", Update=false)]
public string Role { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "ControlPlane", "Worker" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The role of this node in the cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="role", Update=false)>]
member this.Role : string
Public ReadOnly Property Role As String
Property Value
- Attributes