MongoDBDatabaseThroughputSettingResource.Get(CancellationToken) Method

Definition

Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account with the provided name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default
  • Operation Id: MongoDBResources_GetMongoDBDatabaseThroughput
  • Default Api Version: 2024-02-15-preview
  • Resource: MongoDBDatabaseThroughputSettingResource
public virtual Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBDatabaseThroughputSettingResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBDatabaseThroughputSettingResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.MongoDBDatabaseThroughputSettingResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of MongoDBDatabaseThroughputSettingResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to