EvaluationState 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.
Connectivity analysis evaluation state.
public readonly struct EvaluationState : IEquatable<Azure.ResourceManager.Network.Models.EvaluationState>
type EvaluationState = struct
Public Structure EvaluationState
Implements IEquatable(Of EvaluationState)
- Inheritance
-
EvaluationState
- Implements
Constructors
EvaluationState(String) |
Initializes a new instance of EvaluationState. |
Properties
Completed |
Completed. |
InProgress |
InProgress. |
NotStarted |
NotStarted. |
Methods
Equals(EvaluationState) |
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(EvaluationState, EvaluationState) |
Determines if two EvaluationState values are the same. |
Implicit(String to EvaluationState) |
Converts a string to a EvaluationState. |
Inequality(EvaluationState, EvaluationState) |
Determines if two EvaluationState values are not the same. |
Applies to
Azure SDK for .NET