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

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.

Applies to