Sdílet prostřednictvím


DevCenterHealthCheckStatus Struct

Definition

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

DevCenterHealthCheckStatus(String)

Initializes a new instance of DevCenterHealthCheckStatus.

Properties

Failed

Failed.

Passed

Passed.

Pending

Pending.

Running

Running.

Unknown

Unknown.

Warning

Warning.

Methods

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

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.

Applies to