NetworkCloudAccessBridgeSecurityRule.Ipv4Addresses Property

Definition

The set of IPv4 addresses permitted as the source or destination of the security rule. For as single address, utilize a /32 (CIDR notation). One or both Ipv4Addresses and Ipv6Addresses must be specified. Example formats: 10.10.10.10-10.10.10.20 or 10.10.10.10/24.

public System.Collections.Generic.IList<string> Ipv4Addresses { get; }
member this.Ipv4Addresses : System.Collections.Generic.IList<string>
Public ReadOnly Property Ipv4Addresses As IList(Of String)

Property Value

Applies to