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