java.lang.Object
com.azure.core.util.ExpandableStringEnum<IsolationMode>
com.azure.resourcemanager.machinelearning.models.IsolationMode

public final class IsolationMode extends com.azure.core.util.ExpandableStringEnum<IsolationMode>
Isolation mode for the managed network of a machine learning workspace.
  • Field Details

    • DISABLED

      public static final IsolationMode DISABLED
      Static value Disabled for IsolationMode.
    • ALLOW_INTERNET_OUTBOUND

      public static final IsolationMode ALLOW_INTERNET_OUTBOUND
      Static value AllowInternetOutbound for IsolationMode.
    • ALLOW_ONLY_APPROVED_OUTBOUND

      public static final IsolationMode ALLOW_ONLY_APPROVED_OUTBOUND
      Static value AllowOnlyApprovedOutbound for IsolationMode.
  • Constructor Details

    • IsolationMode

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

    • fromString

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

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