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.
public class AzureFirewallIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.AzureFirewallIPConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.AzureFirewallIPConfiguration>
public class AzureFirewallIPConfiguration : Azure.ResourceManager.Network.Models.NetworkResourceData
type AzureFirewallIPConfiguration = class
inherit NetworkResourceData
interface IJsonModel<AzureFirewallIPConfiguration>
interface IPersistableModel<AzureFirewallIPConfiguration>
type AzureFirewallIPConfiguration = class
inherit NetworkResourceData
Public Class AzureFirewallIPConfiguration
Inherits NetworkResourceData
Implements IJsonModel(Of AzureFirewallIPConfiguration), IPersistableModel(Of AzureFirewallIPConfiguration)
Public Class AzureFirewallIPConfiguration
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
AzureFirewallIPConfiguration() |
Initializes a new instance of AzureFirewallIPConfiguration. |
Properties
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
Name |
Resource name. (Inherited from NetworkResourceData) |
PrivateIPAddress |
The Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes. |
ProvisioningState |
The provisioning state of the Azure firewall IP configuration resource. |
PublicIPAddressId |
Gets or sets Id. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
SubnetId |
Gets or sets Id. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET