Class PolicyRequestBodyCheck

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PolicyRequestBodyCheck>
com.azure.resourcemanager.frontdoor.models.PolicyRequestBodyCheck

public final class PolicyRequestBodyCheck extends com.azure.core.util.ExpandableStringEnum<PolicyRequestBodyCheck>
Describes if policy managed rules will inspect the request body content.
  • Field Details

    • DISABLED

      public static final PolicyRequestBodyCheck DISABLED
      Static value Disabled for PolicyRequestBodyCheck.
    • ENABLED

      public static final PolicyRequestBodyCheck ENABLED
      Static value Enabled for PolicyRequestBodyCheck.
  • Constructor Details

    • PolicyRequestBodyCheck

      @Deprecated public PolicyRequestBodyCheck()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of PolicyRequestBodyCheck value.
  • Method Details

    • fromString

      public static PolicyRequestBodyCheck fromString(String name)
      Creates or finds a PolicyRequestBodyCheck from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding PolicyRequestBodyCheck.
    • values

      public static Collection<PolicyRequestBodyCheck> values()
      Gets known PolicyRequestBodyCheck values.
      Returns:
      known PolicyRequestBodyCheck values.