Show / Hide Table of Contents

Class UpdateWaitDeployStageDetails

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

Inheritance
object
UpdateDeployStageDetails
UpdateWaitDeployStageDetails
Inherited Members
UpdateDeployStageDetails.Description
UpdateDeployStageDetails.DisplayName
UpdateDeployStageDetails.DeployStagePredecessorCollection
UpdateDeployStageDetails.FreeformTags
UpdateDeployStageDetails.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 UpdateWaitDeployStageDetails : UpdateDeployStageDetails

Properties

WaitCriteria

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