Partager via


OperationalInsightsTableCollection.CreateOrUpdateAsync Méthode

Définition

Mettre à jour ou créer une table d’espace de travail Log Analytics.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}
  • IdTables_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string tableName, Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, tableName As String, data As OperationalInsightsTableData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of OperationalInsightsTableResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

tableName
String

Nom de la table.

data
OperationalInsightsTableData

Paramètres requis pour mettre à jour les propriétés de table.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

tableName est une chaîne vide et devait être non vide.

tableName ou data est null.

S’applique à