DataBoxStageStatus Énumération
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.
Contient le status d’achèvement de l’effacement de l’appareil.
public enum DataBoxStageStatus
type DataBoxStageStatus =
Public Enum DataBoxStageStatus
- Héritage
-
DataBoxStageStatus
Champs
Cancelled | 4 | L’étape a été annulée. |
Cancelling | 5 | L’étape est annulée. |
CustomerActionPerformed | 12 | Stage a effectué une action client pour propre. |
CustomerActionPerformedForCleanUp | 11 | Stage a effectué une action client pour propre. |
Failed | 3 | La phase a échoué. |
InProgress | 1 | L’étape est en cours. |
None | 0 | Aucune status encore disponible. |
Succeeded | 2 | La phase a réussi. |
SucceededWithErrors | 6 | La phase a réussi avec des erreurs. |
SucceededWithWarnings | 8 | La phase a réussi avec des avertissements. |
WaitingForCustomerAction | 7 | La phase est bloquée jusqu’à ce que le client prenne une action. |
WaitingForCustomerActionForCleanUp | 10 | La phase attend l’action du client pour propre. |
WaitingForCustomerActionForKek | 9 | La phase attend l’action du client pour les éléments d’action kek. |
S’applique à
Azure SDK for .NET