FirewallPolicyRuleCollectionInfo 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 FirewallPolicyRuleCollectionInfo type.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Network.Models.UnknownFirewallPolicyRuleCollectionInfo))]
public abstract class FirewallPolicyRuleCollectionInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.FirewallPolicyRuleCollectionInfo>
[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>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Network.Models.UnknownFirewallPolicyRuleCollectionInfo))>]
type FirewallPolicyRuleCollectionInfo = class
interface IJsonModel<FirewallPolicyRuleCollectionInfo>
interface IPersistableModel<FirewallPolicyRuleCollectionInfo>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Network.Models.UnknownFirewallPolicyRuleCollection))>]
type FirewallPolicyRuleCollectionInfo = class
interface IJsonModel<FirewallPolicyRuleCollectionInfo>
interface IPersistableModel<FirewallPolicyRuleCollectionInfo>
Public MustInherit Class FirewallPolicyRuleCollectionInfo
Implements IJsonModel(Of FirewallPolicyRuleCollectionInfo), IPersistableModel(Of FirewallPolicyRuleCollectionInfo)
- Inheritance
-
FirewallPolicyRuleCollectionInfo
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FirewallPolicyRuleCollectionInfo() |
Initializes a new instance of the FirewallPolicyRuleCollectionInfo class. |
| FirewallPolicyRuleCollectionInfo(Boolean) |
Initializes a new instance of the FirewallPolicyRuleCollectionInfo class. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the rule collection. |
| Priority |
Priority of the Firewall Policy Rule Collection resource. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |