IHasNetworkInterfaces Interface

Definition

Interface exposing a list of network interfaces.

public interface IHasNetworkInterfaces : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId
type IHasNetworkInterfaces = interface
    interface IHasId
Public Interface IHasNetworkInterfaces
Implements IHasId
Derived
Implements

Properties

Id

Gets the resource id string

(Inherited from IHasId)
NetworkInterfaceIds

Gets the list of resource IDs of the network interfaces associated with this resource.

PrimaryNetworkInterfaceId

Gets the resource id of the primary network interface associated with this resource.

Methods

GetPrimaryNetworkInterface()

Gets the primary network interface. Note that this method can result in a call to the cloud to fetch the network interface information.

GetPrimaryNetworkInterfaceAsync()

Gets the primary network interface. Note that this method can result in a call to the cloud to fetch the network interface information.

Applies to