Dela via


DiscoRunState Struct

Definition

The State of the disco run.

public readonly struct DiscoRunState : IEquatable<Azure.Analytics.Defender.Easm.DiscoRunState>
type DiscoRunState = struct
Public Structure DiscoRunState
Implements IEquatable(Of DiscoRunState)
Inheritance
DiscoRunState
Implements

Constructors

DiscoRunState(String)

Initializes a new instance of DiscoRunState.

Properties

Completed

completed.

Failed

failed.

Pending

pending.

Running

running.

Methods

Equals(DiscoRunState)

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

Determines if two DiscoRunState values are the same.

Implicit(String to DiscoRunState)

Converts a string to a DiscoRunState.

Inequality(DiscoRunState, DiscoRunState)

Determines if two DiscoRunState values are not the same.

Applies to