Microsoft.LoadTestService (preview:2022-04-15)

2025/05/26 • 7 deleted methods

Operations_List (removed)
Description Lists all the available API operations for Load Test Resource.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.LoadTestService/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
LoadTests_ListBySubscription (removed)
Description Lists loadtests resources in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/loadTests
{
subscriptionId: string ,
api-version: 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 ,
}
,
]
,
}
,
}
LoadTests_ListByResourceGroup (removed)
Description Lists loadtest resources in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: 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 ,
}
,
]
,
}
,
}
LoadTests_Get (removed)
Description Get a LoadTest resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
loadTestName: string ,
}

⚐ Response (200)

{
properties:
{
description: string ,
provisioningState: enum ,
dataPlaneURI: string ,
encryption:
{
identity:
{
type: enum ,
resourceId: string ,
}
,
keyUrl: string ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
LoadTests_CreateOrUpdate (removed)
Description Create or update LoadTest resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
loadTestName: string ,
LoadTestResource:
{
properties:
{
description: string ,
provisioningState: enum ,
dataPlaneURI: string ,
encryption:
{
identity:
{
type: enum ,
resourceId: string ,
}
,
keyUrl: string ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
description: string ,
provisioningState: enum ,
dataPlaneURI: string ,
encryption:
{
identity:
{
type: enum ,
resourceId: string ,
}
,
keyUrl: string ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
properties:
{
description: string ,
provisioningState: enum ,
dataPlaneURI: string ,
encryption:
{
identity:
{
type: enum ,
resourceId: string ,
}
,
keyUrl: string ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
LoadTests_Update (removed)
Description Update a loadtest resource.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
loadTestName: string ,
LoadTestResourcePatchRequestBody:
{
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
description: string ,
encryption:
{
identity:
{
type: enum ,
resourceId: string ,
}
,
keyUrl: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
description: string ,
provisioningState: enum ,
dataPlaneURI: string ,
encryption:
{
identity:
{
type: enum ,
resourceId: string ,
}
,
keyUrl: string ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
LoadTests_Delete (removed)
Description Delete a LoadTest resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
loadTestName: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}