IHealthCheckStatusDetails.HealthCheck 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.
Details for each health check item.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Details for each health check item.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IHealthCheck) }, ReadOnly=true, Required=false, SerializedName="healthChecks")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IHealthCheck[] HealthCheck { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Details for each health check item.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IHealthCheck) }, ReadOnly=true, Required=false, SerializedName="healthChecks")>]
member this.HealthCheck : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IHealthCheck[]
Public ReadOnly Property HealthCheck As IHealthCheck()
Property Value
- Attributes