Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
NameValuePair |
NameValuePair.withName(String name)
Set the name value.
|
NameValuePair |
NameValuePair.withValue(String value)
Set the value value.
|
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
TaskFailureInformation.details()
Get the details value.
|
List<NameValuePair> |
JobSchedulingError.details()
Get the details value.
|
List<NameValuePair> |
ComputeNodeError.errorDetails()
Get the errorDetails value.
|
List<NameValuePair> |
DeleteCertificateError.values()
Get the values value.
|
List<NameValuePair> |
AutoScaleRunError.values()
Get the values value.
|
List<NameValuePair> |
ResizeError.values()
Get the values value.
|
Modifier and Type | Method and Description |
---|---|
TaskFailureInformation |
TaskFailureInformation.withDetails(List<NameValuePair> details)
Set the details value.
|
JobSchedulingError |
JobSchedulingError.withDetails(List<NameValuePair> details)
Set the details value.
|
ComputeNodeError |
ComputeNodeError.withErrorDetails(List<NameValuePair> errorDetails)
Set the errorDetails value.
|
DeleteCertificateError |
DeleteCertificateError.withValues(List<NameValuePair> values)
Set the values value.
|
AutoScaleRunError |
AutoScaleRunError.withValues(List<NameValuePair> values)
Set the values value.
|
ResizeError |
ResizeError.withValues(List<NameValuePair> values)
Set the values value.
|
Copyright © 2019. All rights reserved.