FirewallPolicyInner 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 FirewallPolicyInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallPolicyInner = class
inherit Resource
Public Class FirewallPolicyInner
Inherits Resource
- Inheritance
- Attributes
Constructors
FirewallPolicyInner() |
Initializes a new instance of the FirewallPolicyInner class. |
FirewallPolicyInner(String, String, String, String, IDictionary<String, String>, IList<SubResource>, ProvisioningState, SubResource, IList<SubResource>, IList<SubResource>, AzureFirewallThreatIntelMode, String) |
Initializes a new instance of the FirewallPolicyInner class. |
Properties
BasePolicy |
Gets or sets the parent firewall policy from which rules are inherited. |
ChildPolicies |
Gets list of references to Child Firewall Policies. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Firewalls |
Gets list of references to Azure Firewalls that this Firewall Policy is associated with. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
ProvisioningState |
Gets the provisioning state of the firewall policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RuleGroups |
Gets list of references to FirewallPolicyRuleGroups. |
Tags |
Resource tags (Inherited from Resource) |
ThreatIntelMode |
Gets or sets the operation mode for Threat Intelligence. Possible values include: 'Alert', 'Deny', 'Off' |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET