Uses of Class
com.azure.resourcemanager.loganalytics.models.SearchResults
Packages that use SearchResults
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
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
Methods in com.azure.resourcemanager.loganalytics.models that return SearchResultsModifier and TypeMethodDescriptionSchema.searchResults()Get the searchResults property: Parameters of the search job that initiated this table.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..