次の方法で共有


CosmosClient.ReadAccountAsync メソッド

定義

Azure Cosmos DB アカウントのプロパティを読み取る 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)

戻り値

AccountPropertiesオブジェクトにTaskラップされた 。

適用対象