Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ExitConditions |
TaskAddParameter.exitConditions()
Get the exitConditions value.
|
ExitConditions |
CloudTask.exitConditions()
Get the exitConditions value.
|
ExitConditions |
ExitConditions.withDefaultProperty(ExitOptions defaultProperty)
Set the defaultProperty value.
|
ExitConditions |
ExitConditions.withExitCodeRanges(List<ExitCodeRangeMapping> exitCodeRanges)
Set the exitCodeRanges value.
|
ExitConditions |
ExitConditions.withExitCodes(List<ExitCodeMapping> exitCodes)
Set the exitCodes value.
|
ExitConditions |
ExitConditions.withFileUploadError(ExitOptions fileUploadError)
Set the fileUploadError value.
|
ExitConditions |
ExitConditions.withPreProcessingError(ExitOptions preProcessingError)
Set the preProcessingError value.
|
Modifier and Type | Method and Description |
---|---|
TaskAddParameter |
TaskAddParameter.withExitConditions(ExitConditions exitConditions)
Set the exitConditions value.
|
CloudTask |
CloudTask.withExitConditions(ExitConditions exitConditions)
Set the exitConditions value.
|
Copyright © 2019. All rights reserved.