Partager via


PoolHealthStatus Struct

Definition

Pool status indicating whether a pool is available to create Dev Boxes.

public readonly struct PoolHealthStatus : IEquatable<Azure.Developer.DevCenter.Models.PoolHealthStatus>
type PoolHealthStatus = struct
Public Structure PoolHealthStatus
Implements IEquatable(Of PoolHealthStatus)
Inheritance
PoolHealthStatus
Implements

Constructors

PoolHealthStatus(String)

Initializes a new instance of PoolHealthStatus.

Properties

Healthy

The pool health status is healthy.

Pending

The pool health status waiting for health checks to run.

Unhealthy

The pool health status is not healthy.

Unknown

The pool health status is not known.

Warning

The pool health status has one or more warnings.

Methods

Equals(PoolHealthStatus)

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(PoolHealthStatus, PoolHealthStatus)

Determines if two PoolHealthStatus values are the same.

Implicit(String to PoolHealthStatus)

Converts a string to a PoolHealthStatus.

Inequality(PoolHealthStatus, PoolHealthStatus)

Determines if two PoolHealthStatus values are not the same.

Applies to