java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.PrePostStep

public final class PrePostStep extends Object
The properties that define a step.
  • Constructor Details

    • PrePostStep

      public PrePostStep()
      Creates an instance of PrePostStep class.
  • Method Details

    • stepId

      public String stepId()
      Get the stepId property: The resource Id of the step to be run.
      Returns:
      the stepId value.
    • withStepId

      public PrePostStep withStepId(String stepId)
      Set the stepId property: The resource Id of the step to be run.
      Parameters:
      stepId - the stepId value to set.
      Returns:
      the PrePostStep object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.