Class IsolationScope

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

public final class IsolationScope extends com.azure.core.util.ExpandableStringEnum<IsolationScope>
Enum to configure regional restrictions on identity assignment, as necessary.
  • Field Details

    • NONE

      public static final IsolationScope NONE
      Static value None for IsolationScope.
    • REGIONAL

      public static final IsolationScope REGIONAL
      Static value Regional for IsolationScope.
  • Constructor Details

    • IsolationScope

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

    • fromString

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

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