FirewallPolicy 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
FirewallPolicy() |
Initializes a new instance of the FirewallPolicy class. |
FirewallPolicy(String, String, String, String, IDictionary<String, String>, IList<SubResource>, String, SubResource, IList<SubResource>, IList<SubResource>, String, FirewallPolicyThreatIntelWhitelist, FirewallPolicyInsights, FirewallPolicySNAT, FirewallPolicySQL, DnsSettings, ExplicitProxy, FirewallPolicyIntrusionDetection, FirewallPolicyTransportSecurity, FirewallPolicySku, String, ManagedServiceIdentity) |
Initializes a new instance of the FirewallPolicy class. |
FirewallPolicy()
Initializes a new instance of the FirewallPolicy class.
public FirewallPolicy ();
Public Sub New ()
Applies to
FirewallPolicy(String, String, String, String, IDictionary<String, String>, IList<SubResource>, String, SubResource, IList<SubResource>, IList<SubResource>, String, FirewallPolicyThreatIntelWhitelist, FirewallPolicyInsights, FirewallPolicySNAT, FirewallPolicySQL, DnsSettings, ExplicitProxy, FirewallPolicyIntrusionDetection, FirewallPolicyTransportSecurity, FirewallPolicySku, String, ManagedServiceIdentity)
Initializes a new instance of the FirewallPolicy class.
public FirewallPolicy (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> ruleCollectionGroups = default, string provisioningState = default, Microsoft.Azure.Management.Network.Models.SubResource basePolicy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> firewalls = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> childPolicies = default, string threatIntelMode = default, Microsoft.Azure.Management.Network.Models.FirewallPolicyThreatIntelWhitelist threatIntelWhitelist = default, Microsoft.Azure.Management.Network.Models.FirewallPolicyInsights insights = default, Microsoft.Azure.Management.Network.Models.FirewallPolicySNAT snat = default, Microsoft.Azure.Management.Network.Models.FirewallPolicySQL sql = default, Microsoft.Azure.Management.Network.Models.DnsSettings dnsSettings = default, Microsoft.Azure.Management.Network.Models.ExplicitProxy explicitProxy = default, Microsoft.Azure.Management.Network.Models.FirewallPolicyIntrusionDetection intrusionDetection = default, Microsoft.Azure.Management.Network.Models.FirewallPolicyTransportSecurity transportSecurity = default, Microsoft.Azure.Management.Network.Models.FirewallPolicySku sku = default, string etag = default, Microsoft.Azure.Management.Network.Models.ManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.Network.Models.FirewallPolicy : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * Microsoft.Azure.Management.Network.Models.FirewallPolicyThreatIntelWhitelist * Microsoft.Azure.Management.Network.Models.FirewallPolicyInsights * Microsoft.Azure.Management.Network.Models.FirewallPolicySNAT * Microsoft.Azure.Management.Network.Models.FirewallPolicySQL * Microsoft.Azure.Management.Network.Models.DnsSettings * Microsoft.Azure.Management.Network.Models.ExplicitProxy * Microsoft.Azure.Management.Network.Models.FirewallPolicyIntrusionDetection * Microsoft.Azure.Management.Network.Models.FirewallPolicyTransportSecurity * Microsoft.Azure.Management.Network.Models.FirewallPolicySku * string * Microsoft.Azure.Management.Network.Models.ManagedServiceIdentity -> Microsoft.Azure.Management.Network.Models.FirewallPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional ruleCollectionGroups As IList(Of SubResource) = Nothing, Optional provisioningState As String = Nothing, Optional basePolicy As SubResource = Nothing, Optional firewalls As IList(Of SubResource) = Nothing, Optional childPolicies As IList(Of SubResource) = Nothing, Optional threatIntelMode As String = Nothing, Optional threatIntelWhitelist As FirewallPolicyThreatIntelWhitelist = Nothing, Optional insights As FirewallPolicyInsights = Nothing, Optional snat As FirewallPolicySNAT = Nothing, Optional sql As FirewallPolicySQL = Nothing, Optional dnsSettings As DnsSettings = Nothing, Optional explicitProxy As ExplicitProxy = Nothing, Optional intrusionDetection As FirewallPolicyIntrusionDetection = Nothing, Optional transportSecurity As FirewallPolicyTransportSecurity = Nothing, Optional sku As FirewallPolicySku = Nothing, Optional etag As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- ruleCollectionGroups
- IList<SubResource>
List of references to FirewallPolicyRuleCollectionGroups.
- provisioningState
- String
The provisioning state of the firewall policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- basePolicy
- SubResource
The parent firewall policy from which rules are inherited.
- firewalls
- IList<SubResource>
List of references to Azure Firewalls that this Firewall Policy is associated with.
- childPolicies
- IList<SubResource>
List of references to Child Firewall Policies.
- threatIntelMode
- String
The operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off'
- threatIntelWhitelist
- FirewallPolicyThreatIntelWhitelist
ThreatIntel Whitelist for Firewall Policy.
- insights
- FirewallPolicyInsights
Insights on Firewall Policy.
- snat
- FirewallPolicySNAT
The private IP addresses/IP ranges to which traffic will not be SNAT.
SQL Settings definition.
- dnsSettings
- DnsSettings
DNS Proxy Settings definition.
- explicitProxy
- ExplicitProxy
Explicit Proxy Settings definition.
- intrusionDetection
- FirewallPolicyIntrusionDetection
The configuration for Intrusion detection.
- transportSecurity
- FirewallPolicyTransportSecurity
TLS Configuration definition.
The Firewall Policy SKU.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- identity
- ManagedServiceIdentity
The identity of the firewall policy.
Applies to
Azure SDK for .NET