ContainerRegistryClient Class
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.
The Azure Container Registry service client.
public class ContainerRegistryClient
type ContainerRegistryClient = class
Public Class ContainerRegistryClient
- Inheritance
-
ContainerRegistryClient
Constructors
ContainerRegistryClient() |
Initializes a new instance of RepositoryClient for mocking. |
ContainerRegistryClient(Uri) |
Initializes a new instance of the ContainerRegistryClient for managing container images and artifacts, using anonymous access to the registry. Only operations that support anonymous access are enabled. Other service methods will throw RequestFailedException if called from this client. |
ContainerRegistryClient(Uri, ContainerRegistryClientOptions) |
Initializes a new instance of the ContainerRegistryClient for managing container images and artifacts, using anonymous access to the registry. Only operations that support anonymous access are enabled. Other service methods will throw RequestFailedException if called from this client. |
ContainerRegistryClient(Uri, TokenCredential) |
Initializes a new instance of the ContainerRegistryClient for managing container images and artifacts. |
ContainerRegistryClient(Uri, TokenCredential, ContainerRegistryClientOptions) |
Initializes a new instance of the ContainerRegistryClient for managing container images and artifacts. |
Properties
Endpoint |
Gets the registry service endpoint for this client. |
Pipeline |
The HttpPipeline. |
Methods
DeleteRepository(String, CancellationToken) |
Delete the repository identified by |
DeleteRepositoryAsync(String, CancellationToken) |
Delete the repository identified by |
GetArtifact(String, String) |
Create a new RegistryArtifact object for calling service methods related to the artifact specified by |
GetRepository(String) |
Create a new ContainerRepository object for calling service methods related to the repository specified by |
GetRepositoryNames(CancellationToken) |
List the names of the repositories in this registry. |
GetRepositoryNamesAsync(CancellationToken) |
List the names of the repositories in this registry. |
Applies to
Azure SDK for .NET