NicIPConfiguration.UpdateDefinitionStages.WithPrivateIP<ParentT> Interface

Type Parameters

ParentT

the return type of the final attach()

public interface WithPrivateIP extends HasPrivateIPAddress.UpdateDefinitionStages.WithPrivateIPAddress<WithAttach>

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
NicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT> withPrivateIPVersion(IPVersion ipVersion)

Specifies the IP version for the private IP address.

Inherited Members

Method Details

withPrivateIPVersion

public 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