AddressPrefixSetPropertiesFormat(IEnumerable<String>) Constructor
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.
Initializes a new instance of AddressPrefixSetPropertiesFormat.
public AddressPrefixSetPropertiesFormat(System.Collections.Generic.IEnumerable<string> addressPrefixes);
new Azure.ResourceManager.Network.Models.AddressPrefixSetPropertiesFormat : seq<string> -> Azure.ResourceManager.Network.Models.AddressPrefixSetPropertiesFormat
Public Sub New (addressPrefixes As IEnumerable(Of String))
Parameters
- addressPrefixes
- IEnumerable<String>
The list of address prefixes in CIDR notation. Supports both IPv4 and IPv6 CIDR notation (e.g. '10.0.0.0/16', '2001:db8::/32').
Exceptions
addressPrefixes is null.