Class EndpointType


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

      • 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 Detail

      • EndpointType

        public EndpointType()
    • Method Detail

      • 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.