Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.SavedSearchInner
Packages that use SavedSearchInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of SavedSearchInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return SavedSearchInnerModifier and TypeMethodDescriptionSavedSearchesClient.createOrUpdate(String resourceGroupName, String workspaceName, String savedSearchId, SavedSearchInner parameters) Creates or updates a saved search for a given workspace.Gets the specified saved search for a given workspace.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type SavedSearchInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SavedSearchInner>SavedSearchesClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String savedSearchId, SavedSearchInner parameters, com.azure.core.util.Context context) Creates or updates a saved search for a given workspace.com.azure.core.http.rest.Response<SavedSearchInner>SavedSearchesClient.getWithResponse(String resourceGroupName, String workspaceName, String savedSearchId, com.azure.core.util.Context context) Gets the specified saved search for a given workspace.Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type SavedSearchInnerModifier and TypeMethodDescriptionSavedSearchesClient.createOrUpdate(String resourceGroupName, String workspaceName, String savedSearchId, SavedSearchInner parameters) Creates or updates a saved search for a given workspace.com.azure.core.http.rest.Response<SavedSearchInner>SavedSearchesClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String savedSearchId, SavedSearchInner parameters, com.azure.core.util.Context context) Creates or updates a saved search for a given workspace. -
Uses of SavedSearchInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return SavedSearchInnerModifier and TypeMethodDescriptionSavedSearchInner.withCategory(String category) Set the category property: The category of the saved search.SavedSearchInner.withDisplayName(String displayName) Set the displayName property: Saved search display name.Set the etag property: The ETag of the saved search.SavedSearchInner.withFunctionAlias(String functionAlias) Set the functionAlias property: The function alias if query serves as a function.SavedSearchInner.withFunctionParameters(String functionParameters) Set the functionParameters property: The optional function parameters if query serves as a function.Set the query property: The query expression for the saved search.Set the tags property: The tags attached to the saved search.SavedSearchInner.withVersion(Long version) Set the version property: The version number of the query language.Methods in com.azure.resourcemanager.loganalytics.fluent.models that return types with arguments of type SavedSearchInnerModifier and TypeMethodDescriptionSavedSearchesListResultInner.value()Get the value property: The array of result values.Method parameters in com.azure.resourcemanager.loganalytics.fluent.models with type arguments of type SavedSearchInnerModifier and TypeMethodDescriptionSavedSearchesListResultInner.withValue(List<SavedSearchInner> value) Set the value property: The array of result values. -
Uses of SavedSearchInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return SavedSearchInnerModifier and TypeMethodDescriptionSavedSearch.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.SavedSearchInner object.