Freigeben über


NetworkInterfaceTapConfigurationsOperationsExtensions.List Methode

Definition

Rufen Sie alle Tap-Konfigurationen in einer Netzwerkschnittstelle ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterfaceTapConfiguration> List(this Microsoft.Azure.Management.Network.INetworkInterfaceTapConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName);
static member List : Microsoft.Azure.Management.Network.INetworkInterfaceTapConfigurationsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterfaceTapConfiguration>
<Extension()>
Public Function List (operations As INetworkInterfaceTapConfigurationsOperations, resourceGroupName As String, networkInterfaceName As String) As IPage(Of NetworkInterfaceTapConfiguration)

Parameter

operations
INetworkInterfaceTapConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkInterfaceName
String

: Der Name der Netzwerkschnittstelle

Gibt zurück

Gilt für: