Share via


LambdaTestHyperExecuteExtensions.GetLambdaTestHyperExecuteOrganizations Method

Definition

Overloads

GetLambdaTestHyperExecuteOrganizations(ResourceGroupResource)

Gets a collection of LambdaTestHyperExecuteOrganizationResources in the ResourceGroupResource. MockingTo mock this method, please mock GetLambdaTestHyperExecuteOrganizations() instead.

GetLambdaTestHyperExecuteOrganizations(SubscriptionResource, CancellationToken)

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

GetLambdaTestHyperExecuteOrganizations(ResourceGroupResource)

Source:
LambdaTestHyperExecuteExtensions.cs

Gets a collection of LambdaTestHyperExecuteOrganizationResources in the ResourceGroupResource. MockingTo mock this method, please mock GetLambdaTestHyperExecuteOrganizations() instead.

public static Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationCollection GetLambdaTestHyperExecuteOrganizations(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetLambdaTestHyperExecuteOrganizations : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationCollection
<Extension()>
Public Function GetLambdaTestHyperExecuteOrganizations (resourceGroupResource As ResourceGroupResource) As LambdaTestHyperExecuteOrganizationCollection

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of LambdaTestHyperExecuteOrganizationResources and their operations over a LambdaTestHyperExecuteOrganizationResource.

Exceptions

resourceGroupResource is null.

Applies to

GetLambdaTestHyperExecuteOrganizations(SubscriptionResource, CancellationToken)

Source:
LambdaTestHyperExecuteExtensions.cs

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 static Azure.Pageable<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource> GetLambdaTestHyperExecuteOrganizations(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetLambdaTestHyperExecuteOrganizations : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource>
<Extension()>
Public Function GetLambdaTestHyperExecuteOrganizations (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LambdaTestHyperExecuteOrganizationResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to