Class CreateSingleDeployStageDeploymentDetails
  Details of a new deployment to be created that will run a single stage of the pipeline.
    Inheritance
    
    
    CreateSingleDeployStageDeploymentDetails
   
  
  
  Assembly: OCI.DotNetSDK.Devops.dll
  Syntax
  
    public class CreateSingleDeployStageDeploymentDetails : CreateDeploymentDetails
   
  Properties
  
  DeployArtifactOverrideArguments
  
  
  Declaration
  
    [JsonProperty(PropertyName = "deployArtifactOverrideArguments")]
public DeployArtifactOverrideArgumentCollection DeployArtifactOverrideArguments { get; set; }
   
  Property Value
  
  
  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. | 
    
  
  
  
  
  DeployStageOverrideArguments
  
  
  Declaration
  
    [JsonProperty(PropertyName = "deployStageOverrideArguments")]
public DeployStageOverrideArgumentCollection DeployStageOverrideArguments { get; set; }
   
  Property Value
  
  
  DeploymentArguments
  
  
  Declaration
  
    [JsonProperty(PropertyName = "deploymentArguments")]
public DeploymentArgumentCollection DeploymentArguments { get; set; }
   
  Property Value