IUpdateProperties.HealthCheckResult Property

Definition

An array of PrecheckResult objects.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="An array of PrecheckResult objects.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPrecheckResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="healthCheckResult", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPrecheckResult> HealthCheckResult { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="An array of PrecheckResult objects.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPrecheckResult) }, Read=true, ReadOnly=false, Required=false, SerializedName="healthCheckResult", Update=true)>]
member this.HealthCheckResult : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IPrecheckResult> with get, set
Public Property HealthCheckResult As List(Of IPrecheckResult)

Property Value

Attributes

Applies to