Class LookupContainerImageByUriDetails
Details for fetching a container image by its URI.
Inherited Members
Namespace: Oci.ArtifactsService.Models
Assembly: OCI.DotNetSDK.Artifacts.dll
Syntax
public class LookupContainerImageByUriDetails
Properties
ImageUri
Declaration
[Required(ErrorMessage = "ImageUri is required.")]
[JsonProperty(PropertyName = "imageUri")]
public string ImageUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The container image URI starting with the namespace. Example: namespace/reponame:version |
Remarks
Required