Class FirewallNetworkRuleCollectionRuleGetArgs
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 FirewallNetworkRuleCollectionRuleGetArgs : ResourceArgs
Constructors
View SourceFirewallNetworkRuleCollectionRuleGetArgs()
Declaration
public FirewallNetworkRuleCollectionRuleGetArgs()
Properties
View SourceDescription
Specifies a description for the rule.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DestinationAddresses
A list of destination IP addresses and/or IP ranges.
Declaration
public InputList<string> DestinationAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DestinationPorts
A list of destination ports.
Declaration
public InputList<string> DestinationPorts { 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
A list of protocols. Possible values are Any, ICMP, TCP and UDP.
Declaration
public InputList<string> Protocols { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |