Partager via


NetworkInterfaceTapConfigurationsOperationsExtensions.ListAsync Méthode

Définition

Obtenez toutes les configurations d’appui dans une interface réseau.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner>> ListAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkInterfaceTapConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.Fluent.INetworkInterfaceTapConfigurationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceTapConfigurationInner>>
<Extension()>
Public Function ListAsync (operations As INetworkInterfaceTapConfigurationsOperations, resourceGroupName As String, networkInterfaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NetworkInterfaceTapConfigurationInner))

Paramètres

operations
INetworkInterfaceTapConfigurationsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

networkInterfaceName
String

Nom de l’interface réseau.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à