LoadTestingExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.LoadTesting.

public static class LoadTestingExtensions
type LoadTestingExtensions = class
Public Module LoadTestingExtensions
Inheritance
LoadTestingExtensions

Methods

Name Description
GetAllLoadTestingQuota(SubscriptionResource, AzureLocation)

Gets a collection of LoadTestingQuota in the SubscriptionResource<item> Mocking. To mock this method, please mock GetAllLoadTestingQuota(AzureLocation) instead. </item>

GetLoadTestingQuota(SubscriptionResource, AzureLocation, String, CancellationToken)

Get the available quota for a quota bucket per region per subscription. <item> Mocking. To mock this method, please mock GetLoadTestingQuota(AzureLocation, String, CancellationToken) instead. </item>

GetLoadTestingQuotaAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Get the available quota for a quota bucket per region per subscription. <item> Mocking. To mock this method, please mock GetLoadTestingQuotaAsync(AzureLocation, String, CancellationToken) instead. </item>

GetLoadTestingQuotaResource(ArmClient, ResourceIdentifier)

Gets an object representing a LoadTestingQuotaResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetLoadTestingQuotaResource(ResourceIdentifier) instead. </item>

GetLoadTestingResource(ArmClient, ResourceIdentifier)

Gets an object representing a LoadTestingResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetLoadTestingResource(ResourceIdentifier) instead. </item>

GetLoadTestingResource(ResourceGroupResource, String, CancellationToken)

Get a LoadTestResource <item> Mocking. To mock this method, please mock GetLoadTestingResource(String, CancellationToken) instead. </item>

GetLoadTestingResourceAsync(ResourceGroupResource, String, CancellationToken)

Get a LoadTestResource <item> Mocking. To mock this method, please mock GetLoadTestingResourceAsync(String, CancellationToken) instead. </item>

GetLoadTestingResources(ResourceGroupResource)

Gets a collection of LoadTestingResources in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetLoadTestingResources() instead. </item>

GetLoadTestingResources(SubscriptionResource, CancellationToken)

List LoadTestResource resources by subscription ID <item> Mocking. To mock this method, please mock GetLoadTestingResources(CancellationToken) instead. </item>

GetLoadTestingResourcesAsync(SubscriptionResource, CancellationToken)

List LoadTestResource resources by subscription ID <item> Mocking. To mock this method, please mock GetLoadTestingResourcesAsync(CancellationToken) instead. </item>

GetLoadTestMapping(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a LoadTestMappingResource <item> Mocking. To mock this method, please mock GetLoadTestMapping(ResourceIdentifier, String, CancellationToken) instead. </item>

GetLoadTestMappingAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a LoadTestMappingResource <item> Mocking. To mock this method, please mock GetLoadTestMappingAsync(ResourceIdentifier, String, CancellationToken) instead. </item>

GetLoadTestMappingResource(ArmClient, ResourceIdentifier)

Gets an object representing a LoadTestMappingResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetLoadTestMappingResource(ResourceIdentifier) instead. </item>

GetLoadTestMappings(ArmClient, ResourceIdentifier)

Gets a collection of LoadTestMappingCollection objects within the specified scope. <item> Mocking. To mock this method, please mock GetLoadTestMappings(ResourceIdentifier) instead. </item>

GetLoadTestProfileMapping(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a LoadTestProfileMappingResource <item> Mocking. To mock this method, please mock GetLoadTestProfileMapping(ResourceIdentifier, String, CancellationToken) instead. </item>

GetLoadTestProfileMappingAsync(ArmClient, ResourceIdentifier, String, CancellationToken)

Get a LoadTestProfileMappingResource <item> Mocking. To mock this method, please mock GetLoadTestProfileMappingAsync(ResourceIdentifier, String, CancellationToken) instead. </item>

GetLoadTestProfileMappingResource(ArmClient, ResourceIdentifier)

Gets an object representing a LoadTestProfileMappingResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetLoadTestProfileMappingResource(ResourceIdentifier) instead. </item>

GetLoadTestProfileMappings(ArmClient, ResourceIdentifier)

Gets a collection of LoadTestProfileMappingCollection objects within the specified scope. <item> Mocking. To mock this method, please mock GetLoadTestProfileMappings(ResourceIdentifier) instead. </item>

GetMaxMonthlyVirtualUserHoursResource(ArmClient, ResourceIdentifier)

Gets an object representing a MaxMonthlyVirtualUserHoursResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetMaxMonthlyVirtualUserHoursResource(ResourceIdentifier) instead. </item>

Applies to