Type Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. loadtesting. models. Type
- com.
- com.
public final class Type
extends ExpandableStringEnum<Type>
Managed identity type to use for accessing encryption key Url.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Type |
SYSTEM_ASSIGNED
Static value System |
| static final Type |
USER_ASSIGNED
Static value User |
Constructor Summary
| Constructor | Description |
|---|---|
| Type() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Type value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Type |
fromString(String name)
Creates or finds a Type from its string representation. |
| static Collection<Type> |
values()
Gets known Type values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SYSTEM_ASSIGNED
public static final Type SYSTEM_ASSIGNED
Static value SystemAssigned for Type.
USER_ASSIGNED
public static final Type USER_ASSIGNED
Static value UserAssigned for Type.
Constructor Details
Type
@Deprecated
public Type()
Deprecated
Creates a new instance of Type value.
Method Details
fromString
public static Type fromString(String name)
Creates or finds a Type from its string representation.
Parameters:
Returns:
values
public static Collection<Type> values()
Gets known Type values.
Returns: