OciRepositoryRef 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 source reference for the OCIRepository object.
public class OciRepositoryRef : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.OciRepositoryRef>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.OciRepositoryRef>
type OciRepositoryRef = class
interface IJsonModel<OciRepositoryRef>
interface IPersistableModel<OciRepositoryRef>
Public Class OciRepositoryRef
Implements IJsonModel(Of OciRepositoryRef), IPersistableModel(Of OciRepositoryRef)
- Inheritance
-
OciRepositoryRef
- Implements
Constructors
| Name | Description |
|---|---|
| OciRepositoryRef() |
Initializes a new instance of OciRepositoryRef. |
Properties
| Name | Description |
|---|---|
| Digest |
The image digest to pull from OCI repository, the value should be in the format ‘sha256:’. This takes precedence over semver. |
| Semver |
The semver range used to match against OCI repository tags. This takes precedence over tag. |
| Tag |
The OCI repository image tag name to pull. This defaults to 'latest'. |