共用方式為


IpAddressGroup 建構函式

定義

多載

IpAddressGroup()

初始化 IpAddressGroup 類別的新實例。

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

初始化 IpAddressGroup 類別的新實例。

IpAddressGroup()

初始化 IpAddressGroup 類別的新實例。

public IpAddressGroup ();
Public Sub New ()

適用於

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

初始化 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)

參數

deliveryRegion
String

IP 位址群組的傳遞區域

ipv4Addresses
IList<CidrIpAddress>

ip v4 位址的清單。

ipv6Addresses
IList<CidrIpAddress>

ip v6 位址的清單。

適用於