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.

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