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>
Describes the action that shall be taken when the certificate is updated in Key Vault.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final UpdateRule
    Static value NoAction for UpdateRule.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static UpdateRule
    Creates or finds a UpdateRule from its string representation.
    Gets known UpdateRule values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NO_ACTION

      public static final UpdateRule NO_ACTION
      Static value NoAction for UpdateRule.
  • Constructor Details

    • UpdateRule

      public UpdateRule()
  • Method Details

    • 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()
      Gets known UpdateRule values.
      Returns:
      known UpdateRule values.