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