次の方法で共有


DatabasesOperationsExtensions.ListByCluster メソッド

定義

指定した RedisEnterprise クラスター内のすべてのデータベースを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisEnterprise.Models.Database> ListByCluster (this Microsoft.Azure.Management.RedisEnterprise.IDatabasesOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.RedisEnterprise.IDatabasesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisEnterprise.Models.Database>
<Extension()>
Public Function ListByCluster (operations As IDatabasesOperations, resourceGroupName As String, clusterName As String) As IPage(Of Database)

パラメーター

operations
IDatabasesOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName
String

RedisEnterprise クラスターの名前。

戻り値

適用対象