MockableConfluentSubscriptionResource.GetConfluentOrganizationsAsync Method

Definition

List all organizations under the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Confluent/organizations
  • Operation Id: Organization_ListBySubscription
  • Default Api Version: 2024-02-13
  • Resource: ConfluentOrganizationResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Confluent.ConfluentOrganizationResource> GetConfluentOrganizationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfluentOrganizationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
override this.GetConfluentOrganizationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
Public Overridable Function GetConfluentOrganizationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConfluentOrganizationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to