Partager via


OperationalInsightsSavedSearchCollection.CreateOrUpdateAsync Méthode

Définition

Crée ou met à jour une recherche enregistrée pour un espace de travail donné.

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

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.

savedSearchId
String

ID de la recherche enregistrée.

data
OperationalInsightsSavedSearchData

Paramètres requis pour enregistrer une recherche.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

savedSearchId ou data est null.

S’applique à