Delen via


EvaluationState Struct

Definition

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