Megosztás a következőn keresztül:


IChangeFeedDocumentClient.ReadDatabaseAsync(Uri, RequestOptions) Method

Definition

Reads a Database as an asynchronous operation in the Azure DocumentDB database service.

public System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.IResourceResponse<Microsoft.Azure.Documents.Database>> ReadDatabaseAsync (Uri databaseUri, Microsoft.Azure.Documents.Client.RequestOptions options = default);
abstract member ReadDatabaseAsync : Uri * Microsoft.Azure.Documents.Client.RequestOptions -> System.Threading.Tasks.Task<Microsoft.Azure.Documents.Client.IResourceResponse<Microsoft.Azure.Documents.Database>>
Public Function ReadDatabaseAsync (databaseUri As Uri, Optional options As RequestOptions = Nothing) As Task(Of IResourceResponse(Of Database))

Parameters

databaseUri
Uri

The link of the Database resource to be read.

options
RequestOptions

The RequestOptionsfor this request.

Returns

A System.Threading.Tasks containing a IResourceResponse<TResource> which wraps a Database containing the read resource record.

Applies to