A B C D E G I L M N Q R T U V W 

A

acceptLanguage() - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Gets The preferred language for the response..
additionalProperties() - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Get the additionalProperties value.
additionalProperties() - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Get the additionalProperties value.

B

body() - Method in exception com.microsoft.azure.loganalytics.models.ErrorResponseException
 

C

code() - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Get the error's code.
code() - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Get a machine readable error code.
Column - Class in com.microsoft.azure.loganalytics.models
A table column.
Column() - Constructor for class com.microsoft.azure.loganalytics.models.Column
 
columns() - Method in class com.microsoft.azure.loganalytics.models.Table
Get the list of columns in this table.
com.microsoft.azure.loganalytics - package com.microsoft.azure.loganalytics
This package contains the classes for LogAnalyticsDataClient.
com.microsoft.azure.loganalytics.models - package com.microsoft.azure.loganalytics.models
This package contains the models classes for LogAnalyticsDataClient.

D

details() - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Get error details.

E

error() - Method in class com.microsoft.azure.loganalytics.models.ErrorResponse
Get the error details.
ErrorDetail - Class in com.microsoft.azure.loganalytics.models
Error details.
ErrorDetail() - Constructor for class com.microsoft.azure.loganalytics.models.ErrorDetail
 
ErrorInfo - Class in com.microsoft.azure.loganalytics.models
The code and message for an error.
ErrorInfo() - Constructor for class com.microsoft.azure.loganalytics.models.ErrorInfo
 
ErrorResponse - Class in com.microsoft.azure.loganalytics.models
Error details.
ErrorResponse() - Constructor for class com.microsoft.azure.loganalytics.models.ErrorResponse
 
ErrorResponseException - Exception in com.microsoft.azure.loganalytics.models
Exception thrown for an invalid response with ErrorResponse information.
ErrorResponseException(String, Response<ResponseBody>) - Constructor for exception com.microsoft.azure.loganalytics.models.ErrorResponseException
Initializes a new instance of the ErrorResponseException class.
ErrorResponseException(String, Response<ResponseBody>, ErrorResponse) - Constructor for exception com.microsoft.azure.loganalytics.models.ErrorResponseException
Initializes a new instance of the ErrorResponseException class.

G

generateClientRequestId() - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Gets Whether a unique x-ms-client-request-id should be generated.
getAzureClient() - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Gets the AzureClient used for long running operations.

I

innererror() - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Get inner error details if they exist.

L

LogAnalyticsDataClient - Interface in com.microsoft.azure.loganalytics
The interface for LogAnalyticsDataClient class.
longRunningOperationRetryTimeout() - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Gets The retry timeout in seconds for Long Running Operations.

M

message() - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Get a human readable error message.
message() - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Get a human readable error message.

N

name() - Method in class com.microsoft.azure.loganalytics.models.Column
Get the name of this column.
name() - Method in class com.microsoft.azure.loganalytics.models.Table
Get the name of the table.

Q

query() - Method in class com.microsoft.azure.loganalytics.models.QueryBody
Get the query to execute.
query(String, QueryBody) - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Execute an Analytics query.
queryAsync(String, QueryBody) - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Execute an Analytics query.
queryAsync(String, QueryBody, ServiceCallback<QueryResults>) - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Execute an Analytics query.
QueryBody - Class in com.microsoft.azure.loganalytics.models
The Analytics query.
QueryBody() - Constructor for class com.microsoft.azure.loganalytics.models.QueryBody
 
QueryResults - Class in com.microsoft.azure.loganalytics.models
A query response.
QueryResults() - Constructor for class com.microsoft.azure.loganalytics.models.QueryResults
 
queryWithServiceResponseAsync(String, QueryBody) - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Execute an Analytics query.

R

resources() - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Get indicates resources which were responsible for the error.
restClient() - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Gets the REST client.
rows() - Method in class com.microsoft.azure.loganalytics.models.Table
Get the resulting rows from this query.

T

Table - Class in com.microsoft.azure.loganalytics.models
A query response table.
Table() - Constructor for class com.microsoft.azure.loganalytics.models.Table
 
tables() - Method in class com.microsoft.azure.loganalytics.models.QueryResults
Get the list of tables, columns and rows.
target() - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Get indicates which property in the request is responsible for the error.
timespan() - Method in class com.microsoft.azure.loganalytics.models.QueryBody
Get optional.
type() - Method in class com.microsoft.azure.loganalytics.models.Column
Get the data type of this column.

U

userAgent() - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Gets the User-Agent header for the client.

V

value() - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Get indicates which value in 'target' is responsible for the error.

W

withAcceptLanguage(String) - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Sets The preferred language for the response..
withAdditionalProperties(Object) - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Set the additionalProperties value.
withAdditionalProperties(Object) - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Set the additionalProperties value.
withCode(String) - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Set the error's code.
withCode(String) - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Set a machine readable error code.
withColumns(List<Column>) - Method in class com.microsoft.azure.loganalytics.models.Table
Set the list of columns in this table.
withDetails(List<ErrorDetail>) - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Set error details.
withError(ErrorInfo) - Method in class com.microsoft.azure.loganalytics.models.ErrorResponse
Set the error details.
withGenerateClientRequestId(boolean) - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Sets Whether a unique x-ms-client-request-id should be generated.
withInnererror(ErrorInfo) - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Set inner error details if they exist.
withLongRunningOperationRetryTimeout(int) - Method in interface com.microsoft.azure.loganalytics.LogAnalyticsDataClient
Sets The retry timeout in seconds for Long Running Operations.
withMessage(String) - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Set a human readable error message.
withMessage(String) - Method in class com.microsoft.azure.loganalytics.models.ErrorInfo
Set a human readable error message.
withName(String) - Method in class com.microsoft.azure.loganalytics.models.Column
Set the name of this column.
withName(String) - Method in class com.microsoft.azure.loganalytics.models.Table
Set the name of the table.
withQuery(String) - Method in class com.microsoft.azure.loganalytics.models.QueryBody
Set the query to execute.
withResources(List<String>) - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Set indicates resources which were responsible for the error.
withRows(List<List<Object>>) - Method in class com.microsoft.azure.loganalytics.models.Table
Set the resulting rows from this query.
withTables(List<Table>) - Method in class com.microsoft.azure.loganalytics.models.QueryResults
Set the list of tables, columns and rows.
withTarget(String) - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Set indicates which property in the request is responsible for the error.
withTimespan(String) - Method in class com.microsoft.azure.loganalytics.models.QueryBody
Set optional.
withType(String) - Method in class com.microsoft.azure.loganalytics.models.Column
Set the data type of this column.
withValue(String) - Method in class com.microsoft.azure.loganalytics.models.ErrorDetail
Set indicates which value in 'target' is responsible for the error.
withWorkspaces(List<String>) - Method in class com.microsoft.azure.loganalytics.models.QueryBody
Set a list of workspaces that are included in the query.
workspaces() - Method in class com.microsoft.azure.loganalytics.models.QueryBody
Get a list of workspaces that are included in the query.
A B C D E G I L M N Q R T U V W 
Skip navigation links

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/