ExpressRouteLag interface
ExpressRouteLag resource definition.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| id | The unique identifier of the resource. |
| identity | The identity of ExpressRouteLag, if configured. |
| properties | ExpressRouteLag properties. |
| type | The type of the resource. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
id
The unique identifier of the resource.
id?: string
Property Value
string
identity
The identity of ExpressRouteLag, if configured.
identity?: ManagedServiceIdentity
Property Value
properties
ExpressRouteLag properties.
properties?: ExpressRouteLagPropertiesFormat
Property Value
type
The type of the resource.
type?: string
Property Value
string
Inherited Property Details
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags