Share via


IaasVmProtectedItemHealthStatus Struct

Definition

Health status of protected item.

public readonly struct IaasVmProtectedItemHealthStatus : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.IaasVmProtectedItemHealthStatus>
type IaasVmProtectedItemHealthStatus = struct
Public Structure IaasVmProtectedItemHealthStatus
Implements IEquatable(Of IaasVmProtectedItemHealthStatus)
Inheritance
IaasVmProtectedItemHealthStatus
Implements

Constructors

IaasVmProtectedItemHealthStatus(String)

Initializes a new instance of IaasVmProtectedItemHealthStatus.

Properties

ActionRequired

ActionRequired.

ActionSuggested

ActionSuggested.

Invalid

Invalid.

Passed

Passed.

Methods

Equals(IaasVmProtectedItemHealthStatus)

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(IaasVmProtectedItemHealthStatus, IaasVmProtectedItemHealthStatus)

Determines if two IaasVmProtectedItemHealthStatus values are the same.

Implicit(String to IaasVmProtectedItemHealthStatus)

Converts a string to a IaasVmProtectedItemHealthStatus.

Inequality(IaasVmProtectedItemHealthStatus, IaasVmProtectedItemHealthStatus)

Determines if two IaasVmProtectedItemHealthStatus values are not the same.

Applies to