IdentityType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mysql. models. IdentityType
- com.
- com.
public final class IdentityType
extends ExpandableStringEnum<IdentityType>
Defines values for IdentityType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Identity |
SYSTEM_ASSIGNED
Static value System |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| IdentityType() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Identity |
fromString(String name)
Creates or finds a Identity |
|
static
Collection<Identity |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SYSTEM_ASSIGNED
public static final IdentityType SYSTEM_ASSIGNED
Static value SystemAssigned for IdentityType.
Constructor Details
IdentityType
public IdentityType()
Method Details
fromString
public static IdentityType fromString(String name)
Creates or finds a IdentityType from its string representation.
Parameters:
Returns:
values
public static Collection<IdentityType> values()
Returns: