AzureFirewallData 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.
A class representing the AzureFirewall data model. Azure Firewall resource.
public class AzureFirewallData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.AzureFirewallData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.AzureFirewallData>
public class AzureFirewallData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type AzureFirewallData = class
inherit NetworkTrackedResourceData
interface IJsonModel<AzureFirewallData>
interface IPersistableModel<AzureFirewallData>
type AzureFirewallData = class
inherit NetworkTrackedResourceData
Public Class AzureFirewallData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of AzureFirewallData), IPersistableModel(Of AzureFirewallData)
Public Class AzureFirewallData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
AzureFirewallData() |
Initializes a new instance of AzureFirewallData. |
Properties
AdditionalProperties |
The additional properties used to further config this azure firewall. |
ApplicationRuleCollections |
Collection of application rule collections used by Azure Firewall. |
AutoscaleConfiguration |
Properties to provide a custom autoscale configuration to this azure firewall. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
FirewallPolicyId |
Gets or sets Id. |
HubIPAddresses |
IP addresses associated with AzureFirewall. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IPConfigurations |
IP configuration of the Azure Firewall resource. |
IPGroups |
IpGroups associated with AzureFirewall. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
ManagementIPConfiguration |
IP configuration of the Azure Firewall used for management traffic. |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
NatRuleCollections |
Collection of NAT rule collections used by Azure Firewall. |
NetworkRuleCollections |
Collection of network rule collections used by Azure Firewall. |
ProvisioningState |
The provisioning state of the Azure firewall resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Sku |
The Azure Firewall Resource SKU. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
ThreatIntelMode |
The operation mode for Threat Intelligence. |
VirtualHubId |
Gets or sets Id. |
Zones |
A list of availability zones denoting where the resource needs to come from. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET