Class DeleteRule

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeleteRule>
com.azure.resourcemanager.cdn.models.DeleteRule

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 Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static DeleteRule
    Creates or finds a DeleteRule from its string representation.
    Gets known DeleteRule 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 DeleteRule NO_ACTION
      Static value NoAction for DeleteRule.
  • Constructor Details

    • DeleteRule

      public DeleteRule()
  • 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.