Show / Hide Table of Contents

Class FirewallApplicationRuleCollectionRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirewallApplicationRuleCollectionRuleArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallApplicationRuleCollectionRuleArgs : ResourceArgs

Constructors

View Source

FirewallApplicationRuleCollectionRuleArgs()

Declaration
public FirewallApplicationRuleCollectionRuleArgs()

Properties

View Source

Description

Specifies a description for the rule.

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

FqdnTags

A list of FQDN tags. Possible values are AppServiceEnvironment, AzureBackup, MicrosoftActiveProtectionService, WindowsDiagnostics and WindowsUpdate

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

Name

Specifies the name of the rule.

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

Protocols

One or more protocol blocks as defined below.

Declaration
public InputList<FirewallApplicationRuleCollectionRuleProtocolArgs> Protocols { get; set; }
Property Value
Type Description
InputList<FirewallApplicationRuleCollectionRuleProtocolArgs>
View Source

SourceAddresses

A list of source IP addresses and/or IP ranges.

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

TargetFqdns

A list of FQDNs.

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