Show / Hide Table of Contents

Class FirewallApplicationRuleCollectionRule

Inheritance
System.Object
FirewallApplicationRuleCollectionRule
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallApplicationRuleCollectionRule

Fields

View Source

Description

Specifies a description for the rule.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

FqdnTags

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

Declaration
public readonly ImmutableArray<string> FqdnTags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Name

Specifies the name of the rule.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Protocols

One or more protocol blocks as defined below.

Declaration
public readonly ImmutableArray<FirewallApplicationRuleCollectionRuleProtocol> Protocols
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<FirewallApplicationRuleCollectionRuleProtocol>
View Source

SourceAddresses

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

Declaration
public readonly ImmutableArray<string> SourceAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TargetFqdns

A list of FQDNs.

Declaration
public readonly ImmutableArray<string> TargetFqdns
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.