NicIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT> Interface

Type Parameters

ParentT

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

public static interface NicIpConfiguration.UpdateDefinitionStages.WithSubnet

The stage of the network interface IP configuration definition allowing to specify subnet.

Method Summary

Modifier and Type Method and Description
abstract WithPrivateIP<ParentT> withSubnet(String name)

Associate a subnet with the network interface IP configuration.

Method Details

withSubnet

public abstract NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP withSubnet(String name)

Associate a subnet with the network interface IP configuration.

Parameters:

name - the subnet name

Returns:

the next stage of the definition

Applies to