Compartir a través de


NodeUpgradeProgress.PendingSafetyChecks Propiedad

Definición

Obtiene la lista de comprobaciones de seguridad que Service Fabric está realizando actualmente en el nodo correspondiente.

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

Valor de propiedad

Lista de comprobaciones de seguridad que service Fabric realiza actualmente en el nodo correspondiente.

Se aplica a