SavedSearchesOperationsExtensions.CreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée ou met à jour une recherche enregistrée pour un espace de travail donné.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch> CreateOrUpdateAsync (this Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations operations, string resourceGroupName, string workspaceName, string savedSearchId, Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations * string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ISavedSearchesOperations, resourceGroupName As String, workspaceName As String, savedSearchId As String, parameters As SavedSearch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SavedSearch)
Paramètres
- operations
- ISavedSearchesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
- String
Nom de l’espace de travail.
- savedSearchId
- String
ID de la recherche enregistrée.
- parameters
- SavedSearch
Paramètres requis pour enregistrer une recherche.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET