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