Share via


MockableLabServicesSubscriptionResource.GetLabs Method

Definition

Returns a list of all labs for a subscription.

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

Parameters

filter
String

The filter to apply to the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to