Class EnvironmentUpdateParameters

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.EnvironmentUpdateParameters
Direct Known Subclasses:
Gen1EnvironmentUpdateParameters, Gen2EnvironmentUpdateParameters

public class EnvironmentUpdateParameters extends Object
Parameters supplied to the Update Environment operation.
  • Constructor Details

    • EnvironmentUpdateParameters

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

    • tags

      public Map<String,String> tags()
      Get the tags property: Key-value pairs of additional properties for the environment.
      Returns:
      the tags value.
    • withTags

      public EnvironmentUpdateParameters withTags(Map<String,String> tags)
      Set the tags property: Key-value pairs of additional properties for the environment.
      Parameters:
      tags - the tags value to set.
      Returns:
      the EnvironmentUpdateParameters object itself.
    • validate

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