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