Package version:

Interface TrackedResource

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

Hierarchy

Properties

id?: string

Fully qualified resource Id for the resource. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

The GEO location of the resource.

name?: string

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

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

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

Tags of the service which is a list of key value pairs that describe the resource.

Type declaration

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

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

Generated using TypeDoc