ListServiceAlertsSortByField 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 ListServiceAlertsSortByField.
public readonly struct ListServiceAlertsSortByField : IEquatable<Azure.ResourceManager.AlertsManagement.Models.ListServiceAlertsSortByField>
type ListServiceAlertsSortByField = struct
Public Structure ListServiceAlertsSortByField
Implements IEquatable(Of ListServiceAlertsSortByField)
- Inheritance
-
ListServiceAlertsSortByField
- Implements
Constructors
ListServiceAlertsSortByField(String) |
Initializes a new instance of ListServiceAlertsSortByField. |
Properties
AlertState |
alertState. |
LastModifiedOn |
lastModifiedDateTime. |
MonitorCondition |
monitorCondition. |
Name |
name. |
Severity |
severity. |
StartOn |
startDateTime. |
TargetResource |
targetResource. |
TargetResourceGroup |
targetResourceGroup. |
TargetResourceName |
targetResourceName. |
TargetResourceType |
targetResourceType. |
Methods
Equals(ListServiceAlertsSortByField) |
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(ListServiceAlertsSortByField, ListServiceAlertsSortByField) |
Determines if two ListServiceAlertsSortByField values are the same. |
Implicit(String to ListServiceAlertsSortByField) |
Converts a string to a ListServiceAlertsSortByField. |
Inequality(ListServiceAlertsSortByField, ListServiceAlertsSortByField) |
Determines if two ListServiceAlertsSortByField values are not the same. |
Applies to
Azure SDK for .NET