Partager via


SubscriptionNetworkManagerConnectionsOperationsExtensions.ListAsync Méthode

Définition

Répertorie toutes les connexions network manager créées par cet abonnement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkManagerConnection>> ListAsync (this Microsoft.Azure.Management.Network.ISubscriptionNetworkManagerConnectionsOperations operations, int? top = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.ISubscriptionNetworkManagerConnectionsOperations * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkManagerConnection>>
<Extension()>
Public Function ListAsync (operations As ISubscriptionNetworkManagerConnectionsOperations, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NetworkManagerConnection))

Paramètres

operations
ISubscriptionNetworkManagerConnectionsOperations

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

top
Nullable<Int32>

Paramètre de requête facultatif qui spécifie le nombre maximal d’enregistrements à retourner par le serveur.

skipToken
String

SkipToken est utilisé uniquement si une opération précédente a retourné un résultat partiel. Si une réponse précédente contient un élément nextLink, la valeur de l’élément nextLink inclut un paramètre skipToken qui spécifie un point de départ à utiliser pour les appels suivants.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à