LambdaTestHyperExecuteExtensions.GetLambdaTestHyperExecuteOrganizations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
GetLambdaTestHyperExecuteOrganizations(ResourceGroupResource)
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)
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.