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. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

location?: string

The Azure Region where the resource lives

name?: string

The name of the resource

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

Resource tags.

Type declaration

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

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

Generated using TypeDoc