LoadTestMappingCollection.GetAllAsync(CancellationToken) Method

Definition

List LoadTestMappingResource resources by parent

  • Request Path. : /{resourceUri}/providers/Microsoft.LoadTestService/loadTestMappings.
  • Operation Id. : LoadTestMappings_List.
  • Default Api Version. : 2024-12-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.LoadTesting.LoadTestMappingResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LoadTesting.LoadTestMappingResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LoadTesting.LoadTestMappingResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LoadTestMappingResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of LoadTestMappingResource that may take multiple service requests to iterate over.

Applies to