FirewallPolicyDraft 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.
FirewallPolicy Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallPolicyDraft : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallPolicyDraft = class
inherit Resource
Public Class FirewallPolicyDraft
Inherits Resource
- Inheritance
- Attributes
Constructors
FirewallPolicyDraft() |
Initializes a new instance of the FirewallPolicyDraft class. |
FirewallPolicyDraft(String, String, String, String, IDictionary<String, String>, DnsSettings, ExplicitProxy, SubResource, String, FirewallPolicyThreatIntelWhitelist, FirewallPolicyInsights, FirewallPolicySnat, FirewallPolicySQL, FirewallPolicyIntrusionDetection) |
Initializes a new instance of the FirewallPolicyDraft class. |
Properties
BasePolicy |
Gets or sets the parent firewall policy from which rules are inherited. |
DnsSettings |
Gets or sets dNS Proxy Settings definition. |
ExplicitProxy |
Gets or sets explicit Proxy Settings definition. |
Id |
Gets or sets resource ID. (Inherited from Resource) |
Insights |
Gets or sets insights on Firewall Policy. |
IntrusionDetection |
Gets or sets the configuration for Intrusion detection. |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
Snat |
Gets or sets the private IP addresses/IP ranges to which traffic will not be SNAT. |
Sql |
Gets or sets sQL Settings definition. |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
ThreatIntelMode |
Gets or sets the operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off' |
ThreatIntelWhitelist |
Gets or sets threatIntel Whitelist for Firewall Policy. |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |