ArmDataBoxEdgeModelFactory.EdgeKubernetesIPConfiguration Method
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.
Initializes a new instance of EdgeKubernetesIPConfiguration.
public static Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesIPConfiguration EdgeKubernetesIPConfiguration (string port = default, string ipAddress = default);
static member EdgeKubernetesIPConfiguration : string * string -> Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesIPConfiguration
Public Shared Function EdgeKubernetesIPConfiguration (Optional port As String = Nothing, Optional ipAddress As String = Nothing) As EdgeKubernetesIPConfiguration
Parameters
- port
- String
Port of the Kubernetes node.
- ipAddress
- String
IP address of the Kubernetes node.
Returns
A new EdgeKubernetesIPConfiguration instance for mocking.