Uses of Class
com.azure.compute.batch.models.BatchPoolReplaceContent
Packages that use BatchPoolReplaceContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchPoolReplaceContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchPoolReplaceContentModifier and TypeMethodDescriptionBatchAsyncClient.replacePoolProperties
(String poolId, BatchPoolReplaceContent pool) Updates the properties of the specified Pool.BatchAsyncClient.replacePoolProperties
(String poolId, BatchPoolReplaceContent pool, ReplaceBatchPoolPropertiesOptions options) Updates the properties of the specified Pool.void
BatchClient.replacePoolProperties
(String poolId, BatchPoolReplaceContent pool) Updates the properties of the specified Pool.void
BatchClient.replacePoolProperties
(String poolId, BatchPoolReplaceContent pool, ReplaceBatchPoolPropertiesOptions options) Updates the properties of the specified Pool. -
Uses of BatchPoolReplaceContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolReplaceContentModifier and TypeMethodDescriptionstatic BatchPoolReplaceContent
BatchPoolReplaceContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchPoolReplaceContent from the JsonReader.BatchPoolReplaceContent.setStartTask
(BatchStartTask startTask) Set the startTask property: A Task to run on each Compute Node as it joins the Pool.BatchPoolReplaceContent.setTargetNodeCommunicationMode
(BatchNodeCommunicationMode targetNodeCommunicationMode) Set the targetNodeCommunicationMode property: The desired node communication mode for the pool.