IBareMetalMachine.KubernetesNodeName 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 name of this machine represented by the host object in the Cluster's Kubernetes control plane.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The name of this machine represented by the host object in the Cluster's Kubernetes control plane.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="kubernetesNodeName")]
public string KubernetesNodeName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The name of this machine represented by the host object in the Cluster's Kubernetes control plane.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="kubernetesNodeName")>]
member this.KubernetesNodeName : string
Public ReadOnly Property KubernetesNodeName As String
Property Value
- Attributes