NetworkCloudAccessBridgeSecurityRule.Ipv6Addresses Property

Definition

The set of IPv6 addresses permitted as the source or destination of the security rule. For as single address, utilize a /128 (CIDR notation). One or both Ipv4Addresses and Ipv6Addresses must be specified. Example formats: 2001:db8:abcd::1-2001:db8:abcd::ff or 2001:db8:abcd::1/64.

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

Property Value

Applies to