Class PolicyRestrictionRequireBase
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PolicyRestrictionRequireBase>
com.azure.resourcemanager.apimanagement.models.PolicyRestrictionRequireBase
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PolicyRestrictionRequireBase
extends com.azure.core.util.ExpandableStringEnum<PolicyRestrictionRequireBase>
Indicates if base policy should be enforced for the policy document.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PolicyRestrictionRequireBaseStatic value false for PolicyRestrictionRequireBase.static final PolicyRestrictionRequireBaseStatic value true for PolicyRestrictionRequireBase. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PolicyRestrictionRequireBasefromString(String name) Creates or finds a PolicyRestrictionRequireBase from its string representation.values()Gets known PolicyRestrictionRequireBase values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
TRUE
Static value true for PolicyRestrictionRequireBase. -
FALSE
Static value false for PolicyRestrictionRequireBase.
-
-
Constructor Details
-
PolicyRestrictionRequireBase
Deprecated.Use thefromString(String)factory method.Creates a new instance of PolicyRestrictionRequireBase value.
-
-
Method Details
-
fromString
Creates or finds a PolicyRestrictionRequireBase from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PolicyRestrictionRequireBase.
-
values
Gets known PolicyRestrictionRequireBase values.- Returns:
- known PolicyRestrictionRequireBase values.
-
fromString(String)factory method.