ContainerRegistryReferenceAnnotation 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.
Annotation that indicates a resource is using a specific container registry.
public class ContainerRegistryReferenceAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ContainerRegistryReferenceAnnotation = class
interface IResourceAnnotation
Public Class ContainerRegistryReferenceAnnotation
Implements IResourceAnnotation
- Inheritance
-
ContainerRegistryReferenceAnnotation
- Implements
Remarks
Initializes a new instance of the ContainerRegistryReferenceAnnotation class.
Constructors
ContainerRegistryReferenceAnnotation(IContainerRegistry) |
Annotation that indicates a resource is using a specific container registry. |
Properties
Registry |
Gets the container registry resource. |