Class TagsResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.resources.fluent.models.TagsResourceInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class TagsResourceInner extends com.azure.core.management.ProxyResource
Wrapper resource for tags API requests and responses.
  • Constructor Details

    • TagsResourceInner

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

    • properties

      public Tags properties()
      Get the properties property: The set of tags.
      Returns:
      the properties value.
    • withProperties

      public TagsResourceInner withProperties(Tags properties)
      Set the properties property: The set of tags.
      Parameters:
      properties - the properties value to set.
      Returns:
      the TagsResourceInner object itself.
    • validate

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