LoadTestRunClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The LoadTestRun service client.
public class LoadTestRunClient
type LoadTestRunClient = class
Public Class LoadTestRunClient
- Inheritance
-
LoadTestRunClient
Constructors
LoadTestRunClient() |
Initializes a new instance of LoadTestRunClient for mocking. |
LoadTestRunClient(Uri, TokenCredential, LoadTestingClientOptions) |
Initializes a new instance of LoadTestRunClient. |
LoadTestRunClient(Uri, TokenCredential) |
Initializes a new instance of LoadTestRunClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
BeginTestRun(WaitUntil, String, RequestContent, Nullable<TimeSpan>, String, RequestContext) |
Create and start a new test run with the given name. |
BeginTestRunAsync(WaitUntil, String, RequestContent, Nullable<TimeSpan>, String, RequestContext) |
Create and start a new test run with the given name. |
CreateOrUpdateAppComponents(String, RequestContent, RequestContext) |
[Protocol Method] Associate an app component (collection of azure resources) to a test run
|
CreateOrUpdateAppComponentsAsync(String, RequestContent, RequestContext) |
[Protocol Method] Associate an app component (collection of azure resources) to a test run
|
CreateOrUpdateServerMetricsConfig(String, RequestContent, RequestContext) |
[Protocol Method] Configure server metrics for a test run
|
CreateOrUpdateServerMetricsConfigAsync(String, RequestContent, RequestContext) |
[Protocol Method] Configure server metrics for a test run
|
DeleteTestRun(String, RequestContext) |
[Protocol Method] Delete a test run by its name.
|
DeleteTestRunAsync(String, RequestContext) |
[Protocol Method] Delete a test run by its name.
|
GetAppComponents(String, RequestContext) |
[Protocol Method] Get associated app component (collection of azure resources) for the given test run.
|
GetAppComponentsAsync(String, RequestContext) |
[Protocol Method] Get associated app component (collection of azure resources) for the given test run.
|
GetMetricDefinitions(String, String, RequestContext) |
[Protocol Method] List the metric definitions for a load test run.
|
GetMetricDefinitionsAsync(String, String, RequestContext) |
[Protocol Method] List the metric definitions for a load test run.
|
GetMetricDimensionValues(String, String, String, String, String, String, RequestContext) |
[Protocol Method] List the dimension values for the given metric dimension name.
|
GetMetricDimensionValuesAsync(String, String, String, String, String, String, RequestContext) |
[Protocol Method] List the dimension values for the given metric dimension name.
|
GetMetricNamespaces(String, RequestContext) |
[Protocol Method] List the metric namespaces for a load test run.
|
GetMetricNamespacesAsync(String, RequestContext) |
[Protocol Method] List the metric namespaces for a load test run.
|
GetMetrics(String, String, String, String, RequestContent, String, String, RequestContext) |
List the metric values for a load test run. |
GetMetricsAsync(String, String, String, String, RequestContent, String, String, RequestContext) |
List the metric values for a load test run. |
GetServerMetricsConfig(String, RequestContext) |
[Protocol Method] List server metrics configuration for the given test run.
|
GetServerMetricsConfigAsync(String, RequestContext) |
[Protocol Method] List server metrics configuration for the given test run.
|
GetTestRun(String, RequestContext) |
[Protocol Method] Get test run details by name.
|
GetTestRunAsync(String, RequestContext) |
[Protocol Method] Get test run details by name.
|
GetTestRunFile(String, String, RequestContext) |
[Protocol Method] Get test run file by file name.
|
GetTestRunFileAsync(String, String, RequestContext) |
[Protocol Method] Get test run file by file name.
|
GetTestRuns(String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, RequestContext) |
Get all test runs with given filters. |
GetTestRunsAsync(String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, RequestContext) |
Get all test runs with given filters. |
StopTestRun(String, RequestContext) |
[Protocol Method] Stop test run by name.
|
StopTestRunAsync(String, RequestContext) |
[Protocol Method] Stop test run by name.
|
Applies to
Azure SDK for .NET