次の方法で共有


RedisEnterpriseOperationsExtensions.ListAsync メソッド

定義

指定したサブスクリプション内のすべての RedisEnterprise クラスターを取得します。

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

パラメーター

operations
IRedisEnterpriseOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象