KubernetesIPConfiguration Constructors
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.
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.