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>
type FirewallPolicyFilterRuleCollectionInfo = class
    inherit FirewallPolicyRuleCollectionInfo
    interface IJsonModel<FirewallPolicyFilterRuleCollectionInfo>
    interface IPersistableModel<FirewallPolicyFilterRuleCollectionInfo>
Public Class FirewallPolicyFilterRuleCollectionInfo
Inherits FirewallPolicyRuleCollectionInfo
Implements IJsonModel(Of FirewallPolicyFilterRuleCollectionInfo), IPersistableModel(Of FirewallPolicyFilterRuleCollectionInfo)
Inheritance
FirewallPolicyFilterRuleCollectionInfo
Implements

Constructors

Name Description
FirewallPolicyFilterRuleCollectionInfo()

Initializes a new instance of FirewallPolicyFilterRuleCollectionInfo.

Properties

Name Description
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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