OperationalInsightsWorkspaceResource.GetOperationalInsightsSavedSearch 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.
Obtient la recherche enregistrée spécifiée pour un espace de travail donné.
- Chemin de la demande/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
- IdSavedSearches_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource> GetOperationalInsightsSavedSearch (string savedSearchId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationalInsightsSavedSearch : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>
override this.GetOperationalInsightsSavedSearch : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>
Public Overridable Function GetOperationalInsightsSavedSearch (savedSearchId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OperationalInsightsSavedSearchResource)
Paramètres
- savedSearchId
- String
ID de la recherche enregistrée.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
savedSearchId
est une chaîne vide et devait être non vide.
savedSearchId
a la valeur null.