Share via


SchedulingState Struct

Definition

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

Name Description
SchedulingState(String)

Initializes a new instance of SchedulingState.

Properties

Name Description
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

Name Description
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

Name Description
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.

Applies to