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
SiteRecoveryProtectionHealth(String) |
Initializes a new instance of SiteRecoveryProtectionHealth. |
Properties
Critical |
Critical. |
None |
None. |
Normal |
Normal. |
Warning |
Warning. |
Methods
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
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. |
Applies to
Azure SDK for .NET