Show / Hide Table of Contents

Class OcirDeployArtifactSource

Specifies the OCIR details.

Inheritance
object
DeployArtifactSource
OcirDeployArtifactSource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class OcirDeployArtifactSource : DeployArtifactSource

Properties

ImageDigest

Declaration
[JsonProperty(PropertyName = "imageDigest")]
public string ImageDigest { get; set; }
Property Value
Type Description
string

Specifies image digest for the version of the image.

ImageUri

Declaration
[Required(ErrorMessage = "ImageUri is required.")]
[JsonProperty(PropertyName = "imageUri")]
public string ImageUri { get; set; }
Property Value
Type Description
string

Specifies OCIR image path - optionally include tag.

Remarks

Required

In this article
Back to top