共用方式為


ITableResourcesOperations.BeginCreateUpdateTableWithHttpMessagesAsync Method

Definition

Create or update an Azure Cosmos DB Table

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.CosmosDB.Models.TableGetResults>> BeginCreateUpdateTableWithHttpMessagesAsync (string resourceGroupName, string accountName, string tableName, Microsoft.Azure.Management.CosmosDB.Models.TableCreateUpdateParameters createUpdateTableParameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateUpdateTableWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.CosmosDB.Models.TableCreateUpdateParameters * 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.Models.TableGetResults>>
Public Function BeginCreateUpdateTableWithHttpMessagesAsync (resourceGroupName As String, accountName As String, tableName As String, createUpdateTableParameters As TableCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of TableGetResults))

Parameters

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

tableName
String

Cosmos DB table name.

createUpdateTableParameters
TableCreateUpdateParameters

The parameters to provide for the current Table.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to