VmWorkloadProtectedItemHealthStatus 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.
Health status of the backup item, evaluated based on last heartbeat received.
public readonly struct VmWorkloadProtectedItemHealthStatus : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.VmWorkloadProtectedItemHealthStatus>
type VmWorkloadProtectedItemHealthStatus = struct
Public Structure VmWorkloadProtectedItemHealthStatus
Implements IEquatable(Of VmWorkloadProtectedItemHealthStatus)
- Inheritance
-
VmWorkloadProtectedItemHealthStatus
- Implements
Constructors
| Name | Description |
|---|---|
| VmWorkloadProtectedItemHealthStatus(String) |
Initializes a new instance of VmWorkloadProtectedItemHealthStatus. |
Properties
| Name | Description |
|---|---|
| Healthy |
Healthy. |
| Invalid |
Invalid. |
| IRPending |
IRPending. |
| NotReachable |
NotReachable. |
| Unhealthy |
Unhealthy. |
Methods
| Name | Description |
|---|---|
| Equals(VmWorkloadProtectedItemHealthStatus) |
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(VmWorkloadProtectedItemHealthStatus, VmWorkloadProtectedItemHealthStatus) |
Determines if two VmWorkloadProtectedItemHealthStatus values are the same. |
| Implicit(String to VmWorkloadProtectedItemHealthStatus) |
Converts a String to a VmWorkloadProtectedItemHealthStatus. |
| Inequality(VmWorkloadProtectedItemHealthStatus, VmWorkloadProtectedItemHealthStatus) |
Determines if two VmWorkloadProtectedItemHealthStatus values are not the same. |