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 SourceDescription
Specifies a description for the rule.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Name
Specifies the name of the rule.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Protocols
One or more protocol blocks as defined below.
Declaration
public readonly ImmutableArray<FirewallApplicationRuleCollectionRuleProtocol> Protocols
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<FirewallApplicationRuleCollectionRuleProtocol> |
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> |
TargetFqdns
A list of FQDNs.
Declaration
public readonly ImmutableArray<string> TargetFqdns
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |