java.lang.Object
com.azure.core.util.ExpandableStringEnum<SubPlan>
com.azure.resourcemanager.security.models.SubPlan

public final class SubPlan extends com.azure.core.util.ExpandableStringEnum<SubPlan>
The available sub plans.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SubPlan
    Static value P1 for SubPlan.
    static final SubPlan
    Static value P2 for SubPlan.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static SubPlan
    Creates or finds a SubPlan from its string representation.
    Gets known SubPlan values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • P1

      public static final SubPlan P1
      Static value P1 for SubPlan.
    • P2

      public static final SubPlan P2
      Static value P2 for SubPlan.
  • Constructor Details

    • SubPlan

      public SubPlan()
  • Method Details

    • fromString

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

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