| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Error |
AzureAsyncOperationResult.error()
Get the error value.
|
Error |
Error.withCode(String code)
Set the code value.
|
Error |
Error.withDetails(List<ErrorDetails> details)
Set the details value.
|
Error |
Error.withInnerError(String innerError)
Set the innerError value.
|
Error |
Error.withMessage(String message)
Set the message value.
|
Error |
Error.withTarget(String target)
Set the target value.
|
| Modifier and Type | Method and Description |
|---|---|
AzureAsyncOperationResult |
AzureAsyncOperationResult.withError(Error error)
Set the error value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/