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