Uses of Class
com.azure.compute.batch.models.ExitCodeMapping
Packages that use ExitCodeMapping
-
Uses of ExitCodeMapping in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ExitCodeMappingModifier and TypeMethodDescriptionstatic ExitCodeMappingExitCodeMapping.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExitCodeMapping from the JsonReader.Methods in com.azure.compute.batch.models that return types with arguments of type ExitCodeMappingModifier and TypeMethodDescriptionExitConditions.getExitCodes()Get the exitCodes property: A list of individual Task exit codes and how the Batch service should respond to them.Method parameters in com.azure.compute.batch.models with type arguments of type ExitCodeMappingModifier and TypeMethodDescriptionExitConditions.setExitCodes(List<ExitCodeMapping> exitCodes) Set the exitCodes property: A list of individual Task exit codes and how the Batch service should respond to them.