Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ExitCodeRangeMapping |
ExitCodeRangeMapping.withEnd(int end)
Set the end value.
|
ExitCodeRangeMapping |
ExitCodeRangeMapping.withExitOptions(ExitOptions exitOptions)
Set the exitOptions value.
|
ExitCodeRangeMapping |
ExitCodeRangeMapping.withStart(int start)
Set the start value.
|
Modifier and Type | Method and Description |
---|---|
List<ExitCodeRangeMapping> |
ExitConditions.exitCodeRanges()
Get the exitCodeRanges value.
|
Modifier and Type | Method and Description |
---|---|
ExitConditions |
ExitConditions.withExitCodeRanges(List<ExitCodeRangeMapping> exitCodeRanges)
Set the exitCodeRanges value.
|
Copyright © 2019. All rights reserved.