Freigeben über


PlaywrightWorkspaceCollection.GetAll(CancellationToken) Method

Definition

List PlaywrightWorkspace resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces
  • Operation Id: PlaywrightWorkspace_ListByResourceGroup
  • Default Api Version: 2025-09-01
  • Resource: PlaywrightWorkspaceResource
public virtual Azure.Pageable<Azure.ResourceManager.Playwright.PlaywrightWorkspaceResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Playwright.PlaywrightWorkspaceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Playwright.PlaywrightWorkspaceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PlaywrightWorkspaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to