Class AssignmentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AssignmentType>
com.azure.resourcemanager.resources.models.AssignmentType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The type of policy assignment. Possible values are NotSpecified, System, SystemHidden, and Custom. Immutable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AssignmentTypeStatic value Custom for AssignmentType.static final AssignmentTypeStatic value NotSpecified for AssignmentType.static final AssignmentTypeStatic value System for AssignmentType.static final AssignmentTypeStatic value SystemHidden for AssignmentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AssignmentTypefromString(String name) Creates or finds a AssignmentType from its string representation.static Collection<AssignmentType> values()Gets known AssignmentType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for AssignmentType. -
SYSTEM
Static value System for AssignmentType. -
SYSTEM_HIDDEN
Static value SystemHidden for AssignmentType. -
CUSTOM
Static value Custom for AssignmentType.
-
-
Constructor Details
-
AssignmentType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AssignmentType value.
-
-
Method Details
-
fromString
Creates or finds a AssignmentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AssignmentType.
-
values
Gets known AssignmentType values.- Returns:
- known AssignmentType values.
-
fromString(String)factory method.