AzureFirewallIPConfigurationInner Constructors

Definition

Overloads

AzureFirewallIPConfigurationInner()

Initializes a new instance of the AzureFirewallIPConfigurationInner class.

AzureFirewallIPConfigurationInner(String, String, SubResource, SubResource, ProvisioningState, String, String)

Initializes a new instance of the AzureFirewallIPConfigurationInner class.

AzureFirewallIPConfigurationInner()

Initializes a new instance of the AzureFirewallIPConfigurationInner class.

public AzureFirewallIPConfigurationInner ();
Public Sub New ()

Applies to

AzureFirewallIPConfigurationInner(String, String, SubResource, SubResource, ProvisioningState, String, String)

Initializes a new instance of the AzureFirewallIPConfigurationInner class.

public AzureFirewallIPConfigurationInner (string id = default, string privateIPAddress = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallIPConfigurationInner : string * string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.AzureFirewallIPConfigurationInner
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 ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String
privateIPAddress
String

The Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes.

subnet
SubResource

Reference of the subnet resource. This resource must be named 'AzureFirewallSubnet'.

publicIPAddress
SubResource

Reference of the PublicIP resource. This field is a mandatory input if subnet is not null.

provisioningState
ProvisioningState

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.

Applies to