Uses of Class
com.azure.compute.batch.models.BatchNodeRebootContent
Packages that use BatchNodeRebootContent
-
Uses of BatchNodeRebootContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeRebootContentModifier and TypeMethodDescriptionstatic BatchNodeRebootContentBatchNodeRebootContent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeRebootContent from the JsonReader.RebootBatchNodeOptions.getParameters()Get the parameters property: The options to use for rebooting the Compute Node.BatchNodeRebootContent.setNodeRebootOption(BatchNodeRebootOption nodeRebootOption) Set the nodeRebootOption property: When to reboot the Compute Node and what to do with currently running Tasks.Methods in com.azure.compute.batch.models with parameters of type BatchNodeRebootContentModifier and TypeMethodDescriptionRebootBatchNodeOptions.setParameters(BatchNodeRebootContent parameters) Set the parameters property: The options to use for rebooting the Compute Node.