Partager via


RegistrationDefinitionsOperationsExtensions.ListAsync Méthode

Définition

Obtient une liste des définitions d’inscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinition>> ListAsync (this Microsoft.Azure.Management.ManagedServices.IRegistrationDefinitionsOperations operations, string scope, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ManagedServices.IRegistrationDefinitionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinition>>
<Extension()>
Public Function ListAsync (operations As IRegistrationDefinitionsOperations, scope As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RegistrationDefinition))

Paramètres

operations
IRegistrationDefinitionsOperations

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

scope
String

Étendue de la ressource.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à