Delen via


RcmComponentStatus Struct

Definition

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