Information about the location of a REST API resource

interface ApiResourceLocation {
    area?: string;
    id?: string;
    maxVersion?: string;
    minVersion?: string;
    releasedVersion?: string;
    resourceName?: string;
    resourceVersion?: number;
    routeTemplate?: string;
}

Properties

area?: string

Area name for this resource

id?: string

Unique Identifier for this location

maxVersion?: string

Maximum api version that this resource supports (current server version for this resource)

minVersion?: string

Minimum api version that this resource supports

releasedVersion?: string

The latest version of this resource location that is in "Release" (non-preview) mode

resourceName?: string

Resource name

resourceVersion?: number

The current resource version supported by this resource location

routeTemplate?: string

This location's route template (templated relative path)