NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT> Interface

Type Parameters

ParentT

the stage of the parent network interface update to return to after attaching this definition

Implements

public static interface NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP
extends WithPrivateIPAddress<WithAttach<ParentT>>

The stage of the network interface IP configuration definition allowing to specify private IP address within a virtual network subnet.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withPrivateIPVersion(IPVersion ipVersion)

Specifies the IP version for the private IP address.

Method Details

withPrivateIPVersion

public abstract NicIPConfiguration.UpdateDefinitionStages.WithAttach withPrivateIPVersion(IPVersion ipVersion)

Specifies the IP version for the private IP address.

Parameters:

ipVersion - an IP version

Returns:

the next stage of the definition

Applies to