LoadTestAdministrationClient 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 LoadTestAdministration service client.
public class LoadTestAdministrationClient
type LoadTestAdministrationClient = class
Public Class LoadTestAdministrationClient
- Inheritance
-
LoadTestAdministrationClient
Constructors
LoadTestAdministrationClient() |
Initializes a new instance of LoadTestAdministrationClient for mocking. |
LoadTestAdministrationClient(Uri, TokenCredential, LoadTestingClientOptions) |
Initializes a new instance of LoadTestAdministrationClient. |
LoadTestAdministrationClient(Uri, TokenCredential) |
Initializes a new instance of LoadTestAdministrationClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
CreateOrUpdateAppComponents(String, RequestContent, RequestContext) |
[Protocol Method] Add an app component to a test.
|
CreateOrUpdateAppComponentsAsync(String, RequestContent, RequestContext) |
[Protocol Method] Add an app component to a test.
|
CreateOrUpdateServerMetricsConfig(String, RequestContent, RequestContext) |
[Protocol Method] Configure server metrics for a test
|
CreateOrUpdateServerMetricsConfigAsync(String, RequestContent, RequestContext) |
[Protocol Method] Configure server metrics for a test
|
CreateOrUpdateTest(String, RequestContent, RequestContext) |
[Protocol Method] Create a new test or update an existing test by providing the test Id.
|
CreateOrUpdateTestAsync(String, RequestContent, RequestContext) |
[Protocol Method] Create a new test or update an existing test by providing the test Id.
|
CreateOrUpdateTestProfile(String, RequestContent, RequestContext) |
[Protocol Method] Create a new test profile or update an existing test profile.
|
CreateOrUpdateTestProfileAsync(String, RequestContent, RequestContext) |
[Protocol Method] Create a new test profile or update an existing test profile.
|
DeleteTest(String, RequestContext) |
[Protocol Method] Delete a test by its test Id.
|
DeleteTestAsync(String, RequestContext) |
[Protocol Method] Delete a test by its test Id.
|
DeleteTestFile(String, String, RequestContext) |
[Protocol Method] Delete file by the file name for a test
|
DeleteTestFileAsync(String, String, RequestContext) |
[Protocol Method] Delete file by the file name for a test
|
DeleteTestProfile(String, RequestContext) |
[Protocol Method] Delete a test profile.
|
DeleteTestProfileAsync(String, RequestContext) |
[Protocol Method] Delete a test profile.
|
GetAppComponents(String, CancellationToken) |
Get associated app component (collection of azure resources) for the given test. |
GetAppComponents(String, RequestContext) |
[Protocol Method] Get associated app component (collection of azure resources) for the given test.
|
GetAppComponentsAsync(String, CancellationToken) |
Get associated app component (collection of azure resources) for the given test. |
GetAppComponentsAsync(String, RequestContext) |
[Protocol Method] Get associated app component (collection of azure resources) for the given test.
|
GetServerMetricsConfig(String, CancellationToken) |
List server metrics configuration for the given test. |
GetServerMetricsConfig(String, RequestContext) |
[Protocol Method] List server metrics configuration for the given test.
|
GetServerMetricsConfigAsync(String, CancellationToken) |
List server metrics configuration for the given test. |
GetServerMetricsConfigAsync(String, RequestContext) |
[Protocol Method] List server metrics configuration for the given test.
|
GetTest(String, CancellationToken) |
Get load test details by test Id. |
GetTest(String, RequestContext) |
[Protocol Method] Get load test details by test Id
|
GetTestAsync(String, CancellationToken) |
Get load test details by test Id. |
GetTestAsync(String, RequestContext) |
[Protocol Method] Get load test details by test Id
|
GetTestFile(String, String, CancellationToken) |
Get all the files that are associated with a test. |
GetTestFile(String, String, RequestContext) |
[Protocol Method] Get all the files that are associated with a test.
|
GetTestFileAsync(String, String, CancellationToken) |
Get all the files that are associated with a test. |
GetTestFileAsync(String, String, RequestContext) |
[Protocol Method] Get all the files that are associated with a test.
|
GetTestFiles(String, CancellationToken) |
Get all test files. |
GetTestFiles(String, RequestContext) |
[Protocol Method] Get all test files.
|
GetTestFilesAsync(String, CancellationToken) |
Get all test files. |
GetTestFilesAsync(String, RequestContext) |
[Protocol Method] Get all test files.
|
GetTestProfile(String, CancellationToken) |
Get load test profile details. |
GetTestProfile(String, RequestContext) |
[Protocol Method] Get load test profile details.
|
GetTestProfileAsync(String, CancellationToken) |
Get load test profile details. |
GetTestProfileAsync(String, RequestContext) |
[Protocol Method] Get load test profile details.
|
GetTestProfiles(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IEnumerable<String>, IEnumerable<String>, CancellationToken) |
List test profiles. |
GetTestProfiles(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IEnumerable<String>, IEnumerable<String>, RequestContext) |
[Protocol Method] List test profiles.
|
GetTestProfilesAsync(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IEnumerable<String>, IEnumerable<String>, CancellationToken) |
List test profiles. |
GetTestProfilesAsync(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IEnumerable<String>, IEnumerable<String>, RequestContext) |
[Protocol Method] List test profiles.
|
GetTests(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
Get all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. |
GetTests(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, RequestContext) |
Get all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. |
GetTestsAsync(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
Get all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. |
GetTestsAsync(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, RequestContext) |
Get all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}. |
UploadTestFile(WaitUntil, String, String, RequestContent, Nullable<TimeSpan>, String, RequestContext) |
Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream. |
UploadTestFileAsync(WaitUntil, String, String, RequestContent, Nullable<TimeSpan>, String, RequestContext) |
Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream. |