Class WaitStepAttributes
The parameters for the wait step.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.DeploymentManager.dll
Syntax
public class WaitStepAttributes
Constructors
WaitStepAttributes()
Initializes a new instance of the WaitStepAttributes class.
Declaration
public WaitStepAttributes ();
WaitStepAttributes(String)
Initializes a new instance of the WaitStepAttributes class.
Declaration
public WaitStepAttributes (string duration);
Parameters
|
String
duration
The duration in ISO 8601 format of how long the wait should be. |
Properties
Duration
Gets or sets the duration in ISO 8601 format of how long the wait should be.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="duration")]
public string Duration { get; set; }
Property Value
|
String
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
|
ValidationException
Thrown if validation fails |