ArmContainerServiceModelFactory.ContainerServiceMachineIPAddress 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.
The machine IP address details.
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceMachineIPAddress ContainerServiceMachineIPAddress(Azure.ResourceManager.ContainerService.Models.ContainerServiceIPFamily? family = default, string ip = default);
static member ContainerServiceMachineIPAddress : Nullable<Azure.ResourceManager.ContainerService.Models.ContainerServiceIPFamily> * string -> Azure.ResourceManager.ContainerService.Models.ContainerServiceMachineIPAddress
Public Shared Function ContainerServiceMachineIPAddress (Optional family As Nullable(Of ContainerServiceIPFamily) = Nothing, Optional ip As String = Nothing) As ContainerServiceMachineIPAddress
Parameters
- family
- Nullable<ContainerServiceIPFamily>
To determine if address belongs IPv4 or IPv6 family.
- ip
- String
IPv4 or IPv6 address of the machine.
Returns
A new ContainerServiceMachineIPAddress instance for mocking.