Class SingleDeployStageRedeployment
Redeployment of a single stage of a previous deployment.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class SingleDeployStageRedeployment : DeploymentProperties
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. |