ContainerRepository 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.
A helper class that groups information and operations about a repository in this container registry.
public class ContainerRepository
type ContainerRepository = class
Public Class ContainerRepository
- Inheritance
-
System.ObjectContainerRepository
Constructors
ContainerRepository() |
Initializes a new instance of ContainerRepository for mocking. |
Properties
Name |
Gets the name of the repository. |
RegistryEndpoint |
Gets the Registry Uri. |
Methods
Delete(CancellationToken) |
Delete the repository. |
DeleteAsync(CancellationToken) |
Delete the repository. |
GetArtifact(String) |
Create a new RegistryArtifact object for the specified artifact. |
GetManifestPropertiesCollection(ArtifactManifestOrderBy, CancellationToken) |
Get the collection of tags for a repository. |
GetManifestPropertiesCollectionAsync(ArtifactManifestOrderBy, CancellationToken) |
Get the collection of registry artifacts for a repository. |
GetProperties(CancellationToken) |
Get repository properties. |
GetPropertiesAsync(CancellationToken) |
Get repository properties. |
UpdateProperties(ContainerRepositoryProperties, CancellationToken) |
Update the repository properties. |
UpdatePropertiesAsync(ContainerRepositoryProperties, CancellationToken) |
Update the attribute identified by |