TrackedResource interface

Describes an Azure tracked resource.

Extends

Inherited Properties

etag

Entity tag is used for comparing two or more entities from the same requested resource.

id

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

kind

Kind of the resource

location

Location where the resource is stored

name

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

tags

A list of key value pairs that describe the resource.

type

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Property Details

etag

Entity tag is used for comparing two or more entities from the same requested resource.

etag?: string

Property Value

string

Inherited From ETag.etag

id

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

kind

Kind of the resource

kind?: string

Property Value

string

Inherited From KindAutoGenerated.kind

location

Location where the resource is stored

location?: string

Property Value

string

Inherited From AzureTrackedResourceLocation.location

name

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

tags

A list of key value pairs that describe the resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From Tags.tags

type

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type