Share via


MockableLoadTestingArmClient.GetLoadTestingResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a LoadTestingResource object.

Applies to