AnalysisStatus Struct

Definition

Live message of list gateway. Status: 0 - Live.

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

Constructors

AnalysisStatus(Int32)

Initializes a new instance of AnalysisStatus.

Properties

Zero

Methods

Equals(AnalysisStatus)

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(AnalysisStatus, AnalysisStatus)

Determines if two AnalysisStatus values are the same.

Implicit(Int32 to AnalysisStatus)

Converts a string to a AnalysisStatus.

Inequality(AnalysisStatus, AnalysisStatus)

Determines if two AnalysisStatus values are not the same.

Applies to