InformaticaOrganizationCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}
  • Operation Id: Organizations_Get
  • Default Api Version: 2024-05-08
  • Resource: InformaticaOrganizationResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.InformaticaDataManagement.InformaticaOrganizationResource>> GetIfExistsAsync (string organizationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.InformaticaDataManagement.InformaticaOrganizationResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.InformaticaDataManagement.InformaticaOrganizationResource>>
Public Overridable Function GetIfExistsAsync (organizationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of InformaticaOrganizationResource))

Parameters

organizationName
String

Name of the Organizations 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