Uses of Class
com.azure.resourcemanager.loganalytics.models.SearchResults
Packages that use SearchResults
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of SearchResults in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return SearchResultsModifier and TypeMethodDescriptionTableInner.searchResults()Get the searchResults property: Parameters of the search job that initiated this table.TableProperties.searchResults()Get the searchResults property: Parameters of the search job that initiated this table.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type SearchResultsModifier and TypeMethodDescriptionTableInner.withSearchResults(SearchResults searchResults) Set the searchResults property: Parameters of the search job that initiated this table.TableProperties.withSearchResults(SearchResults searchResults) Set the searchResults property: Parameters of the search job that initiated this table. -
Uses of SearchResults in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type SearchResultsModifier and TypeClassDescriptionfinal classParameters of the search job that initiated this table.Methods in com.azure.resourcemanager.loganalytics.models that return SearchResultsModifier and TypeMethodDescriptionstatic SearchResultsSearchResults.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchResults from the JsonReader.Table.searchResults()Gets the searchResults property: Parameters of the search job that initiated this table.SearchResults.withDescription(String description) Set the description property: Search job Description.SearchResults.withEndSearchTime(OffsetDateTime endSearchTime) Set the endSearchTime property: The timestamp to end the search by (UTC).Set the limit property: Limit the search job to return up to specified number of rows.Set the query property: Search job query.SearchResults.withStartSearchTime(OffsetDateTime startSearchTime) Set the startSearchTime property: The timestamp to start the search from (UTC).Methods in com.azure.resourcemanager.loganalytics.models with parameters of type SearchResultsModifier and TypeMethodDescriptionTable.DefinitionStages.WithSearchResults.withSearchResults(SearchResults searchResults) Specifies the searchResults property: Parameters of the search job that initiated this table..Table.UpdateStages.WithSearchResults.withSearchResults(SearchResults searchResults) Specifies the searchResults property: Parameters of the search job that initiated this table..