Class PartnerTopicUpdateParameters

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

public final class PartnerTopicUpdateParameters extends Object
Properties of the Partner Topic update.
  • Constructor Details

    • PartnerTopicUpdateParameters

      public PartnerTopicUpdateParameters()
  • Method Details

    • tags

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

      public PartnerTopicUpdateParameters withTags(Map<String,String> tags)
      Set the tags property: Tags of the Partner Topic resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the PartnerTopicUpdateParameters object itself.
    • identity

      public IdentityInfo identity()
      Get the identity property: Identity information for the Partner Topic resource.
      Returns:
      the identity value.
    • withIdentity

      public PartnerTopicUpdateParameters withIdentity(IdentityInfo identity)
      Set the identity property: Identity information for the Partner Topic resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the PartnerTopicUpdateParameters object itself.
    • validate

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