Class UpdateRule

java.lang.Object
com.azure.core.util.ExpandableStringEnum<UpdateRule>
com.azure.resourcemanager.cdn.models.UpdateRule
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

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 Details

    • NO_ACTION

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

  • 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.