Class EndpointType

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

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

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