Uses of Class
com.azure.resourcemanager.batch.models.TaskSchedulingPolicy
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of TaskSchedulingPolicy in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.taskSchedulingPolicy()
Get the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.PoolProperties.taskSchedulingPolicy()
Get the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.Modifier and TypeMethodDescriptionPoolInner.withTaskSchedulingPolicy
(TaskSchedulingPolicy taskSchedulingPolicy) Set the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.PoolProperties.withTaskSchedulingPolicy
(TaskSchedulingPolicy taskSchedulingPolicy) Set the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes. -
Uses of TaskSchedulingPolicy in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.taskSchedulingPolicy()
Gets the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.TaskSchedulingPolicy.withNodeFillType
(ComputeNodeFillType nodeFillType) Set the nodeFillType property: How tasks should be distributed across compute nodes.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithTaskSchedulingPolicy.withTaskSchedulingPolicy
(TaskSchedulingPolicy taskSchedulingPolicy) Specifies the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.Pool.UpdateStages.WithTaskSchedulingPolicy.withTaskSchedulingPolicy
(TaskSchedulingPolicy taskSchedulingPolicy) Specifies the taskSchedulingPolicy property: Specifies how tasks should be distributed across compute nodes.