AgentUpgradeBlockedReason Struct

Definition

The AgentUpgradeBlockedReason.

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

Constructors

AgentUpgradeBlockedReason(String)

Initializes a new instance of AgentUpgradeBlockedReason.

Properties

AgentNoHeartbeat

AgentNoHeartbeat.

AlreadyOnLatestVersion

AlreadyOnLatestVersion.

DistroIsNotReported

DistroIsNotReported.

DistroNotSupportedForUpgrade

DistroNotSupportedForUpgrade.

IncompatibleApplianceVersion

IncompatibleApplianceVersion.

InvalidAgentVersion

InvalidAgentVersion.

InvalidDriverVersion

InvalidDriverVersion.

MissingUpgradePath

MissingUpgradePath.

NotProtected

NotProtected.

ProcessServerNoHeartbeat

ProcessServerNoHeartbeat.

RcmProxyNoHeartbeat

RcmProxyNoHeartbeat.

RebootRequired

RebootRequired.

Unknown

Unknown.

UnsupportedProtectionScenario

UnsupportedProtectionScenario.

Methods

Equals(AgentUpgradeBlockedReason)

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

Determines if two AgentUpgradeBlockedReason values are the same.

Implicit(String to AgentUpgradeBlockedReason)

Converts a string to a AgentUpgradeBlockedReason.

Inequality(AgentUpgradeBlockedReason, AgentUpgradeBlockedReason)

Determines if two AgentUpgradeBlockedReason values are not the same.

Applies to