ContainerRegistryClient.GetRepositoryNamesAsync(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.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.