Class FirewallApplicationRuleCollectionRuleGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallApplicationRuleCollectionRuleGetArgs : ResourceArgs
Constructors
View SourceFirewallApplicationRuleCollectionRuleGetArgs()
Declaration
public FirewallApplicationRuleCollectionRuleGetArgs()
Properties
View SourceDescription
Specifies a description for the rule.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
Specifies the name of the rule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Protocols
One or more protocol blocks as defined below.
Declaration
public InputList<FirewallApplicationRuleCollectionRuleProtocolGetArgs> Protocols { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FirewallApplicationRuleCollectionRuleProtocolGetArgs> |
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> |
TargetFqdns
A list of FQDNs.
Declaration
public InputList<string> TargetFqdns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |