DiscoRunState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET