AzureFirewallIPConfigurationInner Class

Definition

IP configuration of an Azure Firewall.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AzureFirewallIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AzureFirewallIPConfigurationInner = class
    inherit SubResource
Public Class AzureFirewallIPConfigurationInner
Inherits SubResource
Inheritance
AzureFirewallIPConfigurationInner
Attributes

Constructors

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.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Resource Id

(Inherited from SubResource)
Name

Gets or sets name of the resource that is unique within a resource group. This name can be used to access the resource.

PrivateIPAddress

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

ProvisioningState

Gets the provisioning state of the Azure firewall IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

PublicIPAddress

Gets or sets reference of the PublicIP resource. This field is a mandatory input if subnet is not null.

Subnet

Gets or sets reference of the subnet resource. This resource must be named 'AzureFirewallSubnet'.

Applies to