Class DeployPipelineRedeployment
Redeployment of the full pipeline of a previous deployment.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class DeployPipelineRedeployment : Deployment
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