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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET