InformaticaOrganizationCollection.GetAllAsync(CancellationToken) Method

Definition

List InformaticaOrganizationResource resources by resource group

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of InformaticaOrganizationResource that may take multiple service requests to iterate over.

Applies to