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

Parameters

operations
IRegistriesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to