Condividi tramite


CacheHealth Constructors

Definition

Overloads

CacheHealth()

Initializes a new instance of the CacheHealth class.

CacheHealth(String, String, IList<Condition>)

Initializes a new instance of the CacheHealth class.

CacheHealth()

Initializes a new instance of the CacheHealth class.

public CacheHealth ();
Public Sub New ()

Applies to

CacheHealth(String, String, IList<Condition>)

Initializes a new instance of the CacheHealth class.

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)

Parameters

state
String

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

statusDescription
String

Describes explanation of state.

conditions
IList<Condition>

Outstanding conditions that need to be investigated and resolved.

Applies to