Partager via


NetworkManagersOperationsExtensions.ListBySubscriptionAsync Méthode

Définition

Répertorier tous les gestionnaires de réseau d’un abonnement.

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

Paramètres

operations
INetworkManagersOperations

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 à