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

public final class RuleStatus extends com.azure.core.util.ExpandableStringEnum<RuleStatus>
Type of a managed network Outbound Rule of a machine learning workspace.
  • Field Details

    • INACTIVE

      public static final RuleStatus INACTIVE
      Static value Inactive for RuleStatus.
    • ACTIVE

      public static final RuleStatus ACTIVE
      Static value Active for RuleStatus.
  • Constructor Details

  • Method Details

    • fromString

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

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