Show / Hide Table of Contents

Class LookupContainerImageByUriDetails

Details for fetching a container image by its URI.

Inheritance
object
LookupContainerImageByUriDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top