azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.l...

185 строки
12 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
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 Search<wbr>Results 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 azure<wbr>Async<wbr>Operation<wbr>Id 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.endSearchTime()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.endSearchTime()"
name: "endSearchTime()"
nameWithType: "SearchResults.endSearchTime()"
summary: "Get the end<wbr>Search<wbr>Time 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.sourceTable()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.sourceTable()"
name: "sourceTable()"
nameWithType: "SearchResults.sourceTable()"
summary: "Get the source<wbr>Table 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loganalytics.models.SearchResults.startSearchTime()"
fullName: "com.azure.resourcemanager.loganalytics.models.SearchResults.startSearchTime()"
name: "startSearchTime()"
nameWithType: "SearchResults.startSearchTime()"
summary: "Get the start<wbr>Search<wbr>Time 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchResults withDescription(String description)"
desc: "Set the description property: Search job Description."
returns:
description: "the SearchResults object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchResults?alt=com.azure.resourcemanager.loganalytics.models.SearchResults&text=SearchResults\" data-throw-if-not-resolved=\"False\" />"
- 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 end<wbr>Search<wbr>Time property: The timestamp to end the search by (UTC)."
parameters:
- description: "the endSearchTime value to set."
name: "endSearchTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
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: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchResults?alt=com.azure.resourcemanager.loganalytics.models.SearchResults&text=SearchResults\" data-throw-if-not-resolved=\"False\" />"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
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: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchResults?alt=com.azure.resourcemanager.loganalytics.models.SearchResults&text=SearchResults\" data-throw-if-not-resolved=\"False\" />"
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SearchResults withQuery(String query)"
desc: "Set the query property: Search job query."
returns:
description: "the SearchResults object itself."
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchResults?alt=com.azure.resourcemanager.loganalytics.models.SearchResults&text=SearchResults\" data-throw-if-not-resolved=\"False\" />"
- 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 start<wbr>Search<wbr>Time property: The timestamp to start the search from (UTC)."
parameters:
- description: "the startSearchTime value to set."
name: "startSearchTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
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: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchResults?alt=com.azure.resourcemanager.loganalytics.models.SearchResults&text=SearchResults\" data-throw-if-not-resolved=\"False\" />"
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