CacheHealth Class
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.
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
Azure SDK for .NET