ImportJobStatus Struct

Definition

Status of Import Job

public readonly struct ImportJobStatus : IEquatable<Azure.DigitalTwins.Core.ImportJobStatus>
type ImportJobStatus = struct
Public Structure ImportJobStatus
Implements IEquatable(Of ImportJobStatus)
Inheritance
ImportJobStatus
Implements

Constructors

Name Description
ImportJobStatus(String)

Initializes a new instance of ImportJobStatus.

Properties

Name Description
Cancelled

cancelled.

Cancelling

cancelling.

Failed

failed.

Notstarted

notstarted.

Running

running.

Succeeded

succeeded.

Methods

Name Description
Equals(ImportJobStatus)

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

Determines if two ImportJobStatus values are the same.

Implicit(String to ImportJobStatus)

Converts a String to a ImportJobStatus.

Inequality(ImportJobStatus, ImportJobStatus)

Determines if two ImportJobStatus values are not the same.

Applies to