次の方法で共有


CosmosDBAccountImpl.ICosmosDBAccount.GetMongoDBAsync メソッド

定義

System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB> ICosmosDBAccount.GetMongoDBAsync (string databaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount.GetMongoDBAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB>
override this.Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount.GetMongoDBAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IMongoDB>
Function GetMongoDBAsync (databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IMongoDB) Implements ICosmosDBAccount.GetMongoDBAsync

パラメーター

databaseName
String
cancellationToken
CancellationToken

戻り値

実装

適用対象