FirewallPolicyFilterRuleCollectionInfo Class

Definition

Firewall Policy Filter Rule Collection.

public class FirewallPolicyFilterRuleCollectionInfo : Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.FirewallPolicyFilterRuleCollectionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.FirewallPolicyFilterRuleCollectionInfo>
public class FirewallPolicyFilterRuleCollectionInfo : Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo
type FirewallPolicyFilterRuleCollectionInfo = class
    inherit FirewallPolicyRuleCollectionInfo
    interface IJsonModel<FirewallPolicyFilterRuleCollectionInfo>
    interface IPersistableModel<FirewallPolicyFilterRuleCollectionInfo>
type FirewallPolicyFilterRuleCollectionInfo = class
    inherit FirewallPolicyRuleCollectionInfo
Public Class FirewallPolicyFilterRuleCollectionInfo
Inherits FirewallPolicyRuleCollectionInfo
Implements IJsonModel(Of FirewallPolicyFilterRuleCollectionInfo), IPersistableModel(Of FirewallPolicyFilterRuleCollectionInfo)
Public Class FirewallPolicyFilterRuleCollectionInfo
Inherits FirewallPolicyRuleCollectionInfo
Inheritance
FirewallPolicyFilterRuleCollectionInfo
Implements

Constructors

FirewallPolicyFilterRuleCollectionInfo()

Initializes a new instance of FirewallPolicyFilterRuleCollectionInfo.

Properties

ActionType

The type of action.

Name

The name of the rule collection.

(Inherited from FirewallPolicyRuleCollectionInfo)
Priority

Priority of the Firewall Policy Rule Collection resource.

(Inherited from FirewallPolicyRuleCollectionInfo)
Rules

List of rules included in a rule collection. Please note FirewallPolicyRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ApplicationRule, NatRule and NetworkRule.

Explicit Interface Implementations

IJsonModel<FirewallPolicyFilterRuleCollectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FirewallPolicyFilterRuleCollectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FirewallPolicyRuleCollectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from FirewallPolicyRuleCollectionInfo)
IJsonModel<FirewallPolicyRuleCollectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FirewallPolicyRuleCollectionInfo)
IPersistableModel<FirewallPolicyFilterRuleCollectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallPolicyFilterRuleCollectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FirewallPolicyFilterRuleCollectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FirewallPolicyRuleCollectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FirewallPolicyRuleCollectionInfo)
IPersistableModel<FirewallPolicyRuleCollectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from FirewallPolicyRuleCollectionInfo)
IPersistableModel<FirewallPolicyRuleCollectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FirewallPolicyRuleCollectionInfo)

Applies to