Uses of Class
com.azure.resourcemanager.batch.models.TaskSchedulingPolicy
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return TaskSchedulingPolicyModifier 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.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type TaskSchedulingPolicyModifier 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
Methods in com.azure.resourcemanager.batch.models that return TaskSchedulingPolicyModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type TaskSchedulingPolicyModifier 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.