Share via


CassandraClustersOperationsExtensions.ListBySubscriptionAsync Method

Definition

List all managed Cassandra clusters in this subscription.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.ClusterResource>> ListBySubscriptionAsync (this Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Models.ClusterResource>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As ICassandraClustersOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ClusterResource))

Parameters

operations
ICassandraClustersOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to