Class EffectiveRouteSource

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EffectiveRouteSource>
com.azure.resourcemanager.network.models.EffectiveRouteSource
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class EffectiveRouteSource extends com.azure.core.util.ExpandableStringEnum<EffectiveRouteSource>
Who created the route.
  • Field Details

    • UNKNOWN

      public static final EffectiveRouteSource UNKNOWN
      Static value Unknown for EffectiveRouteSource.
    • USER

      public static final EffectiveRouteSource USER
      Static value User for EffectiveRouteSource.
    • VIRTUAL_NETWORK_GATEWAY

      public static final EffectiveRouteSource VIRTUAL_NETWORK_GATEWAY
      Static value VirtualNetworkGateway for EffectiveRouteSource.
    • DEFAULT

      public static final EffectiveRouteSource DEFAULT
      Static value Default for EffectiveRouteSource.
  • Constructor Details

    • EffectiveRouteSource

      @Deprecated public EffectiveRouteSource()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of EffectiveRouteSource value.
  • Method Details

    • fromString

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

      public static Collection<EffectiveRouteSource> values()
      Gets known EffectiveRouteSource values.
      Returns:
      known EffectiveRouteSource values.