Class FirewallNetworkRuleCollectionArgs
Inherited Members
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 FirewallNetworkRuleCollectionArgs : ResourceArgs
Constructors
View SourceFirewallNetworkRuleCollectionArgs()
Declaration
public FirewallNetworkRuleCollectionArgs()
Properties
View SourceAction
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> |
AzureFirewallName
Specifies the name of the Firewall in which the Network 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> |
Name
Specifies the name of the Network 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> |
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> |
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> |
Rules
One or more rule blocks as defined below.
Declaration
public InputList<FirewallNetworkRuleCollectionRuleArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallNetworkRuleCollectionRuleArgs> |