VirtualNetworkGatewayOutput interface
A common class for general resource information.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| extended |
The extended location of type local virtual network gateway. |
| properties | Properties of the virtual network gateway. |
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
extendedLocation
The extended location of type local virtual network gateway.
extendedLocation?: ExtendedLocationOutput
Property Value
properties
Properties of the virtual network gateway.
properties: VirtualNetworkGatewayPropertiesFormatOutput
Property Value
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags