Class EndpointType


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

      • SRC

        public static final EndpointType SRC
        Static value src for EndpointType.
      • DST

        public static final EndpointType DST
        Static value dst 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.