AzureFirewallIPConfiguration 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
AzureFirewallIPConfiguration() |
Initializes a new instance of the AzureFirewallIPConfiguration class. |
AzureFirewallIPConfiguration(String, String, SubResource, SubResource, String, String, String, String) |
Initializes a new instance of the AzureFirewallIPConfiguration class. |
AzureFirewallIPConfiguration()
Initializes a new instance of the AzureFirewallIPConfiguration class.
public AzureFirewallIPConfiguration ();
Public Sub New ()
Applies to
AzureFirewallIPConfiguration(String, String, SubResource, SubResource, String, String, String, String)
Initializes a new instance of the AzureFirewallIPConfiguration class.
public AzureFirewallIPConfiguration (string id = default, string privateIPAddress = default, Microsoft.Azure.Management.Network.Models.SubResource subnet = default, Microsoft.Azure.Management.Network.Models.SubResource publicIPAddress = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.AzureFirewallIPConfiguration : string * string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string -> Microsoft.Azure.Management.Network.Models.AzureFirewallIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional privateIPAddress As String = Nothing, Optional subnet As SubResource = Nothing, Optional publicIPAddress As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- privateIPAddress
- String
The Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes.
- subnet
- SubResource
Reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'.
- publicIPAddress
- SubResource
Reference to the PublicIP resource. This field is a mandatory input if subnet is not null.
- provisioningState
- String
The provisioning state of the Azure firewall IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.
Applies to
Azure SDK for .NET