PolicyRequestBodyCheck Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes if policy managed rules will inspect the request body content.
public readonly struct PolicyRequestBodyCheck : IEquatable<Azure.ResourceManager.FrontDoor.Models.PolicyRequestBodyCheck>
type PolicyRequestBodyCheck = struct
Public Structure PolicyRequestBodyCheck
Implements IEquatable(Of PolicyRequestBodyCheck)
- Inheritance
-
PolicyRequestBodyCheck
- Implements
Constructors
PolicyRequestBodyCheck(String) |
Initializes a new instance of PolicyRequestBodyCheck. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(PolicyRequestBodyCheck) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PolicyRequestBodyCheck, PolicyRequestBodyCheck) |
Determines if two PolicyRequestBodyCheck values are the same. |
Implicit(String to PolicyRequestBodyCheck) |
Converts a string to a PolicyRequestBodyCheck. |
Inequality(PolicyRequestBodyCheck, PolicyRequestBodyCheck) |
Determines if two PolicyRequestBodyCheck values are not the same. |
Applies to
Azure SDK for .NET