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

MockableNeonPostgresSubscriptionResource.GetNeonOrganizationsAsync Method

Definition

List OrganizationResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Neon.Postgres/organizations
  • Operation Id: OrganizationResource_ListBySubscription
  • Default Api Version: 2024-08-01-preview
  • Resource: NeonOrganizationResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.NeonOrganizationResource> GetNeonOrganizationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNeonOrganizationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.NeonOrganizationResource>
override this.GetNeonOrganizationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.NeonOrganizationResource>
Public Overridable Function GetNeonOrganizationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NeonOrganizationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to