NicIPConfiguration.UpdateStages.WithSubnet Interface

public static interface NicIPConfiguration.UpdateStages.WithSubnet

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

Method Summary

Modifier and Type Method and Description
abstract Update withSubnet(String name)

Associate a subnet with the network interface IP configuration.

Method Details

withSubnet

public abstract NicIPConfiguration.Update withSubnet(String name)

Associate a subnet with the network interface IP configuration.

Parameters:

name - the subnet name

Returns:

the next stage of the network interface IP configuration update

Applies to