SavedSearchesOperationsExtensions.CreateOrUpdate 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 Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch CreateOrUpdate (this Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations operations, string resourceGroupName, string workspaceName, string savedSearchId, Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations * string * string * string * Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch -> Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch
<Extension()>
Public Function CreateOrUpdate (operations As ISavedSearchesOperations, resourceGroupName As String, workspaceName As String, savedSearchId As String, parameters As SavedSearch) As 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.
Retours
S’applique à
Azure SDK for .NET