ResourceHealthStatus 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.
Resource Health Status.
public readonly struct ResourceHealthStatus : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.ResourceHealthStatus>
type ResourceHealthStatus = struct
Public Structure ResourceHealthStatus
Implements IEquatable(Of ResourceHealthStatus)
- Inheritance
-
ResourceHealthStatus
- Implements
Constructors
ResourceHealthStatus(String) |
Initializes a new instance of ResourceHealthStatus. |
Properties
Healthy |
Healthy. |
Invalid |
Invalid. |
PersistentDegraded |
PersistentDegraded. |
PersistentUnhealthy |
PersistentUnhealthy. |
TransientDegraded |
TransientDegraded. |
TransientUnhealthy |
TransientUnhealthy. |
Methods
Equals(ResourceHealthStatus) |
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(ResourceHealthStatus, ResourceHealthStatus) |
Determines if two ResourceHealthStatus values are the same. |
Implicit(String to ResourceHealthStatus) |
Converts a string to a ResourceHealthStatus. |
Inequality(ResourceHealthStatus, ResourceHealthStatus) |
Determines if two ResourceHealthStatus values are not the same. |
Applies to
Azure SDK for .NET