IpAddressGroup 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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 位址的清單。