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

Name Description
AgentUpgradeBlockedReason(String)

Initializes a new instance of AgentUpgradeBlockedReason.

Properties

Name Description
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

Name Description
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

Name Description
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