Share via


BgpAdvertisement(IEnumerable<String>) Constructor

Definition

Initializes a new instance of BgpAdvertisement.

public BgpAdvertisement (System.Collections.Generic.IEnumerable<string> ipAddressPools);
new Azure.ResourceManager.NetworkCloud.Models.BgpAdvertisement : seq<string> -> Azure.ResourceManager.NetworkCloud.Models.BgpAdvertisement
Public Sub New (ipAddressPools As IEnumerable(Of String))

Parameters

ipAddressPools
IEnumerable<String>

The names of the IP address pools associated with this announcement.

Exceptions

ipAddressPools is null.

Applies to