HubIPAddresses 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
HubIPAddresses() |
Initializes a new instance of the HubIPAddresses class. |
HubIPAddresses(IList<AzureFirewallPublicIPAddress>, String) |
Initializes a new instance of the HubIPAddresses class. |
HubIPAddresses()
Initializes a new instance of the HubIPAddresses class.
public HubIPAddresses ();
Public Sub New ()
Applies to
HubIPAddresses(IList<AzureFirewallPublicIPAddress>, String)
Initializes a new instance of the HubIPAddresses class.
public HubIPAddresses (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallPublicIPAddress> publicIPAddresses = default, string privateIPAddress = default);
new Microsoft.Azure.Management.Network.Fluent.Models.HubIPAddresses : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallPublicIPAddress> * string -> Microsoft.Azure.Management.Network.Fluent.Models.HubIPAddresses
Public Sub New (Optional publicIPAddresses As IList(Of AzureFirewallPublicIPAddress) = Nothing, Optional privateIPAddress As String = Nothing)
Parameters
- publicIPAddresses
- IList<AzureFirewallPublicIPAddress>
List of Public IP addresses associated with azure firewall.
- privateIPAddress
- String
Private IP Address associated with azure firewall.
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