CacheHealth Class

Definition

An indication of Cache health. Gives more information about health than just that related to provisioning.

public class CacheHealth
type CacheHealth = class
Public Class CacheHealth
Inheritance
CacheHealth

Constructors

CacheHealth()

Initializes a new instance of the CacheHealth class.

CacheHealth(String, String, IList<Condition>)

Initializes a new instance of the CacheHealth class.

Properties

Conditions

Gets outstanding conditions that need to be investigated and resolved.

State

Gets or sets list of Cache health states. Possible values include: 'Unknown', 'Healthy', 'Degraded', 'Down', 'Transitioning', 'Stopping', 'Stopped', 'Upgrading', 'Flushing'

StatusDescription

Gets or sets describes explanation of state.

Applies to