Share via


AgentStatus Struct

Definition

The Agent status.

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

Fields

Executing
Offline
Online
Registering
RequiresAttention
Unregistering

Methods

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

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

Equals(AgentStatus)

Compares values of enum type AgentStatus

Equals(Object)

Compares values of enum type AgentStatus (override for Object)

GetHashCode()

Returns hashCode for enum AgentStatus

ToString()

Returns string representation for AgentStatus

Operators

Equality(AgentStatus, AgentStatus)

Overriding == operator for enum AgentStatus

Implicit(AgentStatus to String)

Implicit operator to convert AgentStatus to string

Implicit(String to AgentStatus)

Implicit operator to convert string to AgentStatus

Inequality(AgentStatus, AgentStatus)

Overriding != operator for enum AgentStatus

Applies to