AzureFirewallIPConfiguration Class

IP configuration of an Azure Firewall.

Constructor

AzureFirewallIPConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

Resource ID.

properties

Properties of the azure firewall IP configuration.

name
str

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

etag
str

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

type
str

Type of the resource.

Attributes

etag

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

etag: str | None

name

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

name: str | None

properties

Properties of the azure firewall IP configuration.

properties: _models.AzureFirewallIPConfigurationPropertiesFormat | None

type

Type of the resource.

type: str | None