TaskSchedulingPolicy Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TaskSchedulingPolicy() |
Initializes a new instance of the TaskSchedulingPolicy class. |
TaskSchedulingPolicy(ComputeNodeFillType) |
Initializes a new instance of the TaskSchedulingPolicy class. |
TaskSchedulingPolicy()
Initializes a new instance of the TaskSchedulingPolicy class.
public TaskSchedulingPolicy ();
Public Sub New ()
Applies to
TaskSchedulingPolicy(ComputeNodeFillType)
Initializes a new instance of the TaskSchedulingPolicy class.
public TaskSchedulingPolicy (Microsoft.Azure.Management.Batch.Models.ComputeNodeFillType nodeFillType);
new Microsoft.Azure.Management.Batch.Models.TaskSchedulingPolicy : Microsoft.Azure.Management.Batch.Models.ComputeNodeFillType -> Microsoft.Azure.Management.Batch.Models.TaskSchedulingPolicy
Public Sub New (nodeFillType As ComputeNodeFillType)
Parameters
- nodeFillType
- ComputeNodeFillType
How tasks should be distributed across compute nodes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET