ApplicationGatewayFirewallExclusion Class
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.
Allow to exclude some variable satisfy the condition for the WAF check.
public class ApplicationGatewayFirewallExclusion : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallExclusion>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallExclusion>
public class ApplicationGatewayFirewallExclusion
type ApplicationGatewayFirewallExclusion = class
interface IJsonModel<ApplicationGatewayFirewallExclusion>
interface IPersistableModel<ApplicationGatewayFirewallExclusion>
type ApplicationGatewayFirewallExclusion = class
Public Class ApplicationGatewayFirewallExclusion
Implements IJsonModel(Of ApplicationGatewayFirewallExclusion), IPersistableModel(Of ApplicationGatewayFirewallExclusion)
Public Class ApplicationGatewayFirewallExclusion
- Inheritance
-
ApplicationGatewayFirewallExclusion
- Implements
Constructors
ApplicationGatewayFirewallExclusion(String, String, String) |
Initializes a new instance of ApplicationGatewayFirewallExclusion. |
Properties
MatchVariable |
The variable to be excluded. |
Selector |
When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. |
SelectorMatchOperator |
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. |
Explicit Interface Implementations
IJsonModel<ApplicationGatewayFirewallExclusion>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationGatewayFirewallExclusion>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationGatewayFirewallExclusion>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationGatewayFirewallExclusion>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationGatewayFirewallExclusion>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET