Show / Hide Table of Contents

Class FirewallNetworkRuleCollectionRule

Inheritance
System.Object
FirewallNetworkRuleCollectionRule
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 FirewallNetworkRuleCollectionRule

Fields

View Source

Description

Specifies a description for the rule.

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

DestinationAddresses

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

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

DestinationPorts

A list of destination ports.

Declaration
public readonly ImmutableArray<string> DestinationPorts
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

A list of protocols. Possible values are Any, ICMP, TCP and UDP.

Declaration
public readonly ImmutableArray<string> Protocols
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
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
Back to top Copyright 2016-2020, Pulumi Corporation.