Class PartnerUpdateTopicInfo

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

public final class PartnerUpdateTopicInfo extends Object
Update properties for the corresponding partner topic of a channel.
  • Constructor Details

    • PartnerUpdateTopicInfo

      public PartnerUpdateTopicInfo()
  • Method Details

    • eventTypeInfo

      public EventTypeInfo eventTypeInfo()
      Get the eventTypeInfo property: Event type info for the partner topic.
      Returns:
      the eventTypeInfo value.
    • withEventTypeInfo

      public PartnerUpdateTopicInfo withEventTypeInfo(EventTypeInfo eventTypeInfo)
      Set the eventTypeInfo property: Event type info for the partner topic.
      Parameters:
      eventTypeInfo - the eventTypeInfo value to set.
      Returns:
      the PartnerUpdateTopicInfo object itself.
    • validate

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