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()
- Source:
- TaskSchedulingPolicy.cs
Initializes a new instance of the TaskSchedulingPolicy class.
public TaskSchedulingPolicy ();
Public Sub New ()
Applies to
TaskSchedulingPolicy(ComputeNodeFillType)
- Source:
- TaskSchedulingPolicy.cs
Initializes a new instance of the TaskSchedulingPolicy class.
public TaskSchedulingPolicy (Microsoft.Azure.Batch.Protocol.Models.ComputeNodeFillType nodeFillType);
new Microsoft.Azure.Batch.Protocol.Models.TaskSchedulingPolicy : Microsoft.Azure.Batch.Protocol.Models.ComputeNodeFillType -> Microsoft.Azure.Batch.Protocol.Models.TaskSchedulingPolicy
Public Sub New (nodeFillType As ComputeNodeFillType)
Parameters
- nodeFillType
- ComputeNodeFillType
How Tasks are distributed across Compute Nodes in a Pool.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET