CosmosTableThroughputSettingResource.Get(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/tables/{tableName}/throughputSettings/default
- Operation Id: TableResources_GetTableThroughput
- Default Api Version: 2024-05-15-preview
- Resource: CosmosTableThroughputSettingResource
public virtual Azure.Response<Azure.ResourceManager.CosmosDB.CosmosTableThroughputSettingResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CosmosTableThroughputSettingResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CosmosTableThroughputSettingResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of CosmosTableThroughputSettingResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET