SmartGroupsSortByField 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 SmartGroupsSortByField.
public readonly struct SmartGroupsSortByField : IEquatable<Azure.ResourceManager.AlertsManagement.Models.SmartGroupsSortByField>
type SmartGroupsSortByField = struct
Public Structure SmartGroupsSortByField
Implements IEquatable(Of SmartGroupsSortByField)
- Inheritance
-
SmartGroupsSortByField
- Implements
Constructors
SmartGroupsSortByField(String) |
Initializes a new instance of SmartGroupsSortByField. |
Properties
AlertsCount |
alertsCount. |
LastModifiedDateTime |
lastModifiedDateTime. |
Severity |
severity. |
StartDateTime |
startDateTime. |
State |
state. |
Methods
Equals(SmartGroupsSortByField) |
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(SmartGroupsSortByField, SmartGroupsSortByField) |
Determines if two SmartGroupsSortByField values are the same. |
Implicit(String to SmartGroupsSortByField) |
Converts a string to a SmartGroupsSortByField. |
Inequality(SmartGroupsSortByField, SmartGroupsSortByField) |
Determines if two SmartGroupsSortByField values are not the same. |
Applies to
Azure SDK for .NET