Azure.ResourceManager.LoadTesting Namespace
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.
Classes
LoadTestingExtensions |
A class to add extension methods to Azure.ResourceManager.LoadTesting. |
LoadTestingQuotaCollection |
A class representing a collection of LoadTestingQuotaResource and their operations. Each LoadTestingQuotaResource in the collection will belong to the same instance of SubscriptionResource. To get a LoadTestingQuotaCollection instance call the GetLoadTestingQuota method from an instance of SubscriptionResource. |
LoadTestingQuotaData |
A class representing the LoadTestingQuota data model. Quota bucket details object. |
LoadTestingQuotaResource |
A Class representing a LoadTestingQuota along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a LoadTestingQuotaResource from an instance of ArmClient using the GetLoadTestingQuotaResource method. Otherwise you can get one from its parent resource SubscriptionResource using the GetLoadTestingQuota method. |
LoadTestingResource |
A Class representing a LoadTestingResource along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a LoadTestingResource from an instance of ArmClient using the GetLoadTestingResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetLoadTestingResource method. |
LoadTestingResourceCollection |
A class representing a collection of LoadTestingResource and their operations. Each LoadTestingResource in the collection will belong to the same instance of ResourceGroupResource. To get a LoadTestingResourceCollection instance call the GetLoadTestingResources method from an instance of ResourceGroupResource. |
LoadTestingResourceData |
A class representing the LoadTestingResource data model. LoadTest details |
Azure SDK for .NET