DevCenterHealthCheckStatus 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.
public readonly struct DevCenterHealthCheckStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterHealthCheckStatus>
type DevCenterHealthCheckStatus = struct
Public Structure DevCenterHealthCheckStatus
Implements IEquatable(Of DevCenterHealthCheckStatus)
- Inheritance
-
DevCenterHealthCheckStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterHealthCheckStatus(String) |
Initializes a new instance of DevCenterHealthCheckStatus. |
Properties
| Name | Description |
|---|---|
| Failed |
Failed. |
| Passed |
Passed. |
| Pending |
Pending. |
| Running |
Running. |
| Unknown |
Unknown. |
| Warning |
Warning. |
Methods
| Name | Description |
|---|---|
| Equals(DevCenterHealthCheckStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DevCenterHealthCheckStatus, DevCenterHealthCheckStatus) |
Determines if two DevCenterHealthCheckStatus values are the same. |
| Implicit(String to DevCenterHealthCheckStatus) |
Converts a String to a DevCenterHealthCheckStatus. |
| Inequality(DevCenterHealthCheckStatus, DevCenterHealthCheckStatus) |
Determines if two DevCenterHealthCheckStatus values are not the same. |