OrganizationOperationsOperationsExtensions.ListBySubscriptionAsync Method

Definition

List all organizations under the specified subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.OrganizationResource>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Confluent.IOrganizationOperationsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.OrganizationResource>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IOrganizationOperationsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OrganizationResource))

Parameters

operations
IOrganizationOperationsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to