次の方法で共有


OperationalInsightsWorkspaceResource.GetOperationalInsightsSavedSearchAsync メソッド

定義

指定したワークスペースの指定した保存された検索を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/savedSearches/{savedSearchId}
  • 操作IdSavedSearches_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>> GetOperationalInsightsSavedSearchAsync (string savedSearchId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationalInsightsSavedSearchAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>>
override this.GetOperationalInsightsSavedSearchAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.OperationalInsightsSavedSearchResource>>
Public Overridable Function GetOperationalInsightsSavedSearchAsync (savedSearchId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperationalInsightsSavedSearchResource))

パラメーター

savedSearchId
String

保存された検索の ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

savedSearchId は空の文字列であり、空でないと想定されていました。

savedSearchId が null です。

適用対象