Description | : List labs. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/labs
{
subscriptionId:
string
,
$filter:
string
,
$top:
integer
,
$orderBy:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
defaultStorageAccount:
string
,
artifactsStorageAccount:
string
,
storageAccounts:
[
,
string
,
]
vaultName:
string
,
labStorageType:
enum
,
defaultVirtualNetworkId:
string
,
createdDate:
string
,
provisioningState:
string
,
}
id:
string
,
name:
string
,
type:
string
,
location:
string
,
tags:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]