MockableInformaticaDataManagementSubscriptionResource.GetInformaticaOrganizationsAsync Method

Definition

List InformaticaOrganizationResource resources by subscription ID

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to