Show / Hide Table of Contents

Class WaitDeployStage

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

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

Properties

WaitCriteria

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

Required

In this article
Back to top