LoadTestProfileMappingCollection.GetAll(CancellationToken) Method

Definition

List LoadTestProfileMappingResource resources by parent

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to