Package version:

Interface TrackedResource

The resource model definition for a ARM tracked top level resource.

Hierarchy

Properties

id?: string

Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

The geo-location where the resource lives.

name?: string

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

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

Azure resource tags.

Type declaration

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

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

Generated using TypeDoc