你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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