Show / Hide Table of Contents

Class DeployPipelineRedeploymentSummary

Summary of a full pipeline redeployment.

Inheritance
object
DeploymentSummary
DeployPipelineRedeploymentSummary
Inherited Members
DeploymentSummary.Id
DeploymentSummary.DisplayName
DeploymentSummary.ProjectId
DeploymentSummary.DeployPipelineId
DeploymentSummary.CompartmentId
DeploymentSummary.TimeCreated
DeploymentSummary.TimeUpdated
DeploymentSummary.LifecycleState
DeploymentSummary.DeploymentArguments
DeploymentSummary.DeployStageOverrideArguments
DeploymentSummary.DeployArtifactOverrideArguments
DeploymentSummary.LifecycleDetails
DeploymentSummary.FreeformTags
DeploymentSummary.DefinedTags
DeploymentSummary.SystemTags
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 DeployPipelineRedeploymentSummary : DeploymentSummary

Properties

PreviousDeploymentId

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

Specifies the OCID of the previous deployment to be redeployed.

Remarks

Required

In this article
Back to top