Share via


JobExecutionRunningState Struct

Definition

Current running State of the job.

public readonly struct JobExecutionRunningState : IEquatable<Azure.ResourceManager.AppContainers.Models.JobExecutionRunningState>
type JobExecutionRunningState = struct
Public Structure JobExecutionRunningState
Implements IEquatable(Of JobExecutionRunningState)
Inheritance
JobExecutionRunningState
Implements

Constructors

Properties

Degraded

Degraded.

Failed

Failed.

Processing

Processing.

Running

Running.

Stopped

Stopped.

Succeeded

Succeeded.

Unknown

Unknown.

Methods

Equals(JobExecutionRunningState)

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

Applies to