Show / Hide Table of Contents

Class WaitDeployStageSummary

Specifies the Wait stage. User can specify a criteria for wait time or give an absolute duration.

Inheritance
object
DeployStageSummary
WaitDeployStageSummary
Inherited Members
DeployStageSummary.Id
DeployStageSummary.Description
DeployStageSummary.DisplayName
DeployStageSummary.ProjectId
DeployStageSummary.DeployPipelineId
DeployStageSummary.CompartmentId
DeployStageSummary.TimeCreated
DeployStageSummary.TimeUpdated
DeployStageSummary.LifecycleState
DeployStageSummary.LifecycleDetails
DeployStageSummary.DeployStagePredecessorCollection
DeployStageSummary.FreeformTags
DeployStageSummary.DefinedTags
DeployStageSummary.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 WaitDeployStageSummary : DeployStageSummary

Properties

WaitCriteria

Declaration
[Required(ErrorMessage = "WaitCriteria is required.")]
[JsonProperty(PropertyName = "waitCriteria")]
public WaitCriteriaSummary WaitCriteria { get; set; }
Property Value
Type Description
WaitCriteriaSummary
Remarks

Required

In this article
Back to top