Condividi tramite


LoadTestAdministrationClient Class

Definition

The LoadTestAdministrationClient.

public class LoadTestAdministrationClient
type LoadTestAdministrationClient = class
Public Class LoadTestAdministrationClient
Inheritance
LoadTestAdministrationClient

Constructors

Name Description
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

Name Description
Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Name Description
CloneTest(WaitUntil, String, RequestContent, RequestContext)

Clone the given test with optional overrides applied to the clone test.

CloneTest(WaitUntil, String, String, String, String, CancellationToken)

Clone the given test with optional overrides applied to the clone test.

CloneTestAsync(WaitUntil, String, RequestContent, RequestContext)

Clone the given test with optional overrides applied to the clone test.

CloneTestAsync(WaitUntil, String, String, String, String, CancellationToken)

Clone the given test with optional overrides applied to the clone test.

CreateOrUpdateAppComponents(String, RequestContent, RequestContext)

[Protocol Method] Add an app component to a test by providing the resource Id, name and type.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateAppComponentsAsync(String, RequestContent, RequestContext)

[Protocol Method] Add an app component to a test by providing the resource Id, name and type.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateNotificationRule(String, RequestContent, RequestContext)

[Protocol Method] Create or update operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateNotificationRuleAsync(String, RequestContent, RequestContext)

[Protocol Method] Create or update operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateServerMetricsConfig(String, RequestContent, RequestContext)

[Protocol Method] Configure server metrics for a test

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateServerMetricsConfigAsync(String, RequestContent, RequestContext)

[Protocol Method] Configure server metrics for a test

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateTest(String, RequestContent, RequestContext)

[Protocol Method] Create a new test or update an existing test by providing the test Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateTestAsync(String, RequestContent, RequestContext)

[Protocol Method] Create a new test or update an existing test by providing the test Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateTestProfile(String, RequestContent, RequestContext)

[Protocol Method] Create a new test profile or update an existing test profile by providing the test profile Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateTestProfileAsync(String, RequestContent, RequestContext)

[Protocol Method] Create a new test profile or update an existing test profile by providing the test profile Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateTrigger(String, RequestContent, RequestContext)

[Protocol Method] Create or update operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdateTriggerAsync(String, RequestContent, RequestContext)

[Protocol Method] Create or update operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteNotificationRule(String, CancellationToken)

Resource delete operation template.

DeleteNotificationRule(String, RequestContext)

[Protocol Method] Resource delete operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteNotificationRuleAsync(String, CancellationToken)

Resource delete operation template.

DeleteNotificationRuleAsync(String, RequestContext)

[Protocol Method] Resource delete operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTest(String, CancellationToken)

Delete a test by its test Id.

DeleteTest(String, RequestContext)

[Protocol Method] Delete a test by its test Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTestAsync(String, CancellationToken)

Delete a test by its test Id.

DeleteTestAsync(String, RequestContext)

[Protocol Method] Delete a test by its test Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTestFile(String, String, CancellationToken)

Delete file by the file name for a test.

DeleteTestFile(String, String, RequestContext)

[Protocol Method] Delete file by the file name for a test

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTestFileAsync(String, String, CancellationToken)

Delete file by the file name for a test.

DeleteTestFileAsync(String, String, RequestContext)

[Protocol Method] Delete file by the file name for a test

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTestProfile(String, CancellationToken)

Delete a test profile by its test profile Id.

DeleteTestProfile(String, RequestContext)

[Protocol Method] Delete a test profile by its test profile Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTestProfileAsync(String, CancellationToken)

Delete a test profile by its test profile Id.

DeleteTestProfileAsync(String, RequestContext)

[Protocol Method] Delete a test profile by its test profile Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTrigger(String, CancellationToken)

Resource delete operation template.

DeleteTrigger(String, RequestContext)

[Protocol Method] Resource delete operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTriggerAsync(String, CancellationToken)

Resource delete operation template.

DeleteTriggerAsync(String, RequestContext)

[Protocol Method] Resource delete operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GenerateTestPlanRecommendations(WaitUntil, String, CancellationToken)

Generate AI Recommendations to author a load test plan using the uploaded browser recording file.

GenerateTestPlanRecommendations(WaitUntil, String, RequestContext)

Generate AI Recommendations to author a load test plan using the uploaded browser recording file.

GenerateTestPlanRecommendationsAsync(WaitUntil, String, CancellationToken)

Generate AI Recommendations to author a load test plan using the uploaded browser recording file.

GenerateTestPlanRecommendationsAsync(WaitUntil, String, RequestContext)

Generate AI Recommendations to author a load test plan using the uploaded browser recording file.

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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetNotificationRule(String, CancellationToken)

Resource read operation template.

GetNotificationRule(String, RequestContext)

[Protocol Method] Resource read operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetNotificationRuleAsync(String, CancellationToken)

Resource read operation template.

GetNotificationRuleAsync(String, RequestContext)

[Protocol Method] Resource read operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetNotificationRules(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, CancellationToken)

Resource list operation template.

GetNotificationRules(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, RequestContext)

[Protocol Method] Resource list operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetNotificationRulesAsync(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, CancellationToken)

Resource list operation template.

GetNotificationRulesAsync(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, RequestContext)

[Protocol Method] Resource list operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetOperationStatus(String, CancellationToken)

Get the status of a long running operation.

GetOperationStatus(String, RequestContext)

[Protocol Method] Get the status of a long running operation.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetOperationStatusAsync(String, CancellationToken)

Get the status of a long running operation.

GetOperationStatusAsync(String, RequestContext)

[Protocol Method] Get the status of a long running operation.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetServerMetricsConfig(String, CancellationToken)

List server metrics configuration for the given test.

GetServerMetricsConfig(String, RequestContext)

[Protocol Method] List server metrics configuration for the given test.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetServerMetricsConfigAsync(String, CancellationToken)

List server metrics configuration for the given test.

GetServerMetricsConfigAsync(String, RequestContext)

[Protocol Method] List server metrics configuration for the given test.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTest(String, CancellationToken)

Get load test details by test Id.

GetTest(String, RequestContext)

[Protocol Method] Get load test details by test Id

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTestAsync(String, CancellationToken)

Get load test details by test Id.

GetTestAsync(String, RequestContext)

[Protocol Method] Get load test details by test Id

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTestFiles(String, CancellationToken)

Get all test files.

GetTestFiles(String, RequestContext)

[Protocol Method] Get all test files.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTestFilesAsync(String, CancellationToken)

Get all test files.

GetTestFilesAsync(String, RequestContext)

[Protocol Method] Get all test files.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTestProfile(String, CancellationToken)

Get load test profile details by test profile Id.

GetTestProfile(String, RequestContext)

[Protocol Method] Get load test profile details by test profile Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTestProfileAsync(String, CancellationToken)

Get load test profile details by test profile Id.

GetTestProfileAsync(String, RequestContext)

[Protocol Method] Get load test profile details by test profile Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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}.

GetTrigger(String, CancellationToken)

Resource read operation template.

GetTrigger(String, RequestContext)

[Protocol Method] Resource read operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTriggerAsync(String, CancellationToken)

Resource read operation template.

GetTriggerAsync(String, RequestContext)

[Protocol Method] Resource read operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTriggers(String, Nullable<TriggerState>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, CancellationToken)

Resource list operation template.

GetTriggers(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, RequestContext)

[Protocol Method] Resource list operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetTriggersAsync(String, Nullable<TriggerState>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, CancellationToken)

Resource list operation template.

GetTriggersAsync(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, RequestContext)

[Protocol Method] Resource list operation template.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

Applies to