Show / Hide Table of Contents

    Class WaitStepProperties

    Defines the properties of a Wait step.

    Inheritance
    Object
    StepProperties
    WaitStepProperties
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.DeploymentManager.dll
    Syntax
    [Newtonsoft.Json.JsonObject("Wait")]
    public class WaitStepProperties : Microsoft.Azure.Management.DeploymentManager.Models.StepProperties

    Constructors

    WaitStepProperties()

    Initializes a new instance of the WaitStepProperties class.

    Declaration
    public WaitStepProperties ();

    WaitStepProperties(WaitStepAttributes)

    Initializes a new instance of the WaitStepProperties class.

    Declaration
    public WaitStepProperties (Microsoft.Azure.Management.DeploymentManager.Models.WaitStepAttributes attributes = null);
    Parameters
    WaitStepAttributes attributes

    The Wait attributes

    Properties

    Attributes

    Gets or sets the Wait attributes

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="attributes")]
    public Microsoft.Azure.Management.DeploymentManager.Models.WaitStepAttributes Attributes { get; set; }
    Property Value
    WaitStepAttributes

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net