PropertyChangeLevel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET