你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosClient.ReadAccountAsync Method

Definition

Read Azure Cosmos DB account properties AccountProperties

public virtual System.Threading.Tasks.Task<Azure.Cosmos.AccountProperties> ReadAccountAsync();
abstract member ReadAccountAsync : unit -> System.Threading.Tasks.Task<Azure.Cosmos.AccountProperties>
override this.ReadAccountAsync : unit -> System.Threading.Tasks.Task<Azure.Cosmos.AccountProperties>
Public Overridable Function ReadAccountAsync () As Task(Of AccountProperties)

Returns

A AccountProperties wrapped in a Task object.

Applies to