Uses of Class
com.azure.compute.batch.models.BatchTaskDependencies
Packages that use BatchTaskDependencies
-
Uses of BatchTaskDependencies in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskDependenciesModifier and TypeMethodDescriptionstatic BatchTaskDependencies
BatchTaskDependencies.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTaskDependencies from the JsonReader.BatchTask.getDependsOn()
Get the dependsOn property: The Tasks that this Task depends on.BatchTaskCreateContent.getDependsOn()
Get the dependsOn property: The Tasks that this Task depends on.BatchTaskDependencies.setTaskIdRanges
(List<BatchTaskIdRange> taskIdRanges) Set the taskIdRanges property: The list of Task ID ranges that this Task depends on.BatchTaskDependencies.setTaskIds
(List<String> taskIds) Set the taskIds property: The list of Task IDs that this Task depends on.Methods in com.azure.compute.batch.models with parameters of type BatchTaskDependenciesModifier and TypeMethodDescriptionBatchTaskCreateContent.setDependsOn
(BatchTaskDependencies dependsOn) Set the dependsOn property: The Tasks that this Task depends on.