共用方式為


BatchStartTaskState Struct

Definition

BatchStartTaskState enums.

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

Constructors

BatchStartTaskState(String)

Initializes a new instance of BatchStartTaskState.

Properties

Completed

The StartTask has exited with exit code 0, or the StartTask has failed and the retry limit has reached, or the StartTask process did not run due to Task preparation errors (such as resource file download failures).

Running

The StartTask is currently running.

Methods

Equals(BatchStartTaskState)

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

Determines if two BatchStartTaskState values are the same.

Implicit(String to BatchStartTaskState)

Converts a string to a BatchStartTaskState.

Inequality(BatchStartTaskState, BatchStartTaskState)

Determines if two BatchStartTaskState values are not the same.

Applies to