Uses of Class
com.azure.compute.batch.models.BatchJobTerminateContent
Packages that use BatchJobTerminateContent
-
Uses of BatchJobTerminateContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobTerminateContentModifier and TypeMethodDescriptionstatic BatchJobTerminateContent
BatchJobTerminateContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobTerminateContent from the JsonReader.TerminateBatchJobOptions.getParameters()
Get the parameters property: The options to use for terminating the Job.BatchJobTerminateContent.setTerminationReason
(String terminationReason) Set the terminationReason property: The text you want to appear as the Job's TerminationReason.Methods in com.azure.compute.batch.models with parameters of type BatchJobTerminateContentModifier and TypeMethodDescriptionTerminateBatchJobOptions.setParameters
(BatchJobTerminateContent parameters) Set the parameters property: The options to use for terminating the Job.