ApplicationGatewayFirewallRuleGroup 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.
Compatibility declaration for the ApplicationGatewayFirewallRuleGroup type.
public class ApplicationGatewayFirewallRuleGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleGroup>
type ApplicationGatewayFirewallRuleGroup = class
interface IJsonModel<ApplicationGatewayFirewallRuleGroup>
interface IPersistableModel<ApplicationGatewayFirewallRuleGroup>
Public Class ApplicationGatewayFirewallRuleGroup
Implements IJsonModel(Of ApplicationGatewayFirewallRuleGroup), IPersistableModel(Of ApplicationGatewayFirewallRuleGroup)
- Inheritance
-
ApplicationGatewayFirewallRuleGroup
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayFirewallRuleGroup(Boolean) |
Initializes a new instance of the ApplicationGatewayFirewallRuleGroup class. |
| ApplicationGatewayFirewallRuleGroup(String, IEnumerable<ApplicationGatewayFirewallRule>) |
Initializes a new instance of the ApplicationGatewayFirewallRuleGroup class. |
Properties
| Name | Description |
|---|---|
| Description |
Gets or sets the Description compatibility property. |
| RuleGroupName |
Gets or sets the RuleGroupName compatibility property. |
| Rules |
The rules of the web application firewall rule group. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ApplicationGatewayFirewallRuleGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ApplicationGatewayFirewallRuleGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ApplicationGatewayFirewallRuleGroup>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ApplicationGatewayFirewallRuleGroup>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ApplicationGatewayFirewallRuleGroup>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |