Uses of Class
com.azure.compute.batch.models.BatchNodeDeallocateContent
Packages that use BatchNodeDeallocateContent
-
Uses of BatchNodeDeallocateContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchNodeDeallocateContentModifier and TypeMethodDescriptionstatic BatchNodeDeallocateContent
BatchNodeDeallocateContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchNodeDeallocateContent from the JsonReader.DeallocateBatchNodeOptions.getParameters()
Get the parameters property: The options to use for deallocating the Compute Node.BatchNodeDeallocateContent.setNodeDeallocateOption
(BatchNodeDeallocateOption nodeDeallocateOption) Set the nodeDeallocateOption property: When to deallocate the Compute Node and what to do with currently running Tasks.Methods in com.azure.compute.batch.models with parameters of type BatchNodeDeallocateContentModifier and TypeMethodDescriptionDeallocateBatchNodeOptions.setParameters
(BatchNodeDeallocateContent parameters) Set the parameters property: The options to use for deallocating the Compute Node.