Sdílet prostřednictvím


IpAddressGroup Konstruktory

Definice

Přetížení

IpAddressGroup()

Inicializuje novou instanci IpAddressGroup třídy.

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

Inicializuje novou instanci IpAddressGroup třídy.

IpAddressGroup()

Inicializuje novou instanci IpAddressGroup třídy.

public IpAddressGroup ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci IpAddressGroup třídy.

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)

Parametry

deliveryRegion
String

Oblast doručení skupiny IP adres

ipv4Addresses
IList<CidrIpAddress>

Seznam ip adres v4.

ipv6Addresses
IList<CidrIpAddress>

Seznam ip adres v6.

Platí pro