Partilhar via


RegistrationAssignmentsOperationsExtensions.ListAsync Método

Definição

Obtém uma lista das atribuições de registro.

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

Parâmetros

operations
IRegistrationAssignmentsOperations

O grupo de operações para esse método de extensão.

scope
String

Escopo do recurso.

expandRegistrationDefinition
Nullable<Boolean>

Informa se os detalhes da definição de registro também devem ser retornados, juntamente com os detalhes da atribuição de registro.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a