MockableLabServicesSubscriptionResource.GetLabsAsync 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.AsyncPageable<Azure.ResourceManager.LabServices.LabResource> GetLabsAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLabsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LabServices.LabResource>
override this.GetLabsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LabServices.LabResource>
Public Overridable Function GetLabsAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LabResource)

Parameters

filter
String

The filter to apply to the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to