Class RuleType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<RuleType>
-
- com.azure.resourcemanager.storage.models.RuleType
-
public final class RuleType extends com.azure.core.util.ExpandableStringEnum<RuleType>
Defines values for RuleType.
-
-
Constructor Summary
Constructors Constructor Description RuleType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuleTypefromString(String name)Creates or finds a RuleType from its string representation.static Collection<RuleType>values()
-
-
-
Field Detail
-
LIFECYCLE
public static final RuleType LIFECYCLE
Static value Lifecycle for RuleType.
-
-
Method Detail
-
fromString
public static RuleType fromString(String name)
Creates or finds a RuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RuleType.
-
values
public static Collection<RuleType> values()
- Returns:
- known RuleType values.
-
-