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. e.g. West US | East US | North Central US | South Central US.

name?: string

The name 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 - e.g. "Microsoft.SignalRService/SignalR" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc