Поделиться через


MockableLambdaTestHyperExecuteSubscriptionResource.GetLambdaTestHyperExecuteOrganizationsAsync Method

Definition

List OrganizationResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/LambdaTest.HyperExecute/organizations
  • Operation Id: OrganizationResource_ListBySubscription
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource> GetLambdaTestHyperExecuteOrganizationsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetLambdaTestHyperExecuteOrganizationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource>
override this.GetLambdaTestHyperExecuteOrganizationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource>
Public Overridable Function GetLambdaTestHyperExecuteOrganizationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LambdaTestHyperExecuteOrganizationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to