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