CosmosDBAccountImpl.ICosmosDBAccount.GetMongoDBAsync Method

Definition

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

Parameters

databaseName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to