ApiResourceLocation interface

Information about the location of a REST API resource

Properties

area

Area name for this resource

id

Unique Identifier for this location

maxVersion

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

minVersion

Minimum api version that this resource supports

releasedVersion

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

resourceName

Resource name

resourceVersion

The current resource version supported by this resource location

routeTemplate

This location's route template (templated relative path)

Property Details

area

Area name for this resource

area: string

Property Value

string

id

Unique Identifier for this location

id: string

Property Value

string

maxVersion

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

maxVersion: string

Property Value

string

minVersion

Minimum api version that this resource supports

minVersion: string

Property Value

string

releasedVersion

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

releasedVersion: string

Property Value

string

resourceName

Resource name

resourceName: string

Property Value

string

resourceVersion

The current resource version supported by this resource location

resourceVersion: number

Property Value

number

routeTemplate

This location's route template (templated relative path)

routeTemplate: string

Property Value

string