Class EventSourceUpdateParameters

java.lang.Object
com.azure.resourcemanager.timeseriesinsights.models.EventSourceUpdateParameters
Direct Known Subclasses:
EventHubEventSourceUpdateParameters, IoTHubEventSourceUpdateParameters

public class EventSourceUpdateParameters extends Object
Parameters supplied to the Update Event Source operation.
  • Constructor Details

    • EventSourceUpdateParameters

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

    • tags

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

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

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