DatabaseCollection.Get(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Azure.Response<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource> Get (string databaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RedisEnterpriseCache.DatabaseResource>
Public Overridable Function Get (databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As 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
Azure SDK for .NET