Share via


IpAddressGroup Constructors

Definition

Overloads

IpAddressGroup()

Initializes a new instance of the IpAddressGroup class.

IpAddressGroup(String, IList<CidrIpAddress>, IList<CidrIpAddress>)

Initializes a new instance of the IpAddressGroup class.

IpAddressGroup()

Initializes a new instance of the IpAddressGroup class.

public IpAddressGroup ();
Public Sub New ()

Applies to

IpAddressGroup(String, IList<CidrIpAddress>, IList<CidrIpAddress>)

Initializes a new instance of the IpAddressGroup class.

public IpAddressGroup (string deliveryRegion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.CidrIpAddress> ipv4Addresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.CidrIpAddress> ipv6Addresses = default);
new Microsoft.Azure.Management.Cdn.Fluent.Models.IpAddressGroup : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.CidrIpAddress> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.CidrIpAddress> -> Microsoft.Azure.Management.Cdn.Fluent.Models.IpAddressGroup
Public Sub New (Optional deliveryRegion As String = Nothing, Optional ipv4Addresses As IList(Of CidrIpAddress) = Nothing, Optional ipv6Addresses As IList(Of CidrIpAddress) = Nothing)

Parameters

deliveryRegion
String

The delivery region of the ip address group

ipv4Addresses
IList<CidrIpAddress>

The list of ip v4 addresses.

ipv6Addresses
IList<CidrIpAddress>

The list of ip v6 addresses.

Applies to