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