VirtualMachineState É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.
Définit des valeurs pour VirtualMachineState.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum VirtualMachineState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type VirtualMachineState =
Public Enum VirtualMachineState
- Héritage
-
VirtualMachineState
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
Champs
Redeploying | 6 | La machine virtuelle est redéployée. |
Reimaging | 5 | La machine virtuelle est en cours de réimage. |
ResettingPassword | 4 | Le mot de passe de la machine virtuelle est en cours de réinitialisation. |
Running | 2 | La machine virtuelle est en cours d’exécution. |
Starting | 1 | La machine virtuelle démarre. |
Stopped | 0 | La machine virtuelle est actuellement arrêtée. |
Stopping | 3 | La machine virtuelle s’arrête. |
S’applique à
Azure SDK for .NET