Share via


ControlPlaneProfileControlPlaneEndpoint Class

Definition

IP Address of the Kubernetes API server

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ControlPlaneProfileControlPlaneEndpointTypeConverter))]
public class ControlPlaneProfileControlPlaneEndpoint : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IControlPlaneProfileControlPlaneEndpoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.ControlPlaneProfileControlPlaneEndpointTypeConverter))>]
type ControlPlaneProfileControlPlaneEndpoint = class
    interface IControlPlaneProfileControlPlaneEndpoint
    interface IJsonSerializable
Public Class ControlPlaneProfileControlPlaneEndpoint
Implements IControlPlaneProfileControlPlaneEndpoint
Inheritance
ControlPlaneProfileControlPlaneEndpoint
Attributes
Implements

Constructors

ControlPlaneProfileControlPlaneEndpoint()

Creates an new ControlPlaneProfileControlPlaneEndpoint instance.

Properties

HostIP

IP address of the Kubernetes API server

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ControlPlaneProfileControlPlaneEndpoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ControlPlaneProfileControlPlaneEndpoint.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IControlPlaneProfileControlPlaneEndpoint.

FromJsonString(String)

Creates a new instance of ControlPlaneProfileControlPlaneEndpoint, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ControlPlaneProfileControlPlaneEndpoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to