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

DependencyAction(String)

Initializes a new instance of DependencyAction.

Properties

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

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

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