Condividi tramite


WaitStepProperties Class

Definition

Defines the properties of a Wait step.

[Newtonsoft.Json.JsonObject("Wait")]
public class WaitStepProperties : Microsoft.Azure.Management.DeploymentManager.Models.StepProperties
[<Newtonsoft.Json.JsonObject("Wait")>]
type WaitStepProperties = class
    inherit StepProperties
Public Class WaitStepProperties
Inherits StepProperties
Inheritance
WaitStepProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

WaitStepProperties()

Initializes a new instance of the WaitStepProperties class.

WaitStepProperties(WaitStepAttributes)

Initializes a new instance of the WaitStepProperties class.

Properties

Attributes

Gets or sets the Wait attributes

Methods

Validate()

Validate the object.

Applies to