Show / Hide Table of Contents

Class FirewallApplicationRuleCollectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirewallApplicationRuleCollectionArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallApplicationRuleCollectionArgs : ResourceArgs

Constructors

View Source

FirewallApplicationRuleCollectionArgs()

Declaration
public FirewallApplicationRuleCollectionArgs()

Properties

View Source

Action

Specifies the action the rule will apply to matching traffic. Possible values are Allow and Deny.

Declaration
public Input<string> Action { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AzureFirewallName

Specifies the name of the Firewall in which the Application Rule Collection should be created. Changing this forces a new resource to be created.

Declaration
public Input<string> AzureFirewallName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Application Rule Collection which must be unique within the Firewall. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

Specifies the priority of the rule collection. Possible values are between 100 - 65000.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ResourceGroupName

Specifies the name of the Resource Group in which the Firewall exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Rules

One or more rule blocks as defined below.

Declaration
public InputList<FirewallApplicationRuleCollectionRuleArgs> Rules { get; set; }
Property Value
Type Description
InputList<FirewallApplicationRuleCollectionRuleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.