forked from MicrosoftDocs/azure-docs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatch.pycliyml
More file actions
393 lines (393 loc) · 18 KB
/
batch.pycliyml
File metadata and controls
393 lines (393 loc) · 18 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
commandList:
- name: az batch account
description: Manage your Batch accounts.
href: batch/account
isGroup: true
- name: az batch account autostorage-keys
description: Manage the access keys for the auto storage account configured for your Batch account.
href: batch/account/autostorage-keys
isGroup: true
- name: az batch account autostorage-keys sync
description: Synchronizes access keys for the auto-storage account configured for the specified Batch account.
href: batch/account/autostorage-keys#sync
- name: az batch account create
description: Create a Batch account with the specified parameters.
href: batch/account#create
- name: az batch account delete
description: Deletes the specified Batch account.
href: batch/account#delete
- name: az batch account keys
description: Manage your Batch account keys.
href: batch/account/keys
isGroup: true
- name: az batch account keys list
description: Gets the account keys for the specified Batch account.
href: batch/account/keys#list
- name: az batch account keys renew
description: Regenerates the specified account key for the Batch account.
href: batch/account/keys#renew
- name: az batch account list
description: List the Batch accounts associated with a subscription or resource group.
href: batch/account#list
- name: az batch account login
description: Log in with specified Batch account through Azure Active Directory or Shared Key authentication.
href: batch/account#login
- name: az batch account set
description: Update the properties of the specified Batch account. Properties that are not specified remain unchanged.
href: batch/account#set
- name: az batch account show
description: Gets information about the specified Batch account.
href: batch/account#show
- name: az batch application
description: Manage your Batch applications.
href: batch/application
isGroup: true
- name: az batch application create
description: Adds an application to the specified Batch account.
href: batch/application#create
- name: az batch application delete
description: Deletes an application.
href: batch/application#delete
- name: az batch application list
description: Lists all of the applications in the specified account.
href: batch/application#list
- name: az batch application package
description: Manage your Batch application packages.
href: batch/application/package
isGroup: true
- name: az batch application package activate
description: Activates the specified application package. This step is unnecessary if the package has already been successfully activated by the 'create' command.
href: batch/application/package#activate
- name: az batch application package create
description: Create an application package record and activate it.
href: batch/application/package#create
- name: az batch application package delete
description: Deletes an application package record and its associated binary file.
href: batch/application/package#delete
- name: az batch application package show
description: Gets information about the specified application package.
href: batch/application/package#show
- name: az batch application set
description: Update the properties of the specified application. Properties that are not specified remain unchanged.
href: batch/application#set
- name: az batch application show
description: Gets information about the specified application.
href: batch/application#show
- name: az batch application summary
description: View a summary of your Batch application packages.
href: batch/application/summary
isGroup: true
- name: az batch application summary list
description: Lists all of the applications available in the specified account.
href: batch/application/summary#list
- name: az batch application summary show
description: Gets information about the specified application.
href: batch/application/summary#show
- name: az batch certificate
description: Manage your Batch certificates.
href: batch/certificate
isGroup: true
- name: az batch certificate create
description: Add a certificate.
href: batch/certificate#create
- name: az batch certificate delete
description: Delete the specified Batch certificate.
href: batch/certificate#delete
- name: az batch certificate list
description: Lists all of the certificates that have been added to the specified account.
href: batch/certificate#list
- name: az batch certificate show
description: Gets information about the specified certificate.
href: batch/certificate#show
- name: az batch job
description: Manage your Batch jobs.
href: batch/job
isGroup: true
- name: az batch job all-statistics
description: View statistics of all the jobs under your Batch account.
href: batch/job/all-statistics
isGroup: true
- name: az batch job all-statistics show
description: Get lifetime summary statistics for all of the jobs in the specified account. Statistics are aggregated across all jobs that have ever existed in the account, from account creation to the last update time of the statistics.
href: batch/job/all-statistics#show
- name: az batch job create
description: Add a job to the specified account.
href: batch/job#create
- name: az batch job delete
description: Deletes a job.
href: batch/job#delete
- name: az batch job disable
description: Disables the specified job, preventing new tasks from running.
href: batch/job#disable
- name: az batch job enable
description: Enables the specified job, allowing new tasks to run.
href: batch/job#enable
- name: az batch job list
description: List all of the jobs in the specified account or the specified job schedule.
href: batch/job#list
- name: az batch job prep-release-status
description: View the status of your job preparation and release tasks.
href: batch/job/prep-release-status
isGroup: true
- name: az batch job prep-release-status list
description: Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
href: batch/job/prep-release-status#list
- name: az batch job reset
description: Update the properties of a job. All updatable properties are replaced with the values specified or reset to default vaules if unspecified.
href: batch/job#reset
- name: az batch job set
description: Update the properties of a job. Properties can be updated independently, but when a property is updated in a sub-group, for example 'constraints' or 'pool info', all properties of that group are reset.
href: batch/job#set
- name: az batch job show
description: Gets information about the specified job.
href: batch/job#show
- name: az batch job stop
description: Terminates the specified job, marking it as completed.
href: batch/job#stop
- name: az batch job-schedule
description: Manage your Batch job schedules.
href: batch/job-schedule
isGroup: true
- name: az batch job-schedule create
description: Add a job schedule to the specified account.
href: batch/job-schedule#create
- name: az batch job-schedule delete
description: Deletes a job schedule from the specified account.
href: batch/job-schedule#delete
- name: az batch job-schedule disable
description: Disables a job schedule.
href: batch/job-schedule#disable
- name: az batch job-schedule enable
description: Enables a job schedule.
href: batch/job-schedule#enable
- name: az batch job-schedule list
description: Lists all of the job schedules in the specified account.
href: batch/job-schedule#list
- name: az batch job-schedule reset
description: Update the properties of the specified job schedule. All updatable properties are replaced with the values specified or reset to default values if unspecified. An updated job specification only applies to new jobs.
href: batch/job-schedule#reset
- name: az batch job-schedule set
description: Update the properties of the specified job schedule. You can independently update the 'schedule' and the 'job specification', but any change to either of these entities will reset all properties in that entity.
href: batch/job-schedule#set
- name: az batch job-schedule show
description: Gets information about the specified job schedule.
href: batch/job-schedule#show
- name: az batch job-schedule stop
description: Terminates a job schedule.
href: batch/job-schedule#stop
- name: az batch location
description: Manage Batch service options for a subscription at the region level.
href: batch/location
isGroup: true
- name: az batch location quotas
description: Manage Batch service quotas at the region level.
href: batch/location/quotas
isGroup: true
- name: az batch location quotas show
description: Gets the Batch service quotas for the specified subscription at the given location.
href: batch/location/quotas#show
- name: az batch node
description: Manage your Batch compute nodes.
href: batch/node
isGroup: true
- name: az batch node delete
description: Removes compute nodes from the specified pool.
href: batch/node#delete
- name: az batch node file
description: Manage your Batch compute node files.
href: batch/node/file
isGroup: true
- name: az batch node file delete
description: Deletes the specified file from the compute node.
href: batch/node/file#delete
- name: az batch node file download
description: Download the content of the specified node file.
href: batch/node/file#download
- name: az batch node file list
description: Lists all of the files in task directories on the specified compute node.
href: batch/node/file#list
- name: az batch node file show
description: Gets the properties of the specified compute node file.
href: batch/node/file#show
- name: az batch node list
description: Lists the compute nodes in the specified pool.
href: batch/node#list
- name: az batch node reboot
description: Restarts the specified compute node.
href: batch/node#reboot
- name: az batch node reimage
description: Reinstalls the operating system on the specified compute node.
href: batch/node#reimage
- name: az batch node remote-desktop
description: Retrieve the remote desktop protocol for a Batch compute node.
href: batch/node/remote-desktop
isGroup: true
- name: az batch node remote-desktop download
description: Gets the Remote Desktop Protocol file for the specified compute node.
href: batch/node/remote-desktop#download
- name: az batch node remote-login-settings
description: Retrieve the remote login settings for a Batch compute node.
href: batch/node/remote-login-settings
isGroup: true
- name: az batch node remote-login-settings show
description: Gets the settings required for remote login to a compute node.
href: batch/node/remote-login-settings#show
- name: az batch node scheduling
description: Manage task scheduling for a Batch compute node.
href: batch/node/scheduling
isGroup: true
- name: az batch node scheduling disable
description: Disables task scheduling on the specified compute node.
href: batch/node/scheduling#disable
- name: az batch node scheduling enable
description: Enables task scheduling on the specified compute node.
href: batch/node/scheduling#enable
- name: az batch node show
description: Gets information about the specified compute node.
href: batch/node#show
- name: az batch node user
description: Manage the user accounts of your Batch compute node.
href: batch/node/user
isGroup: true
- name: az batch node user create
description: Add a user account to the specified compute node.
href: batch/node/user#create
- name: az batch node user delete
description: Deletes a user account from the specified compute node.
href: batch/node/user#delete
- name: az batch node user reset
description: Update the properties of a user account on the specified compute node. All updatable properties are replaced with the values specified or reset if unspecified.
href: batch/node/user#reset
- name: az batch pool
description: Manage your Batch pools.
href: batch/pool
isGroup: true
- name: az batch pool all-statistics
description: View statistics of all pools under your Batch account.
href: batch/pool/all-statistics
isGroup: true
- name: az batch pool all-statistics show
description: Get lifetime summary statistics for all of the pools in the specified account. Statistics are aggregated across all pools that have ever existed in the account, from account creation to the last update time of the statistics.
href: batch/pool/all-statistics#show
- name: az batch pool autoscale
description: Manage automatic scaling of your Batch pools.
href: batch/pool/autoscale
isGroup: true
- name: az batch pool autoscale disable
description: Disables automatic scaling for a pool.
href: batch/pool/autoscale#disable
- name: az batch pool autoscale enable
description: Enables automatic scaling for a pool.
href: batch/pool/autoscale#enable
- name: az batch pool autoscale evaluate
description: Gets the result of evaluating an automatic scaling formula on the pool.
href: batch/pool/autoscale#evaluate
- name: az batch pool create
description: Create a pool in the specified account. When creating a pool, choose arguments from either Cloud Services Configuration or Virtual Machine Configuration.
href: batch/pool#create
- name: az batch pool delete
description: Deletes a pool from the specified account.
href: batch/pool#delete
- name: az batch pool list
description: Lists all of the pools in the specified account.
href: batch/pool#list
- name: az batch pool node-agent-skus
description: Retrieve node agent SKUs of pools using a Virtual Machine Configuration.
href: batch/pool/node-agent-skus
isGroup: true
- name: az batch pool node-agent-skus list
description: Lists all node agent SKUs supported by the Azure Batch service.
href: batch/pool/node-agent-skus#list
- name: az batch pool os
description: Manage the operating system of your Batch pools.
href: batch/pool/os
isGroup: true
- name: az batch pool os upgrade
description: Upgrades the operating system of the specified pool.
href: batch/pool/os#upgrade
- name: az batch pool reset
description: Update the properties of the specified pool. All updatable properties are replaced with the values specified or reset to default values if unspecified.
href: batch/pool#reset
- name: az batch pool resize
description: Resize (or stop resizing) the Batch pool.
href: batch/pool#resize
- name: az batch pool set
description: Update the properties of the specified pool. Properties can be updated independently, but when a property is updated in a sub-group, for example 'start task', all properties of that group are reset.
href: batch/pool#set
- name: az batch pool show
description: Gets information about the specified pool.
href: batch/pool#show
- name: az batch pool usage-metrics
description: View usage metrics of your Batch pools.
href: batch/pool/usage-metrics
isGroup: true
- name: az batch pool usage-metrics list
description: Lists the usage metrics, aggregated by pool across individual time intervals, for the specified account.
href: batch/pool/usage-metrics#list
- name: az batch task
description: Manage your Batch tasks.
href: batch/task
isGroup: true
- name: az batch task create
description: Create a single Batch task or multiple Batch tasks.
href: batch/task#create
- name: az batch task delete
description: Deletes a task from the specified job.
href: batch/task#delete
- name: az batch task file
description: Manage your Batch task files.
href: batch/task/file
isGroup: true
- name: az batch task file delete
description: Deletes the specified task file from the compute node where the task ran.
href: batch/task/file#delete
- name: az batch task file download
description: Download the content of the specified task file.
href: batch/task/file#download
- name: az batch task file list
description: Lists the files in a task's directory on its compute node.
href: batch/task/file#list
- name: az batch task file show
description: Gets the properties of the specified task file.
href: batch/task/file#show
- name: az batch task list
description: Lists all of the tasks that are associated with the specified job.
href: batch/task#list
- name: az batch task reactivate
description: Reactivates the specified task.
href: batch/task#reactivate
- name: az batch task reset
description: Update the properties of the specified task. All updatable properties are replaced with the values specified or reset if unspecified.
href: batch/task#reset
- name: az batch task show
description: Gets information about the specified task.
href: batch/task#show
- name: az batch task stop
description: Terminates the specified task.
href: batch/task#stop
- name: az batch task subtask
description: Manage subtask information of your Batch task.
href: batch/task/subtask
isGroup: true
- name: az batch task subtask list
description: Lists all of the subtasks that are associated with the specified multi-instance task.
href: batch/task/subtask#list
htmlId: batch
examples: []
source:
remote:
path: src/command_modules/azure-cli-batch/azure/cli/command_modules/batch/_help.py
branch: master
repo: https://github.com/Azure/azure-cli.git
children: []
uid: az_batch
name: 'Batch - az batch'
description: ''
summary: Manage Azure Batch.
Metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/master/
doc_source_url_path: src/command_modules/azure-cli-batch/azure/cli/command_modules/batch/_help.py
original_content_git_url: https://github.com/Azure/azure-cli/blob/master/src/command_modules/azure-cli-batch/azure/cli/command_modules/batch/_help.py
gitcommit: https://github.com/Azure/azure-cli/blob/71c76c65a64e7dd4788a51d85644b01012f80356/src/command_modules/azure-cli-batch/azure/cli/command_modules/batch/_help.py
updated_at: 6/8/2017 4:07:47 PM
ms.date: 6/8/2017