ApplicationGateway Class
Application gateway resource.
Constructor
ApplicationGateway(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
name
|
Resource name. |
|
type
|
Resource type. |
|
location
|
Resource location. |
|
tags
|
Resource tags. |
|
properties
|
Properties of the application gateway. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
|
zones
|
A list of availability zones denoting where the resource needs to come from. |
|
identity
|
The identity of the application gateway, if configured. |
Attributes
etag
A unique read-only string that changes whenever the resource is updated.
etag: str | None
identity
The identity of the application gateway, if configured.
identity: _models.ManagedServiceIdentity | None
properties
Properties of the application gateway.
properties: _models.ApplicationGatewayPropertiesFormat | None
zones
A list of availability zones denoting where the resource needs to come from.
zones: list[str] | None