Share via


MockableLoadTestingArmClient.GetLoadTestingQuotaResource Method

Definition

Gets an object representing a LoadTestingQuotaResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, AzureLocation, String) to create a LoadTestingQuotaResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource GetLoadTestingQuotaResource (Azure.Core.ResourceIdentifier id);
abstract member GetLoadTestingQuotaResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource
override this.GetLoadTestingQuotaResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.LoadTesting.LoadTestingQuotaResource
Public Overridable Function GetLoadTestingQuotaResource (id As ResourceIdentifier) As LoadTestingQuotaResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a LoadTestingQuotaResource object.

Applies to