Freigeben über


RegistrationAssignmentsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der Registrierungszuweisungen ab.

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

Parameter

operations
IRegistrationAssignmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Bereich der Ressource.

expandRegistrationDefinition
Nullable<Boolean>

Gibt an, ob Registrierungsdefinitionsdetails zusammen mit Registrierungszuweisungsdetails zurückgegeben werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: