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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET