AzureFirewallInner Constructors
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.
Overloads
AzureFirewallInner() |
Initializes a new instance of the AzureFirewallInner class. |
AzureFirewallInner(String, String, String, String, IDictionary<String, String>, IList<AzureFirewallApplicationRuleCollectionInner>, IList<AzureFirewallNatRuleCollectionInner>, IList<AzureFirewallNetworkRuleCollectionInner>, IList<AzureFirewallIPConfigurationInner>, ProvisioningState, AzureFirewallThreatIntelMode, SubResource, SubResource, HubIPAddresses, AzureFirewallSku, IDictionary<String, String>, IList<String>, String) |
Initializes a new instance of the AzureFirewallInner class. |
AzureFirewallInner()
Initializes a new instance of the AzureFirewallInner class.
public AzureFirewallInner ();
Public Sub New ()
Applies to
AzureFirewallInner(String, String, String, String, IDictionary<String, String>, IList<AzureFirewallApplicationRuleCollectionInner>, IList<AzureFirewallNatRuleCollectionInner>, IList<AzureFirewallNetworkRuleCollectionInner>, IList<AzureFirewallIPConfigurationInner>, ProvisioningState, AzureFirewallThreatIntelMode, SubResource, SubResource, HubIPAddresses, AzureFirewallSku, IDictionary<String, String>, IList<String>, String)
Initializes a new instance of the AzureFirewallInner class.
public AzureFirewallInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRuleCollectionInner> applicationRuleCollections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNatRuleCollectionInner> natRuleCollections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNetworkRuleCollectionInner> networkRuleCollections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallIPConfigurationInner> ipConfigurations = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallThreatIntelMode threatIntelMode = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource virtualHub = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource firewallPolicy = default, Microsoft.Azure.Management.Network.Fluent.Models.HubIPAddresses hubIpAddresses = default, Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallSku sku = default, System.Collections.Generic.IDictionary<string,string> additionalProperties = default, System.Collections.Generic.IList<string> zones = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallApplicationRuleCollectionInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNatRuleCollectionInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallNetworkRuleCollectionInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallIPConfigurationInner> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallThreatIntelMode * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.HubIPAddresses * Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallSku * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional applicationRuleCollections As IList(Of AzureFirewallApplicationRuleCollectionInner) = Nothing, Optional natRuleCollections As IList(Of AzureFirewallNatRuleCollectionInner) = Nothing, Optional networkRuleCollections As IList(Of AzureFirewallNetworkRuleCollectionInner) = Nothing, Optional ipConfigurations As IList(Of AzureFirewallIPConfigurationInner) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional threatIntelMode As AzureFirewallThreatIntelMode = Nothing, Optional virtualHub As SubResource = Nothing, Optional firewallPolicy As SubResource = Nothing, Optional hubIpAddresses As HubIPAddresses = Nothing, Optional sku As AzureFirewallSku = Nothing, Optional additionalProperties As IDictionary(Of String, String) = Nothing, Optional zones As IList(Of String) = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- applicationRuleCollections
- IList<AzureFirewallApplicationRuleCollectionInner>
Collection of application rule collections used by Azure Firewall.
- natRuleCollections
- IList<AzureFirewallNatRuleCollectionInner>
Collection of NAT rule collections used by Azure Firewall.
- networkRuleCollections
- IList<AzureFirewallNetworkRuleCollectionInner>
Collection of network rule collections used by Azure Firewall.
- ipConfigurations
- IList<AzureFirewallIPConfigurationInner>
IP configuration of the Azure Firewall resource.
- provisioningState
- ProvisioningState
The provisioning state of the Azure firewall resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- threatIntelMode
- AzureFirewallThreatIntelMode
The operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off'
- virtualHub
- SubResource
The virtualHub to which the firewall belongs.
- firewallPolicy
- SubResource
The firewallPolicy associated with this azure firewall.
- hubIpAddresses
- HubIPAddresses
IP addresses associated with AzureFirewall.
- sku
- AzureFirewallSku
The Azure Firewall Resource SKU.
- additionalProperties
- IDictionary<String,String>
The additional properties used to further config this azure firewall.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET