AgentReinstallBlockedReason 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.
Argument completer implementation for AgentReinstallBlockedReason.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentReinstallBlockedReasonTypeConverter))]
public struct AgentReinstallBlockedReason : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentReinstallBlockedReason>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentReinstallBlockedReasonTypeConverter))>]
type AgentReinstallBlockedReason = struct
interface IArgumentCompleter
Public Structure AgentReinstallBlockedReason
Implements IArgumentCompleter, IEquatable(Of AgentReinstallBlockedReason)
- Inheritance
-
AgentReinstallBlockedReason
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| AgentNoHeartbeat | |
| DistroNotSupported | |
| Unknown | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(AgentReinstallBlockedReason) |
Compares values of enum type AgentReinstallBlockedReason |
| Equals(Object) |
Compares values of enum type AgentReinstallBlockedReason (override for Object) |
| GetHashCode() |
Returns hashCode for enum AgentReinstallBlockedReason |
| ToString() |
Returns string representation for AgentReinstallBlockedReason |
Operators
| Name | Description |
|---|---|
| Equality(AgentReinstallBlockedReason, AgentReinstallBlockedReason) |
Overriding == operator for enum AgentReinstallBlockedReason |
| Implicit(AgentReinstallBlockedReason to String) |
Implicit operator to convert AgentReinstallBlockedReason to string |
| Implicit(String to AgentReinstallBlockedReason) |
Implicit operator to convert string to AgentReinstallBlockedReason |
| Inequality(AgentReinstallBlockedReason, AgentReinstallBlockedReason) |
Overriding != operator for enum AgentReinstallBlockedReason |