ContainerRegistryClient.GetRepositoryNames(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.