Show / Hide Table of Contents

Class CreateDeployPipelineDeploymentDetails

Details of the new deployment to be created that will run all the stages in the pipeline.

Inheritance
object
CreateDeploymentDetails
CreateDeployPipelineDeploymentDetails
Inherited Members
CreateDeploymentDetails.DeployPipelineId
CreateDeploymentDetails.DisplayName
CreateDeploymentDetails.FreeformTags
CreateDeploymentDetails.DefinedTags
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 CreateDeployPipelineDeploymentDetails : CreateDeploymentDetails

Properties

DeployArtifactOverrideArguments

Declaration
[JsonProperty(PropertyName = "deployArtifactOverrideArguments")]
public DeployArtifactOverrideArgumentCollection DeployArtifactOverrideArguments { get; set; }
Property Value
Type Description
DeployArtifactOverrideArgumentCollection

DeployStageOverrideArguments

Declaration
[JsonProperty(PropertyName = "deployStageOverrideArguments")]
public DeployStageOverrideArgumentCollection DeployStageOverrideArguments { get; set; }
Property Value
Type Description
DeployStageOverrideArgumentCollection

DeploymentArguments

Declaration
[JsonProperty(PropertyName = "deploymentArguments")]
public DeploymentArgumentCollection DeploymentArguments { get; set; }
Property Value
Type Description
DeploymentArgumentCollection
In this article
Back to top