Share via


ClusterResource.GetDatabaseAsync(String, CancellationToken) Method

Definition

Gets information about a database in a RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName} Operation Id: Databases_Get

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource>> GetDatabaseAsync (string databaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDatabaseAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource>>
override this.GetDatabaseAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource>>
Public Overridable Function GetDatabaseAsync (databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DatabaseResource))

Parameters

databaseName
String

The name of the database.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

databaseName is an empty string, and was expected to be non-empty.

databaseName is null.

Applies to