UserType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databoxedge. models. UserType
- com.
- com.
public final class UserType
extends ExpandableStringEnum<UserType>
Type of the user.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
User |
ARM
Static value ARM for User |
|
static final
User |
LOCAL_MANAGEMENT
Static value Local |
|
static final
User |
SHARE
Static value Share for User |
Constructor Summary
| Constructor | Description |
|---|---|
| UserType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
User |
fromString(String name)
Creates or finds a User |
|
static
Collection<User |
values()
Gets known User |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ARM
public static final UserType ARM
Static value ARM for UserType.
LOCAL_MANAGEMENT
public static final UserType LOCAL_MANAGEMENT
Static value LocalManagement for UserType.
SHARE
public static final UserType SHARE
Static value Share for UserType.
Constructor Details
UserType
@Deprecated
public UserType()
Deprecated
Creates a new instance of UserType value.
Method Details
fromString
public static UserType fromString(String name)
Creates or finds a UserType from its string representation.
Parameters:
Returns:
values
public static Collection<UserType> values()
Gets known UserType values.
Returns: