MobilityAgentUpgradeState Struct

Definition

The agent auto upgrade state.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MobilityAgentUpgradeStateTypeConverter))]
public struct MobilityAgentUpgradeState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MobilityAgentUpgradeState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MobilityAgentUpgradeStateTypeConverter))>]
type MobilityAgentUpgradeState = struct
    interface IArgumentCompleter
Public Structure MobilityAgentUpgradeState
Implements IArgumentCompleter, IEquatable(Of MobilityAgentUpgradeState)
Inheritance
MobilityAgentUpgradeState
Attributes
Implements

Fields

Commit
Completed
None
Started

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MobilityAgentUpgradeState)

Compares values of enum type MobilityAgentUpgradeState

Equals(Object)

Compares values of enum type MobilityAgentUpgradeState (override for Object)

GetHashCode()

Returns hashCode for enum MobilityAgentUpgradeState

ToString()

Returns string representation for MobilityAgentUpgradeState

Operators

Equality(MobilityAgentUpgradeState, MobilityAgentUpgradeState)

Overriding == operator for enum MobilityAgentUpgradeState

Implicit(MobilityAgentUpgradeState to String)

Implicit operator to convert MobilityAgentUpgradeState to string

Implicit(String to MobilityAgentUpgradeState)

Implicit operator to convert string to MobilityAgentUpgradeState

Inequality(MobilityAgentUpgradeState, MobilityAgentUpgradeState)

Overriding != operator for enum MobilityAgentUpgradeState

Applies to