Freigeben über


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

Name Description
PropertyChangeLevel(String)

Initializes a new instance of PropertyChangeLevel.

Properties

Name Description
Important

Important.

Noisy

Noisy.

Normal

Normal.

Methods

Name Description
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

Name Description
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