Freigeben über


RegistrationDefinitionsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der Registrierungsdefinitionen ab.

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))

Parameter

operations
IRegistrationDefinitionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Bereich der Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: