LoadTestMappingCollection.GetAll(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.Pageable<Azure.ResourceManager.LoadTesting.LoadTestMappingResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LoadTesting.LoadTestMappingResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LoadTesting.LoadTestMappingResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(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