AzureFirewallNetworkRuleCollection 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.
Network rule collection resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AzureFirewallNetworkRuleCollection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AzureFirewallNetworkRuleCollection = class
inherit SubResource
Public Class AzureFirewallNetworkRuleCollection
Inherits SubResource
- Inheritance
- Attributes
Constructors
AzureFirewallNetworkRuleCollection() |
Initializes a new instance of the AzureFirewallNetworkRuleCollection class. |
AzureFirewallNetworkRuleCollection(String, Nullable<Int32>, AzureFirewallRCAction, IList<AzureFirewallNetworkRule>, String, String, String) |
Initializes a new instance of the AzureFirewallNetworkRuleCollection class. |
Properties
Action |
Gets or sets the action type of a rule collection. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets the name of the resource that is unique within the Azure firewall. This name can be used to access the resource. |
Priority |
Gets or sets priority of the network rule collection resource. |
ProvisioningState |
Gets the provisioning state of the network rule collection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Rules |
Gets or sets collection of rules used by a network rule collection. |
Methods
Validate() |
Validate the object. |