Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ComputeNodeError |
ComputeNodeError.withCode(String code)
Set the code value.
|
ComputeNodeError |
ComputeNodeError.withErrorDetails(List<NameValuePair> errorDetails)
Set the errorDetails value.
|
ComputeNodeError |
ComputeNodeError.withMessage(String message)
Set the message value.
|
Modifier and Type | Method and Description |
---|---|
List<ComputeNodeError> |
ComputeNode.errors()
Get the errors value.
|
Modifier and Type | Method and Description |
---|---|
ComputeNode |
ComputeNode.withErrors(List<ComputeNodeError> errors)
Set the errors value.
|
Copyright © 2019. All rights reserved.