AgentVersionStatus 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.
A value indicating whether security update required.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatusTypeConverter))]
public struct AgentVersionStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.AgentVersionStatusTypeConverter))>]
type AgentVersionStatus = struct
interface IArgumentCompleter
Public Structure AgentVersionStatus
Implements IArgumentCompleter, IEquatable(Of AgentVersionStatus)
- Inheritance
-
AgentVersionStatus
- Attributes
- Implements
Fields
Deprecated | |
NotSupported | |
SecurityUpdateRequired | |
Supported | |
UpdateRequired |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AgentVersionStatus) |
Compares values of enum type AgentVersionStatus |
Equals(Object) |
Compares values of enum type AgentVersionStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum AgentVersionStatus |
ToString() |
Returns string representation for AgentVersionStatus |
Operators
Equality(AgentVersionStatus, AgentVersionStatus) |
Overriding == operator for enum AgentVersionStatus |
Implicit(AgentVersionStatus to String) |
Implicit operator to convert AgentVersionStatus to string |
Implicit(String to AgentVersionStatus) |
Implicit operator to convert string to AgentVersionStatus |
Inequality(AgentVersionStatus, AgentVersionStatus) |
Overriding != operator for enum AgentVersionStatus |