Class PolicyIdName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PolicyIdName>
com.azure.resourcemanager.apimanagement.models.PolicyIdName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for PolicyIdName.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PolicyIdNamefromString(String name) Creates or finds a PolicyIdName from its string representation.static Collection<PolicyIdName> values()Gets known PolicyIdName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
POLICY
Static value policy for PolicyIdName.
-
-
Constructor Details
-
PolicyIdName
Deprecated.Use thefromString(String)factory method.Creates a new instance of PolicyIdName value.
-
-
Method Details
-
fromString
Creates or finds a PolicyIdName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PolicyIdName.
-
values
Gets known PolicyIdName values.- Returns:
- known PolicyIdName values.
-
fromString(String)factory method.