次の方法で共有


SavedSearchesOperationsExtensions.Delete メソッド

定義

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

public static void Delete (this Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations operations, string resourceGroupName, string workspaceName, string savedSearchId);
static member Delete : Microsoft.Azure.Management.OperationalInsights.ISavedSearchesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ISavedSearchesOperations, resourceGroupName As String, workspaceName As String, savedSearchId As String)

パラメーター

operations
ISavedSearchesOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

savedSearchId
String

保存された検索の ID。

適用対象