Class LoadBalancerScope

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

public final class LoadBalancerScope extends com.azure.core.util.ExpandableStringEnum<LoadBalancerScope>
Indicates the scope of the load balancer: external (Public) or internal (Private).
  • Field Details

    • PUBLIC

      public static final LoadBalancerScope PUBLIC
      Static value Public for LoadBalancerScope.
    • PRIVATE

      public static final LoadBalancerScope PRIVATE
      Static value Private for LoadBalancerScope.
  • Constructor Details

    • LoadBalancerScope

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

    • fromString

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

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