다음을 통해 공유


RegistriesOperationsExtensions.ListAsync Method

Definition

Lists all the container registries under the specified subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Registry>> ListAsync (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.Registry>>
<Extension()>
Public Function ListAsync (operations As IRegistriesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Registry))

Parameters

operations
IRegistriesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to