SubPlan Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. SubPlan
- com.
- com.
public final class SubPlan
extends ExpandableStringEnum<SubPlan>
The available sub plans.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sub |
P1
P1. |
|
static final
Sub |
P2
P2. |
Constructor Summary
| Constructor | Description |
|---|---|
| SubPlan() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sub |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sub |
fromString(String name)
Creates or finds a Sub |
|
static
Collection<Sub |
values()
Gets known Sub |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
P1
public static final SubPlan P1
P1.
P2
public static final SubPlan P2
P2.
Constructor Details
SubPlan
@Deprecated
public SubPlan()
Deprecated
Creates a new instance of SubPlan value.
Method Details
fromString
public static SubPlan fromString(String name)
Creates or finds a SubPlan from its string representation.
Parameters:
Returns:
values
public static Collection<SubPlan> values()
Gets known SubPlan values.
Returns: