AzureFirewallNatRuleCollectionData 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.
NAT rule collection resource.
public class AzureFirewallNatRuleCollectionData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AzureFirewallNatRuleCollectionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AzureFirewallNatRuleCollectionData>
public class AzureFirewallNatRuleCollectionData : Azure.ResourceManager.Network.Models.NetworkResourceData
type AzureFirewallNatRuleCollectionData = class
inherit NetworkResourceData
interface IJsonModel<AzureFirewallNatRuleCollectionData>
interface IPersistableModel<AzureFirewallNatRuleCollectionData>
type AzureFirewallNatRuleCollectionData = class
inherit NetworkResourceData
Public Class AzureFirewallNatRuleCollectionData
Inherits NetworkResourceData
Implements IJsonModel(Of AzureFirewallNatRuleCollectionData), IPersistableModel(Of AzureFirewallNatRuleCollectionData)
Public Class AzureFirewallNatRuleCollectionData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
AzureFirewallNatRuleCollectionData() |
Initializes a new instance of AzureFirewallNatRuleCollectionData. |
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 NAT rule collection resource. |
ProvisioningState |
The provisioning state of the NAT rule collection resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Rules |
Collection of rules used by a NAT rule collection. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET