MockableQuantumSubscriptionResource.GetQuantumWorkspaces Method

Definition

Gets the list of Workspaces within a Subscription.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Quantum/workspaces.
  • Operation Id. : Workspaces_ListBySubscription.
  • Default Api Version. : 2025-12-15-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Quantum.QuantumWorkspaceResource> GetQuantumWorkspaces(System.Threading.CancellationToken cancellationToken = default);
abstract member GetQuantumWorkspaces : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.QuantumWorkspaceResource>
override this.GetQuantumWorkspaces : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.QuantumWorkspaceResource>
Public Overridable Function GetQuantumWorkspaces (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of QuantumWorkspaceResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to