Compartir a través de


ITableResourcesOperations.BeginUpdateTableThroughputWithHttpMessagesAsync Método

Definición

Actualización de RU por segundo de una tabla de Azure Cosmos DB

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner>> BeginUpdateTableThroughputWithHttpMessagesAsync (string resourceGroupName, string accountName, string tableName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginUpdateTableThroughputWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner>>
Public Function BeginUpdateTableThroughputWithHttpMessagesAsync (resourceGroupName As String, accountName As String, tableName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ThroughputSettingsGetResultsInner))

Parámetros

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

accountName
String

Nombre de la cuenta de base de datos de Cosmos DB.

tableName
String

Nombre de la tabla de Cosmos DB.

updateThroughputParameters
ThroughputSettingsUpdateParameters

Parámetros que se van a proporcionar para las RU por segundo de la tabla actual.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a