ApiResourceLocation interface
Information about the location of a REST API resource
Properties
area | Area name for this resource |
id | Unique Identifier for this location |
max |
Maximum api version that this resource supports (current server version for this resource) |
min |
Minimum api version that this resource supports |
released |
The latest version of this resource location that is in "Release" (non-preview) mode |
resource |
Resource name |
resource |
The current resource version supported by this resource location |
route |
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