| Package | Description |
|---|---|
| com.microsoft.azure.loganalytics.models |
This package contains the models classes for LogAnalyticsDataClient.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErrorDetail |
ErrorDetail.withAdditionalProperties(Object additionalProperties) |
Set the additionalProperties value.
|
ErrorDetail |
ErrorDetail.withCode(String code) |
Set the error's code.
|
ErrorDetail |
ErrorDetail.withMessage(String message) |
Set a human readable error message.
|
ErrorDetail |
ErrorDetail.withResources(List<String> resources) |
Set indicates resources which were responsible for the error.
|
ErrorDetail |
ErrorDetail.withTarget(String target) |
Set indicates which property in the request is responsible for the error.
|
ErrorDetail |
ErrorDetail.withValue(String value) |
Set indicates which value in 'target' is responsible for the error.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ErrorDetail> |
ErrorInfo.details() |
Get error details.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErrorInfo |
ErrorInfo.withDetails(List<ErrorDetail> details) |
Set error details.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/