SapHealthState 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.
Defines the health of SAP Instances.
public readonly struct SapHealthState : IEquatable<Azure.ResourceManager.Workloads.Models.SapHealthState>
type SapHealthState = struct
Public Structure SapHealthState
Implements IEquatable(Of SapHealthState)
- Inheritance
-
SapHealthState
- Implements
Constructors
SapHealthState(String) |
Initializes a new instance of SapHealthState. |
Properties
Degraded |
Degraded. |
Healthy |
Healthy. |
Unhealthy |
Unhealthy. |
Unknown |
Unknown. |
Methods
Equals(SapHealthState) |
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(SapHealthState, SapHealthState) |
Determines if two SapHealthState values are the same. |
Implicit(String to SapHealthState) |
Converts a string to a SapHealthState. |
Inequality(SapHealthState, SapHealthState) |
Determines if two SapHealthState values are not the same. |
Applies to
Azure SDK for .NET