Class GetNetworkSecurityGroupSecurityRuleResult
Inheritance
System.Object
GetNetworkSecurityGroupSecurityRuleResult
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 GetNetworkSecurityGroupSecurityRuleResult
Fields
View SourceAccess
Is network traffic is allowed or denied?
Declaration
public readonly string Access
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description for this rule.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DestinationAddressPrefix
CIDR or destination IP range or * to match any IP.
Declaration
public readonly string DestinationAddressPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
DestinationAddressPrefixes
A list of CIDRs or destination IP ranges.
Declaration
public readonly ImmutableArray<string> DestinationAddressPrefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
DestinationApplicationSecurityGroupIds
A List of destination Application Security Group ID's
Declaration
public readonly ImmutableArray<string> DestinationApplicationSecurityGroupIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
DestinationPortRange
The Destination Port or Range.
Declaration
public readonly string DestinationPortRange
Field Value
| Type | Description |
|---|---|
| System.String |
DestinationPortRanges
Declaration
public readonly ImmutableArray<string> DestinationPortRanges
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Direction
The direction specifies if rule will be evaluated on incoming or outgoing traffic.
Declaration
public readonly string Direction
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the Name of the Network Security Group.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Priority
The priority of the rule
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Protocol
The network protocol this rule applies to.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
SourceAddressPrefix
CIDR or source IP range or * to match any IP.
Declaration
public readonly string SourceAddressPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
SourceAddressPrefixes
A list of CIDRs or source IP ranges.
Declaration
public readonly ImmutableArray<string> SourceAddressPrefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SourceApplicationSecurityGroupIds
A List of source Application Security Group ID's
Declaration
public readonly ImmutableArray<string> SourceApplicationSecurityGroupIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SourcePortRange
The Source Port or Range.
Declaration
public readonly string SourcePortRange
Field Value
| Type | Description |
|---|---|
| System.String |
SourcePortRanges
Declaration
public readonly ImmutableArray<string> SourcePortRanges
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |