CacheHealth Constructors
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.
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.
Applies to
Azure SDK for .NET