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