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
| Name | Description |
|---|---|
| PolicyRequestBodyCheck(String) |
Initializes a new instance of PolicyRequestBodyCheck. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |