次の方法で共有


SavedSearchesOperationsExtensions.CreateOrUpdate メソッド

定義

特定のワークスペースの保存された検索を作成または更新します。

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

パラメーター

operations
ISavedSearchesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

savedSearchId
String

保存された検索の ID。

parameters
SavedSearch

検索を保存するために必要なパラメーター。

戻り値

適用対象