你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SchedulingState Struct
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.
SchedulingState enums.
public readonly struct SchedulingState : IEquatable<Azure.Compute.Batch.SchedulingState>
type SchedulingState = struct
Public Structure SchedulingState
Implements IEquatable(Of SchedulingState)
- Inheritance
-
SchedulingState
- Implements
Constructors
SchedulingState(String) |
Initializes a new instance of SchedulingState. |
Properties
Disabled |
No new Tasks will be scheduled on the Compute Node. Tasks already running on the Compute Node may still run to completion. All Compute Nodes start with scheduling enabled. |
Enabled |
Tasks can be scheduled on the Compute Node. |
Methods
Equals(SchedulingState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SchedulingState, SchedulingState) |
Determines if two SchedulingState values are the same. |
Implicit(String to SchedulingState) |
Converts a String to a SchedulingState. |
Inequality(SchedulingState, SchedulingState) |
Determines if two SchedulingState values are not the same. |