Partager via


NetworkProfilesOperationsExtensions.ListAllAsync Méthode

Définition

Obtient tous les profils réseau d’un abonnement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkProfile>> ListAllAsync (this Microsoft.Azure.Management.Network.INetworkProfilesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.Management.Network.INetworkProfilesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkProfile>>
<Extension()>
Public Function ListAllAsync (operations As INetworkProfilesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NetworkProfile))

Paramètres

operations
INetworkProfilesOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à