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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET