Class TrafficControllerUpdate

java.lang.Object
com.azure.resourcemanager.servicenetworking.models.TrafficControllerUpdate

public final class TrafficControllerUpdate extends Object
The type used for update operations of the TrafficController.
  • Constructor Details

    • TrafficControllerUpdate

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

    • tags

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

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

      public Object properties()
      Get the properties property: The updatable properties of the TrafficController.
      Returns:
      the properties value.
    • withProperties

      public TrafficControllerUpdate withProperties(Object properties)
      Set the properties property: The updatable properties of the TrafficController.
      Parameters:
      properties - the properties value to set.
      Returns:
      the TrafficControllerUpdate object itself.
    • validate

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