Share via


DependencyAction Struct

Definition

DependencyAction enums.

public readonly struct DependencyAction : IEquatable<Azure.Compute.Batch.DependencyAction>
type DependencyAction = struct
Public Structure DependencyAction
Implements IEquatable(Of DependencyAction)
Inheritance
DependencyAction
Implements

Constructors

Name Description
DependencyAction(String)

Initializes a new instance of DependencyAction.

Properties

Name Description
Block

Blocks tasks waiting on this task, preventing them from being scheduled.

Satisfy

Satisfy tasks waiting on this task; once all dependencies are satisfied, the task will be scheduled to run.

Methods

Name Description
Equals(DependencyAction)

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(DependencyAction, DependencyAction)

Determines if two DependencyAction values are the same.

Implicit(String to DependencyAction)

Converts a String to a DependencyAction.

Inequality(DependencyAction, DependencyAction)

Determines if two DependencyAction values are not the same.

Applies to