SavedSearchesOperationsExtensions Class

Definition

Extension methods for SavedSearchesOperations.

public static class SavedSearchesOperationsExtensions
type SavedSearchesOperationsExtensions = class
Public Module SavedSearchesOperationsExtensions
Inheritance
SavedSearchesOperationsExtensions

Methods

CreateOrUpdate(ISavedSearchesOperations, String, String, String, SavedSearch)

Creates or updates a saved search for a given workspace.

CreateOrUpdateAsync(ISavedSearchesOperations, String, String, String, SavedSearch, CancellationToken)

Creates or updates a saved search for a given workspace.

Delete(ISavedSearchesOperations, String, String, String)

Deletes the specified saved search in a given workspace.

DeleteAsync(ISavedSearchesOperations, String, String, String, CancellationToken)

Deletes the specified saved search in a given workspace.

Get(ISavedSearchesOperations, String, String, String)

Gets the specified saved search for a given workspace.

GetAsync(ISavedSearchesOperations, String, String, String, CancellationToken)

Gets the specified saved search for a given workspace.

ListByWorkspace(ISavedSearchesOperations, String, String)

Gets the saved searches for a given Log Analytics Workspace

ListByWorkspaceAsync(ISavedSearchesOperations, String, String, CancellationToken)

Gets the saved searches for a given Log Analytics Workspace

Applies to