Język

AddressPrefixSetPropertiesFormat(IEnumerable<String>) Constructor

Definition

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.

Applies to