### YamlMime:JavaType uid: "com.azure.resourcemanager.loganalytics.models.SearchResults" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults" name: "SearchResults" nameWithType: "SearchResults" summary: "Parameters of the search job that initiated this table." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **SearchResults**" constructors: - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.SearchResults()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.SearchResults()" name: "SearchResults()" nameWithType: "SearchResults.SearchResults()" summary: "Creates an instance of SearchResults class." syntax: "public SearchResults()" desc: "Creates an instance of SearchResults class." methods: - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.azureAsyncOperationId()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.azureAsyncOperationId()" name: "azureAsyncOperationId()" nameWithType: "SearchResults.azureAsyncOperationId()" summary: "Get the azureAsyncOperationId property: Search results table async operation id." syntax: "public String azureAsyncOperationId()" desc: "Get the azureAsyncOperationId property: Search results table async operation id." returns: description: "the azureAsyncOperationId value." type: "String" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.description()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.description()" name: "description()" nameWithType: "SearchResults.description()" summary: "Get the description property: Search job Description." syntax: "public String description()" desc: "Get the description property: Search job Description." returns: description: "the description value." type: "String" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.endSearchTime()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.endSearchTime()" name: "endSearchTime()" nameWithType: "SearchResults.endSearchTime()" summary: "Get the endSearchTime property: The timestamp to end the search by (UTC)." syntax: "public OffsetDateTime endSearchTime()" desc: "Get the endSearchTime property: The timestamp to end the search by (UTC)." returns: description: "the endSearchTime value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.limit()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.limit()" name: "limit()" nameWithType: "SearchResults.limit()" summary: "Get the limit property: Limit the search job to return up to specified number of rows." syntax: "public Integer limit()" desc: "Get the limit property: Limit the search job to return up to specified number of rows." returns: description: "the limit value." type: "Integer" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.query()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.query()" name: "query()" nameWithType: "SearchResults.query()" summary: "Get the query property: Search job query." syntax: "public String query()" desc: "Get the query property: Search job query." returns: description: "the query value." type: "String" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.sourceTable()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.sourceTable()" name: "sourceTable()" nameWithType: "SearchResults.sourceTable()" summary: "Get the sourceTable property: The table used in the search job." syntax: "public String sourceTable()" desc: "Get the sourceTable property: The table used in the search job." returns: description: "the sourceTable value." type: "String" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.startSearchTime()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.startSearchTime()" name: "startSearchTime()" nameWithType: "SearchResults.startSearchTime()" summary: "Get the startSearchTime property: The timestamp to start the search from (UTC)." syntax: "public OffsetDateTime startSearchTime()" desc: "Get the startSearchTime property: The timestamp to start the search from (UTC)." returns: description: "the startSearchTime value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.validate()" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.validate()" name: "validate()" nameWithType: "SearchResults.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.withDescription(java.lang.String)" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.withDescription(String description)" name: "withDescription(String description)" nameWithType: "SearchResults.withDescription(String description)" summary: "Set the description property: Search job Description." parameters: - description: "the description value to set." name: "description" type: "String" syntax: "public SearchResults withDescription(String description)" desc: "Set the description property: Search job Description." returns: description: "the SearchResults object itself." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.withEndSearchTime(java.time.OffsetDateTime)" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.withEndSearchTime(OffsetDateTime endSearchTime)" name: "withEndSearchTime(OffsetDateTime endSearchTime)" nameWithType: "SearchResults.withEndSearchTime(OffsetDateTime endSearchTime)" summary: "Set the endSearchTime property: The timestamp to end the search by (UTC)." parameters: - description: "the endSearchTime value to set." name: "endSearchTime" type: "OffsetDateTime" syntax: "public SearchResults withEndSearchTime(OffsetDateTime endSearchTime)" desc: "Set the endSearchTime property: The timestamp to end the search by (UTC)." returns: description: "the SearchResults object itself." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.withLimit(java.lang.Integer)" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.withLimit(Integer limit)" name: "withLimit(Integer limit)" nameWithType: "SearchResults.withLimit(Integer limit)" summary: "Set the limit property: Limit the search job to return up to specified number of rows." parameters: - description: "the limit value to set." name: "limit" type: "Integer" syntax: "public SearchResults withLimit(Integer limit)" desc: "Set the limit property: Limit the search job to return up to specified number of rows." returns: description: "the SearchResults object itself." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.withQuery(java.lang.String)" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.withQuery(String query)" name: "withQuery(String query)" nameWithType: "SearchResults.withQuery(String query)" summary: "Set the query property: Search job query." parameters: - description: "the query value to set." name: "query" type: "String" syntax: "public SearchResults withQuery(String query)" desc: "Set the query property: Search job query." returns: description: "the SearchResults object itself." type: "" - uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.withStartSearchTime(java.time.OffsetDateTime)" fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.withStartSearchTime(OffsetDateTime startSearchTime)" name: "withStartSearchTime(OffsetDateTime startSearchTime)" nameWithType: "SearchResults.withStartSearchTime(OffsetDateTime startSearchTime)" summary: "Set the startSearchTime property: The timestamp to start the search from (UTC)." parameters: - description: "the startSearchTime value to set." name: "startSearchTime" type: "OffsetDateTime" syntax: "public SearchResults withStartSearchTime(OffsetDateTime startSearchTime)" desc: "Set the startSearchTime property: The timestamp to start the search from (UTC)." returns: description: "the SearchResults object itself." type: "" type: "class" desc: "Parameters of the search job that initiated this table." metadata: {} package: "com.azure.resourcemanager.loganalytics.models" artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0