Index

A B C D E G H L P R S V 
All Classes and Interfaces|All Packages

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.

B

beginTestRun(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Starts a test run and polls the status of the test run.
beginTestRun(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Starts a test run and polls the status of the test run.
beginUploadTestFile(String, String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Uploads file and polls the validation status of the uploaded file.
beginUploadTestFile(String, String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Uploads file and polls the validation status of the uploaded file.
buildLoadTestAdministrationAsyncClient() - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
Builds an instance of LoadTestAdministrationAsyncClient class.
buildLoadTestAdministrationClient() - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
Builds an instance of LoadTestAdministrationClient class.
buildLoadTestRunAsyncClient() - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
Builds an instance of LoadTestRunAsyncClient class.
buildLoadTestRunClient() - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
Builds an instance of LoadTestRunClient class.

C

clientOptions(ClientOptions) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.
com.azure.developer.loadtesting - package com.azure.developer.loadtesting
Package containing the classes for LoadTestingClient.
configuration(Configuration) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.
createOrUpdateAppComponentsWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Associate an app component (collection of azure resources) to a test.
createOrUpdateAppComponentsWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Associate an app component (collection of azure resources) to a test.
createOrUpdateAppComponentsWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Associate an app component (collection of azure resources) to a test run.
createOrUpdateAppComponentsWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Associate an app component (collection of azure resources) to a test run.
createOrUpdateServerMetricsConfigWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Configure server metrics for a test.
createOrUpdateServerMetricsConfigWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Configure server metrics for a test.
createOrUpdateServerMetricsConfigWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Configure server metrics for a test run.
createOrUpdateServerMetricsConfigWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Configure server metrics for a test run.
createOrUpdateTestWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Create a new test or update an existing test.
createOrUpdateTestWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Create a new test or update an existing test.
credential(TokenCredential) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.

D

deleteTestFileWithResponse(String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Delete file by the file name for a test.
deleteTestFileWithResponse(String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Delete file by the file name for a test.
deleteTestRunWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Delete a test run by its name.
deleteTestRunWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Delete a test run by its name.
deleteTestWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Delete a test by its name.
deleteTestWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Delete a test by its name.

E

endpoint(String) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.

G

getAppComponentsWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Get associated app component (collection of azure resources) for the given test.
getAppComponentsWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Get associated app component (collection of azure resources) for the given test.
getAppComponentsWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Get associated app component (collection of azure resources) for the given test run.
getAppComponentsWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Get associated app component (collection of azure resources) for the given test run.
getLatest() - Static method in enum com.azure.developer.loadtesting.LoadTestingServiceVersion
Gets the latest service version supported by this client library.
getServerMetricsConfigWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
List server metrics configuration for the given test.
getServerMetricsConfigWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
List server metrics configuration for the given test.
getServerMetricsConfigWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
List server metrics configuration for the given test run.
getServerMetricsConfigWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
List server metrics configuration for the given test run.
getTestFileWithResponse(String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Get test file by the file name.
getTestFileWithResponse(String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Get test file by the file name.
getTestRunFileWithResponse(String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Get test run file by file name.
getTestRunFileWithResponse(String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Get test run file by file name.
getTestRunWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Get test run details by name.
getTestRunWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Get test run details by name.
getTestWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Get load test details by test name.
getTestWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Get load test details by test name.
getVersion() - Method in enum com.azure.developer.loadtesting.LoadTestingServiceVersion
 

H

httpClient(HttpClient) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.
httpLogOptions(HttpLogOptions) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.

L

listMetricDefinitionsWithResponse(String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
List the metric definitions for a load test run.
listMetricDefinitionsWithResponse(String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
List the metric definitions for a load test run.
listMetricDimensionValues(String, String, String, String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
List the dimension values for the given metric dimension name.
listMetricDimensionValues(String, String, String, String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
List the dimension values for the given metric dimension name.
listMetricNamespacesWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
List the metric namespaces for a load test run.
listMetricNamespacesWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
List the metric namespaces for a load test run.
listMetrics(String, String, String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
List the metric values for a load test run.
listMetrics(String, String, String, String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
List the metric values for a load test run.
listTestFiles(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Get all test files.
listTestFiles(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Get all test files.
listTestRuns(RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Get all test runs with given filters.
listTestRuns(RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Get all test runs with given filters.
listTests(RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationAsyncClient
Get all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}.
listTests(RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestAdministrationClient
Get all load tests by the fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}.
LoadTestAdministrationAsyncClient - Class in com.azure.developer.loadtesting
Initializes a new instance of the asynchronous LoadTestingClient type.
LoadTestAdministrationClient - Class in com.azure.developer.loadtesting
Initializes a new instance of the synchronous LoadTestingClient type.
LoadTestingClientBuilder - Class in com.azure.developer.loadtesting
A builder for creating a new instance of the LoadTestingClient type.
LoadTestingClientBuilder() - Constructor for class com.azure.developer.loadtesting.LoadTestingClientBuilder
Create an instance of the LoadTestingClientBuilder.
LoadTestingServiceVersion - Enum in com.azure.developer.loadtesting
Service version of LoadTestingClient.
LoadTestRunAsyncClient - Class in com.azure.developer.loadtesting
Initializes a new instance of the asynchronous LoadTestingClient type.
LoadTestRunClient - Class in com.azure.developer.loadtesting
Initializes a new instance of the synchronous LoadTestingClient type.

P

pipeline(HttpPipeline) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.

R

retryOptions(RetryOptions) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
.
retryPolicy(RetryPolicy) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.

S

serviceVersion(LoadTestingServiceVersion) - Method in class com.azure.developer.loadtesting.LoadTestingClientBuilder
Sets Service version.
stopTestRunWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunAsyncClient
Stop test run by name.
stopTestRunWithResponse(String, RequestOptions) - Method in class com.azure.developer.loadtesting.LoadTestRunClient
Stop test run by name.

V

V2022_11_01 - Enum constant in enum com.azure.developer.loadtesting.LoadTestingServiceVersion
Enum value 2022-11-01.
valueOf(String) - Static method in enum com.azure.developer.loadtesting.LoadTestingServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.developer.loadtesting.LoadTestingServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H L P R S V 
All Classes and Interfaces|All Packages