Uses of Class
com.azure.compute.batch.models.MultiInstanceSettings
Packages that use MultiInstanceSettings
-
Uses of MultiInstanceSettings in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return MultiInstanceSettingsModifier and TypeMethodDescriptionstatic MultiInstanceSettings
MultiInstanceSettings.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MultiInstanceSettings from the JsonReader.BatchTask.getMultiInstanceSettings()
Get the multiInstanceSettings property: An object that indicates that the Task is a multi-instance Task, and contains information about how to run the multi-instance Task.BatchTaskCreateContent.getMultiInstanceSettings()
Get the multiInstanceSettings property: An object that indicates that the Task is a multi-instance Task, and contains information about how to run the multi-instance Task.MultiInstanceSettings.setCommonResourceFiles
(List<ResourceFile> commonResourceFiles) Set the commonResourceFiles property: A list of files that the Batch service will download before running the coordination command line.MultiInstanceSettings.setNumberOfInstances
(Integer numberOfInstances) Set the numberOfInstances property: The number of Compute Nodes required by the Task.Methods in com.azure.compute.batch.models with parameters of type MultiInstanceSettingsModifier and TypeMethodDescriptionBatchTaskCreateContent.setMultiInstanceSettings
(MultiInstanceSettings multiInstanceSettings) Set the multiInstanceSettings property: An object that indicates that the Task is a multi-instance Task, and contains information about how to run the multi-instance Task.