RegistrationDefinitionsOperationsExtensions.ListAsync Method

Definition

Gets a list of the registration definitions.

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

Parameters

operations
IRegistrationDefinitionsOperations

The operations group for this extension method.

scope
String

Scope of the resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to