Class PartnerTopicRoutingMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PartnerTopicRoutingMode>
com.azure.resourcemanager.eventgrid.models.PartnerTopicRoutingMode

public final class PartnerTopicRoutingMode extends com.azure.core.util.ExpandableStringEnum<PartnerTopicRoutingMode>
Defines values for PartnerTopicRoutingMode.
  • Field Details

    • SOURCE_EVENT_ATTRIBUTE

      public static final PartnerTopicRoutingMode SOURCE_EVENT_ATTRIBUTE
      Static value SourceEventAttribute for PartnerTopicRoutingMode.
    • CHANNEL_NAME_HEADER

      public static final PartnerTopicRoutingMode CHANNEL_NAME_HEADER
      Static value ChannelNameHeader for PartnerTopicRoutingMode.
  • Constructor Details

    • PartnerTopicRoutingMode

      public PartnerTopicRoutingMode()
  • Method Details

    • fromString

      public static PartnerTopicRoutingMode fromString(String name)
      Creates or finds a PartnerTopicRoutingMode from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PartnerTopicRoutingMode.
    • values

      public static Collection<PartnerTopicRoutingMode> values()
      Gets known PartnerTopicRoutingMode values.
      Returns:
      known PartnerTopicRoutingMode values.