ICacheProperties.HealthCondition Property
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.
Outstanding conditions that need to be investigated and resolved.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Outstanding conditions that need to be investigated and resolved.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICondition) }, ReadOnly=true, Required=false, SerializedName="conditions")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICondition[] HealthCondition { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Outstanding conditions that need to be investigated and resolved.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICondition) }, ReadOnly=true, Required=false, SerializedName="conditions")>]
member this.HealthCondition : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICondition[]
Public ReadOnly Property HealthCondition As ICondition()
Property Value
- Attributes