ApplicationRule 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.
Rule of type application.
public class ApplicationRule : Azure.ResourceManager.Network.Models.FirewallPolicyRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationRule>
public class ApplicationRule : Azure.ResourceManager.Network.Models.FirewallPolicyRule
type ApplicationRule = class
inherit FirewallPolicyRule
interface IJsonModel<ApplicationRule>
interface IPersistableModel<ApplicationRule>
type ApplicationRule = class
inherit FirewallPolicyRule
Public Class ApplicationRule
Inherits FirewallPolicyRule
Implements IJsonModel(Of ApplicationRule), IPersistableModel(Of ApplicationRule)
Public Class ApplicationRule
Inherits FirewallPolicyRule
- Inheritance
- Implements
Constructors
ApplicationRule() |
Initializes a new instance of ApplicationRule. |
Properties
Description |
Description of the rule. (Inherited from FirewallPolicyRule) |
DestinationAddresses |
List of destination IP addresses or Service Tags. |
FqdnTags |
List of FQDN Tags for this rule. |
HttpHeadersToInsert |
List of HTTP/S headers to insert. |
Name |
Name of the rule. (Inherited from FirewallPolicyRule) |
Protocols |
Array of Application Protocols. |
SourceAddresses |
List of source IP addresses for this rule. |
SourceIPGroups |
List of source IpGroups for this rule. |
TargetFqdns |
List of FQDNs for this rule. |
TargetUrls |
List of Urls for this rule condition. |
TerminateTLS |
Terminate TLS connections for this rule. |
WebCategories |
List of destination azure web categories. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET