共用方式為


KubernetesIPConfiguration Constructors

Definition

Overloads

KubernetesIPConfiguration()

Initializes a new instance of the KubernetesIPConfiguration class.

KubernetesIPConfiguration(String, String)

Initializes a new instance of the KubernetesIPConfiguration class.

KubernetesIPConfiguration()

Initializes a new instance of the KubernetesIPConfiguration class.

public KubernetesIPConfiguration ();
Public Sub New ()

Applies to

KubernetesIPConfiguration(String, String)

Initializes a new instance of the KubernetesIPConfiguration class.

public KubernetesIPConfiguration (string port = default, string ipAddress = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesIPConfiguration : string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesIPConfiguration
Public Sub New (Optional port As String = Nothing, Optional ipAddress As String = Nothing)

Parameters

port
String

Port of the Kubernetes node.

ipAddress
String

IP address of the Kubernetes node.

Applies to