FirewallPolicyRuleCollectionInfo Class

Definition

Properties of the rule collection. Please note FirewallPolicyRuleCollectionInfo 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 FirewallPolicyFilterRuleCollectionInfo and FirewallPolicyNatRuleCollectionInfo.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Network.Models.UnknownFirewallPolicyRuleCollection))]
public abstract class FirewallPolicyRuleCollectionInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo>
public abstract class FirewallPolicyRuleCollectionInfo
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Network.Models.UnknownFirewallPolicyRuleCollection))>]
type FirewallPolicyRuleCollectionInfo = class
    interface IJsonModel<FirewallPolicyRuleCollectionInfo>
    interface IPersistableModel<FirewallPolicyRuleCollectionInfo>
type FirewallPolicyRuleCollectionInfo = class
Public MustInherit Class FirewallPolicyRuleCollectionInfo
Implements IJsonModel(Of FirewallPolicyRuleCollectionInfo), IPersistableModel(Of FirewallPolicyRuleCollectionInfo)
Public MustInherit Class FirewallPolicyRuleCollectionInfo
Inheritance
FirewallPolicyRuleCollectionInfo
Derived
Attributes
Implements

Constructors

FirewallPolicyRuleCollectionInfo()

Initializes a new instance of FirewallPolicyRuleCollectionInfo.

Properties

Name

The name of the rule collection.

Priority

Priority of the Firewall Policy Rule Collection resource.

Explicit Interface Implementations

IJsonModel<FirewallPolicyRuleCollectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallPolicyRuleCollectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallPolicyRuleCollectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallPolicyRuleCollectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallPolicyRuleCollectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to