Class EndpointType

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

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

    • WEB_HOOK

      public static final EndpointType WEB_HOOK
      Static value WebHook for EndpointType.
    • EVENT_HUB

      public static final EndpointType EVENT_HUB
      Static value EventHub for EndpointType.
    • STORAGE_QUEUE

      public static final EndpointType STORAGE_QUEUE
      Static value StorageQueue for EndpointType.
    • HYBRID_CONNECTION

      public static final EndpointType HYBRID_CONNECTION
      Static value HybridConnection for EndpointType.
    • SERVICE_BUS_QUEUE

      public static final EndpointType SERVICE_BUS_QUEUE
      Static value ServiceBusQueue for EndpointType.
    • SERVICE_BUS_TOPIC

      public static final EndpointType SERVICE_BUS_TOPIC
      Static value ServiceBusTopic for EndpointType.
    • AZURE_FUNCTION

      public static final EndpointType AZURE_FUNCTION
      Static value AzureFunction for EndpointType.
  • Constructor Details

    • EndpointType

      public EndpointType()
  • Method Details

    • fromString

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

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