Partager via


IVirtualMachine.PowerOffAsync Méthode

Définition

Surcharges

PowerOffAsync(CancellationToken)

Met hors tension (arrête) la machine virtuelle de façon asynchrone.

PowerOffAsync(Boolean, CancellationToken)

Met hors tension (arrête) la machine virtuelle de façon asynchrone.

PowerOffAsync(CancellationToken)

Met hors tension (arrête) la machine virtuelle de façon asynchrone.

public System.Threading.Tasks.Task PowerOffAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member PowerOffAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PowerOffAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

cancellationToken
CancellationToken

Retours

S’applique à

PowerOffAsync(Boolean, CancellationToken)

Met hors tension (arrête) la machine virtuelle de façon asynchrone.

public System.Threading.Tasks.Task PowerOffAsync (bool skipShutdown, System.Threading.CancellationToken cancellationToken = default);
abstract member PowerOffAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PowerOffAsync (skipShutdown As Boolean, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

skipShutdown
Boolean

Paramètre permettant de demander l’arrêt non normal de la machine virtuelle. La valeur true de cet indicateur indique un arrêt non normal, tandis que false indique le contraire.

cancellationToken
CancellationToken

Retours

S’applique à