Class ResourceUpdateParameters

java.lang.Object
com.azure.resourcemanager.delegatednetwork.models.ResourceUpdateParameters

public final class ResourceUpdateParameters extends Object
Parameters for updating a resource.
  • Constructor Details

    • ResourceUpdateParameters

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

    • tags

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

      public ResourceUpdateParameters withTags(Map<String,String> tags)
      Set the tags property: The resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ResourceUpdateParameters object itself.
    • validate

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