ContainerRegistryClient.GetRepositoryNamesAsync(CancellationToken) Method

Definition

List the names of the repositories in this registry.

public virtual Azure.AsyncPageable<string> GetRepositoryNamesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRepositoryNamesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<string>
override this.GetRepositoryNamesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<string>
Public Overridable Function GetRepositoryNamesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of String)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

Thrown when a failure is returned by the Container Registry service.

Applies to