LabCollection.GetAll(CancellationToken) Method

Definition

Returns a list of all labs in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs
  • Operation Id: Labs_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.LabServices.LabResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LabServices.LabResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LabServices.LabResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LabResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to