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

public final class RolloutStep extends Object
Defines a specific step on a target service unit.
  • Constructor Details

    • RolloutStep

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

    • name

      public String name()
      Get the name property: Name of the step.
      Returns:
      the name value.
    • withName

      public RolloutStep withName(String name)
      Set the name property: Name of the step.
      Parameters:
      name - the name value to set.
      Returns:
      the RolloutStep object itself.
    • status

      public String status()
      Get the status property: Current state of the step.
      Returns:
      the status value.
    • stepGroup

      public String stepGroup()
      Get the stepGroup property: The step group the current step is part of.
      Returns:
      the stepGroup value.
    • withStepGroup

      public RolloutStep withStepGroup(String stepGroup)
      Set the stepGroup property: The step group the current step is part of.
      Parameters:
      stepGroup - the stepGroup value to set.
      Returns:
      the RolloutStep object itself.
    • operationInfo

      public StepOperationInfo operationInfo()
      Get the operationInfo property: Detailed information of specific action execution.
      Returns:
      the operationInfo value.
    • resourceOperations

      public List<ResourceOperation> resourceOperations()
      Get the resourceOperations property: Set of resource operations that were performed, if any, on an Azure resource.
      Returns:
      the resourceOperations value.
    • messages

      public List<Message> messages()
      Get the messages property: Supplementary informative messages during rollout.
      Returns:
      the messages value.
    • validate

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