次の方法で共有


CassandraClustersOperationsExtensions.ListBySubscriptionAsync メソッド

定義

このサブスクリプション内のすべてのマネージド Cassandra クラスターを一覧表示します。

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))

パラメーター

operations
ICassandraClustersOperations

この拡張メソッドの操作グループ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象