Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ResizeError |
ResizeError.withCode(String code)
Set the code value.
|
ResizeError |
ResizeError.withMessage(String message)
Set the message value.
|
ResizeError |
ResizeError.withValues(List<NameValuePair> values)
Set the values value.
|
Modifier and Type | Method and Description |
---|---|
List<ResizeError> |
CloudPool.resizeErrors()
Get the resizeErrors value.
|
Modifier and Type | Method and Description |
---|---|
CloudPool |
CloudPool.withResizeErrors(List<ResizeError> resizeErrors)
Set the resizeErrors value.
|
Copyright © 2019. All rights reserved.