Partilhar via


OperationalInsightsTableCollection.CreateOrUpdate Método

Definição

Atualizar ou criar uma tabela de workspace do Log Analytics.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}
  • Operação IdTables_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string tableName, Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, tableName As String, data As OperationalInsightsTableData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of OperationalInsightsTableResource)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

tableName
String

O nome da tabela.

data
OperationalInsightsTableData

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

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

tableName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

tableName ou data é nulo.

Aplica-se a