Uses of Class
com.azure.compute.batch.models.BatchNodeReimageContent
Packages that use BatchNodeReimageContent
-
Uses of BatchNodeReimageContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeReimageContentModifier and TypeMethodDescriptionstatic BatchNodeReimageContent
BatchNodeReimageContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeReimageContent from the JsonReader.ReimageBatchNodeOptions.getParameters()
Get the parameters property: The options to use for reimaging the Compute Node.BatchNodeReimageContent.setNodeReimageOption
(BatchNodeReimageOption nodeReimageOption) Set the nodeReimageOption property: When to reimage the Compute Node and what to do with currently running Tasks.Methods in com.azure.compute.batch.models with parameters of type BatchNodeReimageContentModifier and TypeMethodDescriptionReimageBatchNodeOptions.setParameters
(BatchNodeReimageContent parameters) Set the parameters property: The options to use for reimaging the Compute Node.