次の方法で共有


JobStatus Struct

Definition

The status of the processing job.

public readonly struct JobStatus : IEquatable<Azure.Health.Insights.RadiologyInsights.JobStatus>
type JobStatus = struct
Public Structure JobStatus
Implements IEquatable(Of JobStatus)
Inheritance
JobStatus
Implements

Constructors

JobStatus(String)

Initializes a new instance of JobStatus.

Properties

Canceled

canceled.

Failed

failed.

NotStarted

notStarted.

Running

running.

Succeeded

succeeded.

Methods

Equals(JobStatus)

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

Determines if two JobStatus values are the same.

Implicit(String to JobStatus)

Converts a string to a JobStatus.

Inequality(JobStatus, JobStatus)

Determines if two JobStatus values are not the same.

Applies to