你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CacheHealth 构造函数

定义

重载

CacheHealth()

初始化 CacheHealth 类的新实例。

CacheHealth(String, String, IList<Condition>)

初始化 CacheHealth 类的新实例。

CacheHealth()

初始化 CacheHealth 类的新实例。

public CacheHealth ();
Public Sub New ()

适用于

CacheHealth(String, String, IList<Condition>)

初始化 CacheHealth 类的新实例。

public CacheHealth (string state = default, string statusDescription = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.Condition> conditions = default);
new Microsoft.Azure.Management.StorageCache.Models.CacheHealth : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.Condition> -> Microsoft.Azure.Management.StorageCache.Models.CacheHealth
Public Sub New (Optional state As String = Nothing, Optional statusDescription As String = Nothing, Optional conditions As IList(Of Condition) = Nothing)

参数

state
String

缓存运行状况列表。 可能的值包括:“Unknown”、“Healthy”、“Degraded”、“Down”、“Transitioning”、“Stopping”、“Stopped”、“Upgrade”、“Flushing”

statusDescription
String

描述状态的说明。

conditions
IList<Condition>

需要调查和解决的未完成条件。

适用于