ArmActionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ArmActionType
- com.
- com.
public final class ArmActionType
extends ExpandableStringEnum<ArmActionType>
Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Arm |
INTERNAL
Actions are for internal-only APIs. |
Constructor Summary
| Constructor | Description |
|---|---|
| ArmActionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Arm |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Arm |
fromString(String name)
Creates or finds a Arm |
|
static
Collection<Arm |
values()
Gets known Arm |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INTERNAL
public static final ArmActionType INTERNAL
Actions are for internal-only APIs.
Constructor Details
ArmActionType
@Deprecated
public ArmActionType()
Deprecated
Creates a new instance of ArmActionType value.
Method Details
fromString
public static ArmActionType fromString(String name)
Creates or finds a ArmActionType from its string representation.
Parameters:
Returns:
values
public static Collection<ArmActionType> values()
Gets known ArmActionType values.
Returns: