azure-docs-sdk-java/docs-ref-autogen/com.azure.monitor.query.mod...

109 строки
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.monitor.query.models.LogsQueryResult"
fullName: "com.azure.monitor.query.models.LogsQueryResult"
name: "LogsQueryResult"
nameWithType: "LogsQueryResult"
summary: "The result of a logs query."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class LogsQueryResult"
constructors:
- uid: "com.azure.monitor.query.models.LogsQueryResult.LogsQueryResult(java.util.List<com.azure.monitor.query.models.LogsTable>,com.azure.core.util.BinaryData,com.azure.core.util.BinaryData,com.azure.core.models.ResponseError)"
fullName: "com.azure.monitor.query.models.LogsQueryResult.LogsQueryResult(List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)"
name: "LogsQueryResult(List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)"
nameWithType: "LogsQueryResult.LogsQueryResult(List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)"
summary: "Creates an instance <xref uid=\"com.azure.monitor.query.models.LogsQueryResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsQueryResult\"></xref> with a list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref>."
parameters:
- description: "The list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
name: "logsTables"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.monitor.query.models.LogsTable?alt=com.azure.monitor.query.models.LogsTable&text=LogsTable\" data-throw-if-not-resolved=\"False\" />&gt;"
- description: "The query execution statistics."
name: "statistics"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The visualization information for the logs query."
name: "visualization"
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- description: "The error details if there was an error executing the query."
name: "error"
type: "<xref href=\"com.azure.core.models.ResponseError?alt=com.azure.core.models.ResponseError&text=ResponseError\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LogsQueryResult(List<LogsTable> logsTables, BinaryData statistics, BinaryData visualization, ResponseError error)"
desc: "Creates an instance <xref uid=\"com.azure.monitor.query.models.LogsQueryResult\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsQueryResult\"></xref> with a list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref>."
methods:
- uid: "com.azure.monitor.query.models.LogsQueryResult.getAllTables()"
fullName: "com.azure.monitor.query.models.LogsQueryResult.getAllTables()"
name: "getAllTables()"
nameWithType: "LogsQueryResult.getAllTables()"
summary: "The list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
syntax: "public List<LogsTable> getAllTables()"
desc: "The list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
returns:
description: "The list of <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.monitor.query.models.LogsTable?alt=com.azure.monitor.query.models.LogsTable&text=LogsTable\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.monitor.query.models.LogsQueryResult.getError()"
fullName: "com.azure.monitor.query.models.LogsQueryResult.getError()"
name: "getError()"
nameWithType: "LogsQueryResult.getError()"
summary: "Returns the error details if there was an error executing the query."
syntax: "public ResponseError getError()"
desc: "Returns the error details if there was an error executing the query."
returns:
description: "the error details if there was an error executing the query."
type: "<xref href=\"com.azure.core.models.ResponseError?alt=com.azure.core.models.ResponseError&text=ResponseError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.LogsQueryResult.getQueryResultStatus()"
fullName: "com.azure.monitor.query.models.LogsQueryResult.getQueryResultStatus()"
name: "getQueryResultStatus()"
nameWithType: "LogsQueryResult.getQueryResultStatus()"
summary: "Returns the status of the query result."
syntax: "public LogsQueryResultStatus getQueryResultStatus()"
desc: "Returns the status of the query result."
returns:
description: "the status of the query result."
type: "<xref href=\"com.azure.monitor.query.models.LogsQueryResultStatus?alt=com.azure.monitor.query.models.LogsQueryResultStatus&text=LogsQueryResultStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.LogsQueryResult.getStatistics()"
fullName: "com.azure.monitor.query.models.LogsQueryResult.getStatistics()"
name: "getStatistics()"
nameWithType: "LogsQueryResult.getStatistics()"
summary: "Returns the query statistics."
syntax: "public BinaryData getStatistics()"
desc: "Returns the query statistics."
returns:
description: "the query statistics."
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.LogsQueryResult.getTable()"
fullName: "com.azure.monitor.query.models.LogsQueryResult.getTable()"
name: "getTable()"
nameWithType: "LogsQueryResult.getTable()"
summary: "The primary <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
syntax: "public LogsTable getTable()"
desc: "The primary <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
returns:
description: "The primary <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref> returned as query result."
type: "<xref href=\"com.azure.monitor.query.models.LogsTable?alt=com.azure.monitor.query.models.LogsTable&text=LogsTable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.LogsQueryResult.getVisualization()"
fullName: "com.azure.monitor.query.models.LogsQueryResult.getVisualization()"
name: "getVisualization()"
nameWithType: "LogsQueryResult.getVisualization()"
summary: "Returns the visualization information for the logs query."
syntax: "public BinaryData getVisualization()"
desc: "Returns the visualization information for the logs query."
returns:
description: "the visualization information for the logs query."
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The result of a logs query."
metadata: {}
package: "com.azure.monitor.query.models"
artifact: com.azure:azure-monitor-query:1.0.10