Show / Hide Table of Contents

Class FirewallNetworkRuleCollectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirewallNetworkRuleCollectionArgs
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 FirewallNetworkRuleCollectionArgs : ResourceArgs

Constructors

View Source

FirewallNetworkRuleCollectionArgs()

Declaration
public FirewallNetworkRuleCollectionArgs()

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 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>
View Source

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>
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<FirewallNetworkRuleCollectionRuleArgs> Rules { get; set; }
Property Value
Type Description
InputList<FirewallNetworkRuleCollectionRuleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.