AssignmentType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. AssignmentType
- com.
- com.
public final class AssignmentType
extends ExpandableStringEnum<AssignmentType>
The type of policy assignment. Possible values are NotSpecified, System, SystemHidden, and Custom. Immutable.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Assignment |
CUSTOM
Static value Custom for Assignment |
|
static final
Assignment |
NOT_SPECIFIED
Static value Not |
|
static final
Assignment |
SYSTEM
Static value System for Assignment |
|
static final
Assignment |
SYSTEM_HIDDEN
Static value System |
Constructor Summary
| Constructor | Description |
|---|---|
| AssignmentType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Assignment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Assignment |
fromString(String name)
Creates or finds a Assignment |
|
static
Collection<Assignment |
values()
Gets known Assignment |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CUSTOM
public static final AssignmentType CUSTOM
Static value Custom for AssignmentType.
NOT_SPECIFIED
public static final AssignmentType NOT_SPECIFIED
Static value NotSpecified for AssignmentType.
SYSTEM
public static final AssignmentType SYSTEM
Static value System for AssignmentType.
SYSTEM_HIDDEN
public static final AssignmentType SYSTEM_HIDDEN
Static value SystemHidden for AssignmentType.
Constructor Details
AssignmentType
@Deprecated
public AssignmentType()
Deprecated
Creates a new instance of AssignmentType value.
Method Details
fromString
public static AssignmentType fromString(String name)
Creates or finds a AssignmentType from its string representation.
Parameters:
Returns:
values
public static Collection<AssignmentType> values()
Gets known AssignmentType values.
Returns: