Share via


ContainerRegistryClient.GetRepositoryNames(CancellationToken) Method

Definition

List the names of the repositories in this registry.

public virtual Azure.Pageable<string> GetRepositoryNames (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRepositoryNames : System.Threading.CancellationToken -> Azure.Pageable<string>
override this.GetRepositoryNames : System.Threading.CancellationToken -> Azure.Pageable<string>
Public Overridable Function GetRepositoryNames (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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