Class RestrictionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestrictionType>
com.azure.resourcemanager.labservices.models.RestrictionType
public final class RestrictionType
extends com.azure.core.util.ExpandableStringEnum<RestrictionType>
The type of restriction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RestrictionType
Static value Location for RestrictionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestrictionType
fromString
(String name) Creates or finds a RestrictionType from its string representation.static Collection<RestrictionType>
values()
Gets known RestrictionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LOCATION
Static value Location for RestrictionType.
-
-
Constructor Details
-
RestrictionType
public RestrictionType()
-
-
Method Details
-
fromString
Creates or finds a RestrictionType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RestrictionType.
-
values
Gets known RestrictionType values.- Returns:
- known RestrictionType values.
-