Compartilhar via


TablesOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Atualizar ou criar uma tabela de workspace do Log Analytics.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.Table> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.OperationalInsights.ITablesOperations operations, string resourceGroupName, string workspaceName, string tableName, Microsoft.Azure.Management.OperationalInsights.Models.Table parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.OperationalInsights.ITablesOperations * string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.Table * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.Table>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As ITablesOperations, resourceGroupName As String, workspaceName As String, tableName As String, parameters As Table, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Table)

Parâmetros

operations
ITablesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

workspaceName
String

O nome do workspace.

tableName
String

O nome da tabela.

parameters
Table

Os parâmetros necessários para atualizar as propriedades da tabela.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a