SiteRecoveryProtectionHealth 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 health.
public readonly struct SiteRecoveryProtectionHealth : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth>
type SiteRecoveryProtectionHealth = struct
Public Structure SiteRecoveryProtectionHealth
Implements IEquatable(Of SiteRecoveryProtectionHealth)
- Inheritance
-
SiteRecoveryProtectionHealth
- Implements
Constructors
| Name | Description |
|---|---|
| SiteRecoveryProtectionHealth(String) |
Initializes a new instance of SiteRecoveryProtectionHealth. |
Properties
| Name | Description |
|---|---|
| Critical |
Critical. |
| None |
None. |
| Normal |
Normal. |
| Warning |
Warning. |
Methods
| Name | Description |
|---|---|
| Equals(SiteRecoveryProtectionHealth) |
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
| Name | Description |
|---|---|
| Equality(SiteRecoveryProtectionHealth, SiteRecoveryProtectionHealth) |
Determines if two SiteRecoveryProtectionHealth values are the same. |
| Implicit(String to SiteRecoveryProtectionHealth) |
Converts a String to a SiteRecoveryProtectionHealth. |
| Inequality(SiteRecoveryProtectionHealth, SiteRecoveryProtectionHealth) |
Determines if two SiteRecoveryProtectionHealth values are not the same. |