Compartir a través de


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

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.

Applies to