-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.batch.models.BatchNodeState.yml
35 lines (35 loc) · 1.16 KB
/
azure.batch.models.BatchNodeState.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
### YamlMime:PythonEnum
uid: azure.batch.models.BatchNodeState
name: BatchNodeState
fullName: azure.batch.models.BatchNodeState
summary: BatchNodeState enums.
module: azure.batch.models
fields:
- name: CREATING
uid: azure.batch.models.BatchNodeState.CREATING
- name: IDLE
uid: azure.batch.models.BatchNodeState.IDLE
- name: LEAVING_POOL
uid: azure.batch.models.BatchNodeState.LEAVING_POOL
- name: OFFLINE
uid: azure.batch.models.BatchNodeState.OFFLINE
- name: PREEMPTED
uid: azure.batch.models.BatchNodeState.PREEMPTED
- name: REBOOTING
uid: azure.batch.models.BatchNodeState.REBOOTING
- name: REIMAGING
uid: azure.batch.models.BatchNodeState.REIMAGING
- name: RUNNING
uid: azure.batch.models.BatchNodeState.RUNNING
- name: STARTING
uid: azure.batch.models.BatchNodeState.STARTING
- name: START_TASK_FAILED
uid: azure.batch.models.BatchNodeState.START_TASK_FAILED
- name: UNKNOWN
uid: azure.batch.models.BatchNodeState.UNKNOWN
- name: UNUSABLE
uid: azure.batch.models.BatchNodeState.UNUSABLE
- name: UPGRADING_O_S
uid: azure.batch.models.BatchNodeState.UPGRADING_O_S
- name: WAITING_FOR_START_TASK
uid: azure.batch.models.BatchNodeState.WAITING_FOR_START_TASK