ApplicationGatewayIPConfiguration Class
IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.
Constructor
ApplicationGatewayIPConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
properties
|
Properties of the application gateway IP configuration. |
|
name
|
Name of the IP configuration that is unique within an Application Gateway. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
|
type
|
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 IP configuration that is unique within an Application Gateway.
name: str | None
properties
Properties of the application gateway IP configuration.
properties: _models.ApplicationGatewayIPConfigurationPropertiesFormat | None
type
Type of the resource.
type: str | None