TaskResourcePhase 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 phase the task is in.
public readonly struct TaskResourcePhase : IEquatable<Azure.Analytics.Defender.Easm.TaskResourcePhase>
type TaskResourcePhase = struct
Public Structure TaskResourcePhase
Implements IEquatable(Of TaskResourcePhase)
- Inheritance
-
TaskResourcePhase
- Implements
Constructors
TaskResourcePhase(String) |
Initializes a new instance of TaskResourcePhase. |
Properties
Complete |
complete. |
Polling |
polling. |
Running |
running. |
Methods
Equals(TaskResourcePhase) |
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(TaskResourcePhase, TaskResourcePhase) |
Determines if two TaskResourcePhase values are the same. |
Implicit(String to TaskResourcePhase) |
Converts a string to a TaskResourcePhase. |
Inequality(TaskResourcePhase, TaskResourcePhase) |
Determines if two TaskResourcePhase values are not the same. |
Applies to
Azure SDK for .NET