Share via


LoadTesting Class

Definition

Low-level API implementation for the LoadTesting service. LoadTest client provides access to LoadTest Resource and it's status operations.

public class LoadTesting
type LoadTesting = class
Public Class LoadTesting
Inheritance
LoadTesting

Constructors

Name Description
LoadTesting()

Methods

Name Description
LoadTestsCreateOrUpdate(String, String, String, ILoadTestResource, Func<HttpResponseMessage,Task<ILoadTestResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Create or update LoadTest resource.

LoadTestsCreateOrUpdateViaIdentity(String, ILoadTestResource, Func<HttpResponseMessage,Task<ILoadTestResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Create or update LoadTest resource.

LoadTestsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Delete a LoadTest resource.

LoadTestsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Delete a LoadTest resource.

LoadTestsGet(String, String, String, Func<HttpResponseMessage, Task<ILoadTestResource>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get a LoadTest resource.

LoadTestsGetViaIdentity(String, Func<HttpResponseMessage,Task<ILoadTestResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get a LoadTest resource.

LoadTestsListByResourceGroup(String, String, Func<HttpResponseMessage, Task<ILoadTestResourcePageList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists loadtest resources in a resource group.

LoadTestsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<ILoadTestResourcePageList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists loadtest resources in a resource group.

LoadTestsListBySubscription(String, Func<HttpResponseMessage, Task<ILoadTestResourcePageList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists loadtests resources in a subscription.

LoadTestsListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<ILoadTestResourcePageList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists loadtests resources in a subscription.

LoadTestsListOutboundNetworkDependenciesEndpoints(String, String, String, Func<HttpResponseMessage,Task<IOutboundEnvironmentEndpointCollection>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the endpoints that agents may call as part of load testing.

LoadTestsListOutboundNetworkDependenciesEndpointsViaIdentity(String, Func<HttpResponseMessage,Task<IOutboundEnvironmentEndpointCollection>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the endpoints that agents may call as part of load testing.

LoadTestsUpdate(String, String, String, ILoadTestResourcePatchRequestBody, Func<HttpResponseMessage,Task<ILoadTestResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Update a loadtest resource.

LoadTestsUpdateViaIdentity(String, ILoadTestResourcePatchRequestBody, Func<HttpResponseMessage,Task<ILoadTestResource>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Update a loadtest resource.

OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the available API operations for Load Test Resource.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the available API operations for Load Test Resource.

QuotasCheckAvailability(String, String, String, IQuotaBucketRequest, Func<HttpResponseMessage,Task<ICheckQuotaAvailabilityResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Check Quota Availability on quota bucket per region per subscription.

QuotasCheckAvailabilityViaIdentity(String, IQuotaBucketRequest, Func<HttpResponseMessage,Task<ICheckQuotaAvailabilityResponse>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Check Quota Availability on quota bucket per region per subscription.

QuotasGet(String, String, String, Func<HttpResponseMessage,Task<IQuotaResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the available quota for a quota bucket per region per subscription.

QuotasGetViaIdentity(String, Func<HttpResponseMessage,Task<IQuotaResource>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the available quota for a quota bucket per region per subscription.

QuotasList(String, String, Func<HttpResponseMessage,Task<IQuotaResourceList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the available quota per region per subscription.

QuotasListViaIdentity(String, Func<HttpResponseMessage,Task<IQuotaResourceList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists all the available quota per region per subscription.

Applies to