Język

ConnectionAnalyzerStatus Struct

Definition

Current execution status of the connection analyzer.

public readonly struct ConnectionAnalyzerStatus : IEquatable<Azure.ResourceManager.Network.Models.ConnectionAnalyzerStatus>
type ConnectionAnalyzerStatus = struct
Public Structure ConnectionAnalyzerStatus
Implements IEquatable(Of ConnectionAnalyzerStatus)
Inheritance
ConnectionAnalyzerStatus
Implements

Constructors

Name Description
ConnectionAnalyzerStatus(String)

Initializes a new instance of ConnectionAnalyzerStatus.

Properties

Name Description
Failed

The connection analyzer failed to complete its diagnostic operations.

NotStarted

The connection analyzer has been created but execution has not yet begun.

Running

The connection analyzer is currently running its diagnostic operations.

Succeeded

The connection analyzer completed all diagnostic operations successfully.

Methods

Name Description
Equals(ConnectionAnalyzerStatus)

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

Name Description
Equality(ConnectionAnalyzerStatus, ConnectionAnalyzerStatus)

Determines if two ConnectionAnalyzerStatus values are the same.

Implicit(String to ConnectionAnalyzerStatus)

Converts a string to a ConnectionAnalyzerStatus.

Implicit(String to Nullable<ConnectionAnalyzerStatus>)
Inequality(ConnectionAnalyzerStatus, ConnectionAnalyzerStatus)

Determines if two ConnectionAnalyzerStatus values are not the same.

Applies to