Class AccountPatchResource

java.lang.Object
com.azure.resourcemanager.graphservices.models.TagUpdate
com.azure.resourcemanager.graphservices.models.AccountPatchResource

public final class AccountPatchResource extends TagUpdate
Account patch properties.
  • Constructor Details

    • AccountPatchResource

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

    • withTags

      public AccountPatchResource withTags(Map<String,String> tags)
      Set the tags property: List of key value pairs that describe the resource. This will overwrite the existing tags.
      Overrides:
      withTags in class TagUpdate
      Parameters:
      tags - the tags value to set.
      Returns:
      the TagUpdate object itself.
    • validate

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