Uses of Class
com.azure.compute.batch.models.AffinityInfo
Packages that use AffinityInfo
-
Uses of AffinityInfo in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return AffinityInfoModifier and TypeMethodDescriptionstatic AffinityInfo
AffinityInfo.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AffinityInfo from the JsonReader.BatchTask.getAffinityInfo()
Get the affinityInfo property: A locality hint that can be used by the Batch service to select a Compute Node on which to start the new Task.BatchTaskCreateContent.getAffinityInfo()
Get the affinityInfo property: A locality hint that can be used by the Batch service to select a Compute Node on which to start the new Task.Methods in com.azure.compute.batch.models with parameters of type AffinityInfoModifier and TypeMethodDescriptionBatchTaskCreateContent.setAffinityInfo
(AffinityInfo affinityInfo) Set the affinityInfo property: A locality hint that can be used by the Batch service to select a Compute Node on which to start the new Task.