Show / Hide Table of Contents

Class ContainerRegistryDeliveredArtifact

Details of the container registry artifacts delivered through the Deliver Artifacts stage.

Inheritance
object
DeliveredArtifact
ContainerRegistryDeliveredArtifact
Inherited Members
DeliveredArtifact.DeployArtifactId
DeliveredArtifact.OutputArtifactName
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 ContainerRegistryDeliveredArtifact : DeliveredArtifact

Properties

DeliveredArtifactHash

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

The hash of the container registry artifact pushed by the Deliver Artifacts stage.

Remarks

Required

ImageUri

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

The imageUri of the OCIR artifact pushed by the DeliverArtifactStage

In this article
Back to top