NetworkCloudAccessBridgeSecurityRule.Ipv6Addresses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)