Class WaitStepProperties

java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.StepProperties
com.azure.resourcemanager.deploymentmanager.models.WaitStepProperties

public final class WaitStepProperties extends StepProperties
Defines the properties of a Wait step.
  • Constructor Details

    • WaitStepProperties

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

    • attributes

      public WaitStepAttributes attributes()
      Get the attributes property: The Wait attributes.
      Returns:
      the attributes value.
    • withAttributes

      public WaitStepProperties withAttributes(WaitStepAttributes attributes)
      Set the attributes property: The Wait attributes.
      Parameters:
      attributes - the attributes value to set.
      Returns:
      the WaitStepProperties object itself.
    • validate

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