Show / Hide Table of Contents

    Class PrePostStep

    The properties that define a step.

    Inheritance
    Object
    PrePostStep
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.DeploymentManager.dll
    Syntax
    public class PrePostStep

    Constructors

    PrePostStep()

    Initializes a new instance of the PrePostStep class.

    Declaration
    public PrePostStep ();

    PrePostStep(String)

    Initializes a new instance of the PrePostStep class.

    Declaration
    public PrePostStep (string stepId);
    Parameters
    String stepId

    The resource Id of the step to be run.

    Properties

    StepId

    Gets or sets the resource Id of the step to be run.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="stepId")]
    public string StepId { get; set; }
    Property Value
    String

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net