Share via


PropertyChangeLevel Struct

Definition

The PropertyChangeLevel.

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

Constructors

PropertyChangeLevel(String)

Initializes a new instance of PropertyChangeLevel.

Properties

Important

Important.

Noisy

Noisy.

Normal

Normal.

Methods

Equals(PropertyChangeLevel)

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

Determines if two PropertyChangeLevel values are the same.

Implicit(String to PropertyChangeLevel)

Converts a string to a PropertyChangeLevel.

Inequality(PropertyChangeLevel, PropertyChangeLevel)

Determines if two PropertyChangeLevel values are not the same.

Applies to