Class PatchResourceGuardInput

java.lang.Object
com.azure.resourcemanager.dataprotection.models.PatchResourceGuardInput

public final class PatchResourceGuardInput extends Object
PatchResourceGuardInput

Patch Request content for Microsoft.DataProtection Resource Guard resources.

  • Constructor Details

    • PatchResourceGuardInput

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

    • tags

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

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

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