AzureFirewallIPConfiguration Class
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.
IP configuration of an Azure Firewall.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AzureFirewallIPConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AzureFirewallIPConfiguration = class
inherit SubResource
Public Class AzureFirewallIPConfiguration
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets 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 to the PublicIP resource. This field is a mandatory input if subnet is not null. |
Subnet |
Gets or sets reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'. |
Type |
Gets type of the resource. |