NetworkInterface Interface

Implements

NetworkInterfaceBase UpdatableWithTags<NetworkInterface> GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.NetworkInterfaceInner> Refreshable<NetworkInterface> Updatable<Update>

public interface NetworkInterface
extends NetworkInterfaceBase, GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.NetworkInterfaceInner>, Refreshable<NetworkInterface>, Updatable<Update>, UpdatableWithTags<NetworkInterface>

Network interface.

Method Summary

Modifier and Type Method and Description
abstract java.util.Map<java.lang.String,NicIPConfiguration> ipConfigurations()
abstract NicIPConfiguration primaryIPConfiguration()

Method Details

ipConfigurations

public abstract Map ipConfigurations()

Returns:

the IP configurations of this network interface, indexed by their names.

primaryIPConfiguration

public abstract NicIPConfiguration primaryIPConfiguration()

Returns:

the primary IP configuration of this network interface

Applies to