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


LambdaTestHyperExecuteOrganizationCollection Class

Definition

A class representing a collection of LambdaTestHyperExecuteOrganizationResource and their operations. Each LambdaTestHyperExecuteOrganizationResource in the collection will belong to the same instance of ResourceGroupResource. To get a LambdaTestHyperExecuteOrganizationCollection instance call the GetLambdaTestHyperExecuteOrganizations method from an instance of ResourceGroupResource.

public class LambdaTestHyperExecuteOrganizationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource>
type LambdaTestHyperExecuteOrganizationCollection = class
    inherit ArmCollection
    interface seq<LambdaTestHyperExecuteOrganizationResource>
    interface IEnumerable
    interface IAsyncEnumerable<LambdaTestHyperExecuteOrganizationResource>
Public Class LambdaTestHyperExecuteOrganizationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of LambdaTestHyperExecuteOrganizationResource), IEnumerable(Of LambdaTestHyperExecuteOrganizationResource)
Inheritance
LambdaTestHyperExecuteOrganizationCollection
Implements

Constructors

LambdaTestHyperExecuteOrganizationCollection()

Initializes a new instance of the LambdaTestHyperExecuteOrganizationCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, LambdaTestHyperExecuteOrganizationData, CancellationToken)

Create a OrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations/{organizationname}
  • Operation Id: OrganizationResource_CreateOrUpdate
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
CreateOrUpdateAsync(WaitUntil, String, LambdaTestHyperExecuteOrganizationData, CancellationToken)

Create a OrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations/{organizationname}
  • Operation Id: OrganizationResource_CreateOrUpdate
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations/{organizationname}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations/{organizationname}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
Get(String, CancellationToken)

Get a OrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations/{organizationname}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
GetAll(CancellationToken)

List OrganizationResource resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations
  • Operation Id: OrganizationResource_ListByResourceGroup
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
GetAllAsync(CancellationToken)

List OrganizationResource resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations
  • Operation Id: OrganizationResource_ListByResourceGroup
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
GetAsync(String, CancellationToken)

Get a OrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations/{organizationname}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations/{organizationname}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/LambdaTest.HyperExecute/organizations/{organizationname}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-02-01-preview
  • Resource: LambdaTestHyperExecuteOrganizationResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<LambdaTestHyperExecuteOrganizationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<LambdaTestHyperExecuteOrganizationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to