Package version:

Interface TrackedResource

Describes an Azure tracked resource.

Hierarchy

Properties

etag?: string

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

id?: string

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

kind?: string

Kind of the resource

location?: string

Location where the resource is stored

name?: string

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

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

A list of key value pairs that describe the resource.

Type declaration

  • [propertyName: string]: string
type?: string

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

Generated using TypeDoc