Share via


NodeDeactivationResult.PendingSafetyChecks Property

Definition

Gets a list of safety checks that are currently failing.

public System.Collections.Generic.IList<System.Fabric.SafetyCheck> PendingSafetyChecks { get; }
member this.PendingSafetyChecks : System.Collections.Generic.IList<System.Fabric.SafetyCheck>
Public ReadOnly Property PendingSafetyChecks As IList(Of SafetyCheck)

Property Value

The list of failing safety checks.

Applies to