Class DeleteRule
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeleteRule>
com.azure.resourcemanager.cdn.models.DeleteRule
Describes the action that shall be taken when the certificate is removed from Key Vault.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteRulefromString(String name) Creates or finds a DeleteRule from its string representation.static Collection<DeleteRule>values()Gets known DeleteRule values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NO_ACTION
Static value NoAction for DeleteRule.
-
-
Constructor Details
-
DeleteRule
Deprecated.Use thefromString(String)factory method.Creates a new instance of DeleteRule value.
-
-
Method Details
-
fromString
Creates or finds a DeleteRule from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DeleteRule.
-
values
Gets known DeleteRule values.- Returns:
- known DeleteRule values.
-
fromString(String)factory method.