次の方法で共有


RedisEnterpriseClusterResource.GetRedisEnterpriseDatabaseAsync メソッド

定義

RedisEnterprise クラスター内のデータベースに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • 操作IdDatabases_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterprise.RedisEnterpriseDatabaseResource>> GetRedisEnterpriseDatabaseAsync (string databaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRedisEnterpriseDatabaseAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterprise.RedisEnterpriseDatabaseResource>>
override this.GetRedisEnterpriseDatabaseAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterprise.RedisEnterpriseDatabaseResource>>
Public Overridable Function GetRedisEnterpriseDatabaseAsync (databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RedisEnterpriseDatabaseResource))

パラメーター

databaseName
String

データベースの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

databaseName は空の文字列であり、空でないと想定されていました。

databaseName が null です。

適用対象