IAzureFirewallIpConfiguration Interface
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.
Entry point for Azure firewall IP configuration management API in Azure.
public interface IAzureFirewallIpConfiguration
type IAzureFirewallIpConfiguration = interface
Public Interface IAzureFirewallIpConfiguration
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets the ID of the resource. |
Name |
Gets name of 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'. |
PublicIPAddressId |
Gets reference of the PublicIP resource. |
SubnetId |
Gets reference of the subnet resource. This value must be 'AzureFirewallSubnet'. |
Applies to
Azure SDK for .NET