다음을 통해 공유


QuantumWorkspaceCollection.GetAll(CancellationToken) Method

Definition

Gets the list of Workspaces within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces
  • Operation Id: Workspaces_ListByResourceGroup
  • Default Api Version: 2023-11-13-preview
  • Resource: QuantumWorkspaceResource
public virtual Azure.Pageable<Azure.ResourceManager.Quantum.QuantumWorkspaceResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.QuantumWorkspaceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Quantum.QuantumWorkspaceResource>
Public Overridable Function GetAll (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