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


LambdaTestHyperExecuteOrganizationCollection.GetIfExistsAsync Method

Definition

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
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource>> GetIfExistsAsync(string organizationname, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.LambdaTestHyperExecute.LambdaTestHyperExecuteOrganizationResource>>
Public Overridable Function GetIfExistsAsync (organizationname As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of LambdaTestHyperExecuteOrganizationResource))

Parameters

organizationname
String

Name of the Organization resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

organizationname is an empty string, and was expected to be non-empty.

organizationname is null.

Applies to