IVirtualMachine.PowerOffAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET