MobilityAgentUpgradeState Struct

Definition

The agent auto upgrade state.

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

Constructors

Name Description
MobilityAgentUpgradeState(String)

Initializes a new instance of MobilityAgentUpgradeState.

Properties

Name Description
Commit

Commit.

Completed

Completed.

None

None.

Started

Started.

Methods

Name Description
Equals(MobilityAgentUpgradeState)

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

Determines if two MobilityAgentUpgradeState values are the same.

Implicit(String to MobilityAgentUpgradeState)

Converts a String to a MobilityAgentUpgradeState.

Inequality(MobilityAgentUpgradeState, MobilityAgentUpgradeState)

Determines if two MobilityAgentUpgradeState values are not the same.

Applies to