Show / Hide Table of Contents

Class SingleDeployStageDeploymentSummary

Summary of single stage deployment.

Inheritance
object
DeploymentSummary
SingleDeployStageDeploymentSummary
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 SingleDeployStageDeploymentSummary : 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 deployed.

Remarks

Required

In this article
Back to top