IpAddressGroup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Models.CidrIpAddress> ipv4Addresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.CidrIpAddress> ipv6Addresses = default);
new Microsoft.Azure.Management.Cdn.Models.IpAddressGroup : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.CidrIpAddress> * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.CidrIpAddress> -> Microsoft.Azure.Management.Cdn.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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET