Class DeleteRule

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

public final class DeleteRule extends com.azure.core.util.ExpandableStringEnum<DeleteRule>
Describes the action that shall be taken when the certificate is removed from Key Vault.
  • Field Details

    • NO_ACTION

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

  • Method Details

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