RoleTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databoxedge. models. RoleTypes
- com.
- com.
public final class RoleTypes
extends ExpandableStringEnum<RoleTypes>
Defines values for RoleTypes.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Role |
ASA
Static value ASA for Role |
|
static final
Role |
COGNITIVE
Static value Cognitive for Role |
|
static final
Role |
FUNCTIONS
Static value Functions for Role |
|
static final
Role |
IOT
Static value IOT for Role |
Constructor Summary
| Constructor | Description |
|---|---|
| RoleTypes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Role |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Role |
fromString(String name)
Creates or finds a Role |
|
static
Collection<Role |
values()
Gets known Role |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ASA
public static final RoleTypes ASA
Static value ASA for RoleTypes.
COGNITIVE
public static final RoleTypes COGNITIVE
Static value Cognitive for RoleTypes.
FUNCTIONS
public static final RoleTypes FUNCTIONS
Static value Functions for RoleTypes.
IOT
public static final RoleTypes IOT
Static value IOT for RoleTypes.
Constructor Details
RoleTypes
@Deprecated
public RoleTypes()
Deprecated
Creates a new instance of RoleTypes value.
Method Details
fromString
public static RoleTypes fromString(String name)
Creates or finds a RoleTypes from its string representation.
Parameters:
Returns:
values
public static Collection<RoleTypes> values()
Gets known RoleTypes values.
Returns: