Uses of Class
com.azure.compute.batch.models.BatchTaskIdRange
Packages that use BatchTaskIdRange
-
Uses of BatchTaskIdRange in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskIdRangeModifier and TypeMethodDescriptionstatic BatchTaskIdRangeBatchTaskIdRange.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTaskIdRange from the JsonReader.Methods in com.azure.compute.batch.models that return types with arguments of type BatchTaskIdRangeModifier and TypeMethodDescriptionBatchTaskDependencies.getTaskIdRanges()Get the taskIdRanges property: The list of Task ID ranges that this Task depends on.Method parameters in com.azure.compute.batch.models with type arguments of type BatchTaskIdRangeModifier and TypeMethodDescriptionBatchTaskDependencies.setTaskIdRanges(List<BatchTaskIdRange> taskIdRanges) Set the taskIdRanges property: The list of Task ID ranges that this Task depends on.