BatchJobPreparationTaskState Struct

Definition

BatchJobPreparationTaskState enums.

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

Constructors

BatchJobPreparationTaskState(String)

Initializes a new instance of BatchJobPreparationTaskState.

Properties

Completed

The Task has exited with exit code 0, or the Task has exhausted its retry limit, or the Batch service was unable to start the Task due to Task preparation errors (such as resource file download failures).

Running

The Task is currently running (including retrying).

Methods

Equals(BatchJobPreparationTaskState)

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

Determines if two BatchJobPreparationTaskState values are the same.

Implicit(String to BatchJobPreparationTaskState)

Converts a string to a BatchJobPreparationTaskState.

Inequality(BatchJobPreparationTaskState, BatchJobPreparationTaskState)

Determines if two BatchJobPreparationTaskState values are not the same.

Applies to