Show / Hide Table of Contents

Class SingleDeployStageRedeploymentSummary

Summary of a single stage redeployment.

Inheritance
object
DeploymentSummary
SingleDeployStageRedeploymentSummary
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 SingleDeployStageRedeploymentSummary : DeploymentSummary

Properties

DeployStageId

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

Specifies the OCID of the stage to be redeployed.

Remarks

Required

PreviousDeploymentId

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

Specifies the OCID of the previous deployment to be redeployed.

In this article
Back to top