Compartilhar via


PlaywrightWorkspaceResource.GetAsync(CancellationToken) Method

Definition

Get a PlaywrightWorkspace

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}.
  • Operation Id. : PlaywrightWorkspaces_Get.
  • Default Api Version. : 2026-02-01-preview.
  • Resource. : PlaywrightWorkspaceResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Playwright.PlaywrightWorkspaceResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Playwright.PlaywrightWorkspaceResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Playwright.PlaywrightWorkspaceResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PlaywrightWorkspaceResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to