你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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