- All Superinterfaces:
HasId
public interface HasNetworkInterfaces
extends HasId
Interface exposing a list of network interfaces.
-
Method Summary
Gets the primary network interface.
Gets the primary network interface.
Gets the list of resource IDs of the network interfaces associated with this resource.
Gets the resource ID of the primary network interface associated with this resource.
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
id
-
Method Details
-
getPrimaryNetworkInterface
Gets the primary network interface.
Note that this method can result in a call to the cloud to fetch the network interface information.
- Returns:
- the primary network interface associated with this resource
-
getPrimaryNetworkInterfaceAsync
Gets the primary network interface.
Note that this method can result in a call to the cloud to fetch the network interface information.
- Returns:
- the primary network interface associated with this resource
-
primaryNetworkInterfaceId
String primaryNetworkInterfaceId()
Gets the resource ID of the primary network interface associated with this resource.
- Returns:
- the resource ID of the primary network interface associated with this resource
-
networkInterfaceIds
Gets the list of resource IDs of the network interfaces associated with this resource.
- Returns:
- the list of resource IDs of the network interfaces associated with this resource