Class PartnerRegistrationUpdateParameters

java.lang.Object
com.azure.resourcemanager.eventgrid.models.PartnerRegistrationUpdateParameters

public final class PartnerRegistrationUpdateParameters extends Object
Properties of the Partner Registration update.
  • Constructor Details

    • PartnerRegistrationUpdateParameters

      public PartnerRegistrationUpdateParameters()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags property: Tags of the partner registration resource.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Tags of the partner registration resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the PartnerRegistrationUpdateParameters object itself.
    • validate

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