Class ReferenceDataSetUpdateParameters

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.ReferenceDataSetUpdateParameters

public final class ReferenceDataSetUpdateParameters extends Object
Parameters supplied to the Update Reference Data Set operation.
  • Constructor Details

    • ReferenceDataSetUpdateParameters

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

    • tags

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

      Set the tags property: Key-value pairs of additional properties for the reference data set.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ReferenceDataSetUpdateParameters object itself.
    • validate

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