IAmlFilesystem.HealthState 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.
List of AML file system health states.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="List of AML file system health states.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.AmlFilesystemHealthStateType) }, ReadOnly=false, Required=false, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.AmlFilesystemHealthStateType? HealthState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="List of AML file system health states.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.AmlFilesystemHealthStateType) }, ReadOnly=false, Required=false, SerializedName="state")>]
member this.HealthState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.AmlFilesystemHealthStateType> with get, set
Public Property HealthState As Nullable(Of AmlFilesystemHealthStateType)
Property Value
- Attributes