Partilhar via


NodeUpgradeProgress.PendingSafetyChecks Propriedade

Definição

Obtém a lista de verificações de segurança que o Service Fabric está executando atualmente no nó correspondente.

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 da propriedade

A lista de verificações de segurança que está sendo executada atualmente no Service Fabric no nó correspondente.

Aplica-se a