Freigeben über


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

Name Description
JobExecutionRunningState(String)

Initializes a new instance of JobExecutionRunningState.

Properties

Name Description
Degraded

Degraded.

Failed

Failed.

Processing

Processing.

Running

Running.

Stopped

Stopped.

Succeeded

Succeeded.

Unknown

Unknown.

Methods

Name Description
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

Name Description
Equality(JobExecutionRunningState, JobExecutionRunningState)

Determines if two JobExecutionRunningState values are the same.

Implicit(String to JobExecutionRunningState)

Converts a String to a JobExecutionRunningState.

Inequality(JobExecutionRunningState, JobExecutionRunningState)

Determines if two JobExecutionRunningState values are not the same.

Applies to