NetworkInterface Interface
public interface NetworkInterface extends NetworkInterfaceBase,GroupableResource<NetworkManager, NetworkInterfaceInner>,Refreshable,Updatable<NetworkInterface.Update>
Network interface.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, Nic |
ipConfigurations() |
Nic |
primaryIPConfiguration() |
Inherited Members
NetworkInterfaceBase.appliedDnsServers()
NetworkInterfaceBase.dnsServers()
NetworkInterfaceBase.getNetworkSecurityGroup()
HasId.id()
HasInner<T>.inner()
NetworkInterfaceBase.internalDnsNameLabel()
NetworkInterfaceBase.internalDomainNameSuffix()
NetworkInterfaceBase.internalFqdn()
NetworkInterfaceBase.isAcceleratedNetworkingEnabled()
NetworkInterfaceBase.isIPForwardingEnabled()
Indexable.key()
NetworkInterfaceBase.macAddress()
HasManager<ManagerT>.manager()
HasName.name()
NetworkInterfaceBase.networkSecurityGroupId()
NetworkInterfaceBase.primaryPrivateIP()
NetworkInterfaceBase.primaryPrivateIPAllocationMethod()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
HasResourceGroup.resourceGroupName()
Resource.tags()
Resource.type()
Updatable<T>.update()
NetworkInterfaceBase.virtualMachineId()
Method Details
ipConfigurations
public Map
Returns:
the IP configurations of this network interface, indexed by their names.
primaryIPConfiguration
public NicIPConfiguration primaryIPConfiguration()
Returns:
the primary IP configuration of this network interface
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java