Share via


MockableConfluentSubscriptionResource.GetConfluentOrganizations 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.Pageable<Azure.ResourceManager.Confluent.ConfluentOrganizationResource> GetConfluentOrganizations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfluentOrganizations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
override this.GetConfluentOrganizations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
Public Overridable Function GetConfluentOrganizations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConfluentOrganizationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to