SmartGroupState 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.
Smart group state.
public readonly struct SmartGroupState : IEquatable<Azure.ResourceManager.AlertsManagement.Models.SmartGroupState>
type SmartGroupState = struct
Public Structure SmartGroupState
Implements IEquatable(Of SmartGroupState)
- Inheritance
-
SmartGroupState
- Implements
Constructors
SmartGroupState(String) |
Initializes a new instance of SmartGroupState. |
Properties
Acknowledged |
Acknowledged. |
Closed |
Closed. |
New |
New. |
Methods
Equals(SmartGroupState) |
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(SmartGroupState, SmartGroupState) |
Determines if two SmartGroupState values are the same. |
Implicit(String to SmartGroupState) |
Converts a string to a SmartGroupState. |
Inequality(SmartGroupState, SmartGroupState) |
Determines if two SmartGroupState values are not the same. |
Applies to
Azure SDK for .NET