JobRunningState Struct

Definition

Current running state of the job.

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

Constructors

Name Description
JobRunningState(String)

Initializes a new instance of JobRunningState.

Properties

Name Description
Progressing

Progressing.

Ready

Ready.

Suspended

Suspended.

Methods

Name Description
Equals(JobRunningState)

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

Determines if two JobRunningState values are the same.

Implicit(String to JobRunningState)

Converts a string to a JobRunningState.

Implicit(String to Nullable<JobRunningState>)
Inequality(JobRunningState, JobRunningState)

Determines if two JobRunningState values are not the same.

Applies to