Compartilhar via


RegistrationDefinitionsOperationsExtensions.ListAsync Método

Definição

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

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

Parâmetros

operations
IRegistrationDefinitionsOperations

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

scope
String

Escopo do recurso.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a