IProvisionedCluster.ControlPlaneEndpointHostIP 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.
IP address of the Kubernetes API server
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="IP address of the Kubernetes API server", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostIP", Update=true)]
public string ControlPlaneEndpointHostIP { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="IP address of the Kubernetes API server", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostIP", Update=true)>]
member this.ControlPlaneEndpointHostIP : string with get, set
Public Property ControlPlaneEndpointHostIP As String
Property Value
- Attributes