Class EnvironmentTypeUpdate

java.lang.Object
com.azure.resourcemanager.devcenter.models.EnvironmentTypeUpdate

public final class EnvironmentTypeUpdate extends Object
The environment type for partial update. Properties not provided in the update request will not be changed.
  • Constructor Details

    • EnvironmentTypeUpdate

      public EnvironmentTypeUpdate()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags property: Resource tags.
      Returns:
      the tags value.
    • withTags

      public EnvironmentTypeUpdate withTags(Map<String,String> tags)
      Set the tags property: Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the EnvironmentTypeUpdate object itself.
    • validate

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