Class EndpointType


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

      • EVENT_HUB

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

        public static final EndpointType EVENT_GRID
        Static value EventGrid for EndpointType.
      • SERVICE_BUS

        public static final EndpointType SERVICE_BUS
        Static value ServiceBus 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.