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