ApplicationGatewayOutput interface
Application gateway resource.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| identity | The identity of the application gateway, if configured. |
| properties | Properties of the application gateway. |
| zones | A list of availability zones denoting where the resource needs to come from. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
identity
The identity of the application gateway, if configured.
identity?: ManagedServiceIdentityOutput
Property Value
properties
Properties of the application gateway.
properties?: ApplicationGatewayPropertiesFormatOutput
Property Value
zones
A list of availability zones denoting where the resource needs to come from.
zones?: string[]
Property Value
string[]
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags