Uses of Interface
com.azure.resourcemanager.loganalytics.models.SavedSearch
Packages that use SavedSearch
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of SavedSearch in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return SavedSearchModifier and TypeMethodDescriptionSavedSearch.Update.apply()Executes the update request.SavedSearch.Update.apply(com.azure.core.util.Context context) Executes the update request.SavedSearch.DefinitionStages.WithCreate.create()Executes the create request.SavedSearch.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the specified saved search for a given workspace.Gets the specified saved search for a given workspace.SavedSearch.refresh()Refreshes the resource to sync with Azure.SavedSearch.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type SavedSearchModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SavedSearch>SavedSearches.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the specified saved search for a given workspace.com.azure.core.http.rest.Response<SavedSearch>SavedSearches.getWithResponse(String resourceGroupName, String workspaceName, String savedSearchId, com.azure.core.util.Context context) Gets the specified saved search for a given workspace.SavedSearchesListResult.value()Gets the value property: The array of result values.