Class OutboundType


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

      • LOAD_BALANCER

        public static final OutboundType LOAD_BALANCER
        Static value loadBalancer for OutboundType.
      • USER_DEFINED_ROUTING

        public static final OutboundType USER_DEFINED_ROUTING
        Static value userDefinedRouting for OutboundType.
      • MANAGED_NATGATEWAY

        public static final OutboundType MANAGED_NATGATEWAY
        Static value managedNATGateway for OutboundType.
      • USER_ASSIGNED_NATGATEWAY

        public static final OutboundType USER_ASSIGNED_NATGATEWAY
        Static value userAssignedNATGateway for OutboundType.
    • Constructor Detail

      • OutboundType

        public OutboundType()
    • Method Detail

      • fromString

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