Description | : This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "Applications_ListApplications", "$responses": { "default": { "$properties": [ { "#name": "code", "Required": { "new": false, "old": true } } ] } } }
⚼ Request
GET:
/applications
{
api-version:
string
,
timeOut:
integer
,
client-request-id:
string
,
return-client-request-id:
boolean
,
ocp-date:
string
,
maxresults:
integer
,
}
⚐ Response (200)
{
$headers:
{
,
etag:
string
,
last-modified:
string
,
client-request-id:
string
,
request-id:
string
,
}
$schema:
}
{
,
value:
[
]
,
{
,
id:
string
,
displayName:
string
,
versions:
}
[
,
string
,
]
odata.nextLink:
string
,
}
⚐ Response (default)
{
code:
string
,
message:
{
,
lang:
string
,
value:
string
,
}
values:
}
[
]
,
{
,
key:
string
,
value:
string
,
}