Description | : List LoadTestResource resources by subscription ID |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "LoadTests_ListBySubscription", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "encryption": [ { "identity": [ { "#name": "resourceId", "Description": { "new": "User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.", "old": "User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/ /providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId." } } ] } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/loadTests
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
description:
string
,
provisioningState:
enum
,
dataPlaneURI:
string
,
encryption:
}
{
,
identity:
{
,
type:
enum
,
resourceId:
string
,
}
keyUrl:
string
,
}
identity:
}
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}