java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.deploymentmanager.fluent.models.StepResourceInner

public final class StepResourceInner extends com.azure.core.management.Resource
The resource representation of a rollout step.
  • Constructor Details

    • StepResourceInner

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

    • properties

      public StepProperties properties()
      Get the properties property: The properties that define the step.
      Returns:
      the properties value.
    • withProperties

      public StepResourceInner withProperties(StepProperties properties)
      Set the properties property: The properties that define the step.
      Parameters:
      properties - the properties value to set.
      Returns:
      the StepResourceInner object itself.
    • withLocation

      public StepResourceInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public StepResourceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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