Share via


NeonPostgresExtensions.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 static Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.NeonOrganizationResource> GetNeonOrganizationsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNeonOrganizationsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NeonPostgres.NeonOrganizationResource>
<Extension()>
Public Function GetNeonOrganizationsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NeonOrganizationResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to