Delen via


IpAddressGroup Constructors

Definitie

Overloads

IpAddressGroup()

Initialiseert een nieuw exemplaar van de klasse IpAddressGroup.

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

Initialiseert een nieuw exemplaar van de klasse IpAddressGroup.

IpAddressGroup()

Initialiseert een nieuw exemplaar van de klasse IpAddressGroup.

public IpAddressGroup();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse IpAddressGroup.

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

De leveringsregio van de IP-adresgroep

ipv4Addresses
IList<CidrIpAddress>

De lijst met IP v4-adressen.

ipv6Addresses
IList<CidrIpAddress>

De lijst met IP v6-adressen.

Van toepassing op