Class AssociationUpdate

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

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

    • AssociationUpdate

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

    • tags

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

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

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

      public AssociationUpdate withProperties(AssociationUpdateProperties properties)
      Set the properties property: The updatable properties of the Association.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AssociationUpdate object itself.
    • validate

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