MediaJobState Struct

Definition

Describes the state of the JobOutput.

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

Constructors

MediaJobState(String)

Initializes a new instance of MediaJobState.

Properties

Canceled

The job was canceled. This is a final state for the job.

Canceling

The job is in the process of being canceled. This is a transient state for the job.

Error

The job has encountered an error. This is a final state for the job.

Finished

The job is finished. This is a final state for the job.

Processing

The job is processing. This is a transient state for the job.

Queued

The job is in a queued state, waiting for resources to become available. This is a transient state.

Scheduled

The job is being scheduled to run on an available resource. This is a transient state, between queued and processing states.

Methods

Equals(MediaJobState)

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

Determines if two MediaJobState values are the same.

Implicit(String to MediaJobState)

Converts a string to a MediaJobState.

Inequality(MediaJobState, MediaJobState)

Determines if two MediaJobState values are not the same.

Applies to