Uses of Class
com.azure.compute.batch.models.ExitCodeRangeMapping
Packages that use ExitCodeRangeMapping
-
Uses of ExitCodeRangeMapping in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ExitCodeRangeMappingModifier and TypeMethodDescriptionstatic ExitCodeRangeMapping
ExitCodeRangeMapping.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExitCodeRangeMapping from the JsonReader.Methods in com.azure.compute.batch.models that return types with arguments of type ExitCodeRangeMappingModifier and TypeMethodDescriptionExitConditions.getExitCodeRanges()
Get the exitCodeRanges property: A list of Task exit code ranges and how the Batch service should respond to them.Method parameters in com.azure.compute.batch.models with type arguments of type ExitCodeRangeMappingModifier and TypeMethodDescriptionExitConditions.setExitCodeRanges
(List<ExitCodeRangeMapping> exitCodeRanges) Set the exitCodeRanges property: A list of Task exit code ranges and how the Batch service should respond to them.