MockableInformaticaDataManagementSubscriptionResource.GetInformaticaOrganizationsAsync Method

Definition

List InformaticaOrganizationResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Informatica.DataManagement/organizations
  • Operation Id: InformaticaOrganizationResource_ListBySubscription
  • Default Api Version: 2024-05-08
  • Resource: InformaticaOrganizationResource
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

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

Applies to