AzureFirewallNetworkRuleCollectionData 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.
public class AzureFirewallNetworkRuleCollectionData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AzureFirewallNetworkRuleCollectionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AzureFirewallNetworkRuleCollectionData>
public class AzureFirewallNetworkRuleCollectionData : Azure.ResourceManager.Network.Models.NetworkResourceData
type AzureFirewallNetworkRuleCollectionData = class
inherit NetworkResourceData
interface IJsonModel<AzureFirewallNetworkRuleCollectionData>
interface IPersistableModel<AzureFirewallNetworkRuleCollectionData>
type AzureFirewallNetworkRuleCollectionData = class
inherit NetworkResourceData
Public Class AzureFirewallNetworkRuleCollectionData
Inherits NetworkResourceData
Implements IJsonModel(Of AzureFirewallNetworkRuleCollectionData), IPersistableModel(Of AzureFirewallNetworkRuleCollectionData)
Public Class AzureFirewallNetworkRuleCollectionData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
AzureFirewallNetworkRuleCollectionData() |
Initializes a new instance of AzureFirewallNetworkRuleCollectionData. |
Properties
ActionType |
The type of action. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
Priority |
Priority of the network rule collection resource. |
ProvisioningState |
The provisioning state of the network rule collection resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Rules |
Collection of rules used by a network rule collection. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET