MobilityAgentUpgradeState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MobilityAgentUpgradeState(String) |
Initializes a new instance of MobilityAgentUpgradeState. |
Properties
Commit |
Commit. |
Completed |
Completed. |
None |
None. |
Started |
Started. |
Methods
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
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
Azure SDK for .NET