forked from MicrosoftDocs/azure-docs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpool.pycliyml
More file actions
698 lines (698 loc) · 39.6 KB
/
pool.pycliyml
File metadata and controls
698 lines (698 loc) · 39.6 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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
commandList:
- name: az batch pool all-statistics
description: View statistics of all pools under your Batch account.
href: 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: pool/all-statistics#show
- name: az batch pool autoscale
description: Manage automatic scaling of your Batch pools.
href: pool/autoscale
isGroup: true
- name: az batch pool autoscale disable
description: Disables automatic scaling for a pool.
href: pool/autoscale#disable
- name: az batch pool autoscale enable
description: Enables automatic scaling for a pool.
href: pool/autoscale#enable
- name: az batch pool autoscale evaluate
description: Gets the result of evaluating an automatic scaling formula on the pool.
href: 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: pool#create
- name: az batch pool delete
description: Deletes a pool from the specified account.
href: pool#delete
- name: az batch pool list
description: Lists all of the pools in the specified account.
href: pool#list
- name: az batch pool node-agent-skus
description: Retrieve node agent SKUs of pools using a Virtual Machine Configuration.
href: 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: pool/node-agent-skus#list
- name: az batch pool os
description: Manage the operating system of your Batch pools.
href: pool/os
isGroup: true
- name: az batch pool os upgrade
description: Upgrades the operating system of the specified pool.
href: 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: pool#reset
- name: az batch pool resize
description: Resize (or stop resizing) the Batch pool.
href: 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: pool#set
- name: az batch pool show
description: Gets information about the specified pool.
href: pool#show
- name: az batch pool usage-metrics
description: View usage metrics of your Batch pools.
href: 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: pool/usage-metrics#list
htmlId: pool
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:
- commandList: []
htmlId: create
examples: []
parameters:
- name: --json-file
isRequired: False
summary: A file containing the pool specification in JSON format. If this parameter is specified, all 'Pool Arguments' are ignored.
description: ''
- name: --account-endpoint
isRequired: False
summary: 'Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.'
description: ''
- name: --account-key
isRequired: False
summary: 'Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.'
description: ''
- name: --account-name
isRequired: False
summary: 'Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.'
description: ''
- name: --application-licenses
isRequired: False
summary: The list of application licenses the Batch service will make available on each compute node in the pool. The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail. Space separated values.
description: ''
- name: --application-package-references
isRequired: False
summary: The list of application packages to be installed on each compute node in the pool. This property is currently not supported on pools created using the virtualMachineConfiguration (IaaS) property. Space separated application IDs with optional version in 'id[#version]' format.
description: ''
- name: --auto-scale-formula
isRequired: False
summary: A formula for the desired number of compute nodes in the pool. The formula is checked for validity before the pool is created. If the formula is not valid, the Batch service rejects the request with detailed error information. For more information about specifying this formula, see <a href="https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/">https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/</a>.
description: ''
- name: --certificate-references
isRequired: False
summary: The list of certificates to be installed on each compute node in the pool. For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. Space separated certificate thumbprints.
description: ''
- name: --enable-inter-node-communication
isRequired: False
summary: Whether the pool permits direct communication between nodes. Enabling inter-node communication limits the maximum size of the pool due to deployment restrictions on the nodes of the pool. This may result in the pool not reaching its desired size. The default value is false. True if flag present.
description: ''
- name: --id
isRequired: False
summary: A string that uniquely identifies the pool within the account. The ID can contain any combination of alphanumeric characters including hyphens and underscores, and cannot contain more than 64 characters. The ID is case-preserving and case-insensitive (that is, you may not have two pool IDs within an account that differ only by case).
description: ''
- name: --metadata
isRequired: False
summary: A list of name-value pairs associated with the pool as metadata. The Batch service does not assign any meaning to metadata; it is solely for the use of user code. Space separated values in 'key=value' format.
description: ''
- name: --resize-timeout
isRequired: False
summary: The timeout for allocation of compute nodes to the pool. This timeout applies only to manual scaling; it has no effect when enableAutoScale is set to true. The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request). Expected format is an ISO-8601 duration.
description: ''
- name: --target-dedicated-nodes
isRequired: False
summary: The desired number of dedicated compute nodes in the pool. This property must not be specified if enableAutoScale is set to true. If enableAutoScale is set to false, then you must set either targetDedicatedNodes, targetLowPriorityNodes, or both.
description: ''
- name: --target-low-priority-nodes
isRequired: False
summary: The desired number of low-priority compute nodes in the pool. This property must not be specified if enableAutoScale is set to true. If enableAutoScale is set to false, then you must set either targetDedicatedNodes, targetLowPriorityNodes, or both.
description: ''
- name: --vm-size
isRequired: False
summary: The size of virtual machines in the pool. All virtual machines in a pool are the same size. For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (<a href="http://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/">http://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/</a>). Batch supports all Cloud Services VM sizes except ExtraSmall, A1V2 and A2V2. For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) (<a href="https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/">https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/</a>) or Sizes for Virtual Machines (Windows) (<a href="https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/">https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/</a>). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
description: ''
- name: --os-family
isRequired: False
summary: 'The Azure Guest OS family to be installed on the virtual machines in the pool. Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. For more information, see Azure Guest OS Releases (<a href="https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases">https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases</a>).'
description: ''
parameterValueGroup: 2, 3, 4, 5
- name: --start-task-command-line
isRequired: False
summary: The command line of the start task. The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux.
description: ''
- name: --start-task-resource-files
isRequired: False
summary: A list of files that the Batch service will download to the compute node before running the command line. Space separated resource references in filename=blobsource format.
description: ''
- name: --start-task-wait-for-success
isRequired: False
summary: Whether the Batch service should wait for the start task to complete successfully (that is, to exit with exit code 0) before scheduling any tasks on the compute node. If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is false. True if flag present.
description: ''
- name: --image
isRequired: False
summary: >-
OS image URN in 'publisher:offer:sku[:version]' format. Version is optional and if omitted latest will be used.
Values from 'az batch pool node-agent-skus list'.
Example: 'MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter:latest'.
description: ''
- name: --node-agent-sku-id
isRequired: False
summary: The SKU of the Batch node agent to be provisioned on compute nodes in the pool. The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.
description: ''
- name: --debug
isRequired: False
summary: Increase logging verbosity to show all debug logs.
description: ''
- name: --help -h
isRequired: False
summary: Show this help message and exit.
description: ''
- name: --output -o
isRequired: False
summary: Output format.
description: ''
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
- name: --query
isRequired: False
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
description: ''
- name: --verbose
isRequired: False
summary: Increase logging verbosity. Use --debug for full debug logs.
description: ''
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_pool_create
name: az batch pool create
description: ''
summary: Create a pool in the specified account. When creating a pool, choose arguments from either Cloud Services Configuration or Virtual Machine Configuration.
Metadata: {}
- commandList: []
htmlId: delete
examples: []
parameters:
- name: --pool-id
isRequired: True
summary: The ID of the pool to delete.
description: ''
- name: --yes -y
isRequired: False
summary: Do not prompt for confirmation.
description: ''
- name: --account-endpoint
isRequired: False
summary: 'Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.'
description: ''
- name: --account-key
isRequired: False
summary: 'Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.'
description: ''
- name: --account-name
isRequired: False
summary: 'Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.'
description: ''
- name: --if-match
isRequired: False
summary: An ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service exactly matches the value specified by the client.
description: ''
- name: --if-modified-since
isRequired: False
summary: A timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has been modified since the specified time.
description: ''
- name: --if-none-match
isRequired: False
summary: An ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service does not match the value specified by the client.
description: ''
- name: --if-unmodified-since
isRequired: False
summary: A timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has not been modified since the specified time.
description: ''
- name: --debug
isRequired: False
summary: Increase logging verbosity to show all debug logs.
description: ''
- name: --help -h
isRequired: False
summary: Show this help message and exit.
description: ''
- name: --output -o
isRequired: False
summary: Output format.
description: ''
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
- name: --query
isRequired: False
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
description: ''
- name: --verbose
isRequired: False
summary: Increase logging verbosity. Use --debug for full debug logs.
description: ''
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_pool_delete
name: az batch pool delete
description: 'When you request that a pool be deleted, the following actions occur: the pool state is set to deleting; any ongoing resize operation on the pool are stopped; the Batch service starts resizing the pool to zero nodes; any tasks running on existing nodes are terminated and requeued (as if a resize pool operation had been requested with the default requeue option); finally, the pool is removed from the system. Because running tasks are requeued, the user can rerun these tasks by updating their job to target a different pool. The tasks can then run on the new pool. If you want to override the requeue behavior, then you should call resize pool explicitly to shrink the pool to zero size before deleting the pool. If you call an Update, Patch or Delete API on a pool in the deleting state, it will fail with HTTP status code 409 with error code PoolBeingDeleted.'
summary: Deletes a pool from the specified account.
Metadata: {}
- commandList: []
htmlId: list
examples: []
parameters:
- name: --account-endpoint
isRequired: False
summary: 'Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.'
description: ''
- name: --account-key
isRequired: False
summary: 'Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.'
description: ''
- name: --account-name
isRequired: False
summary: 'Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.'
description: ''
- name: --expand
isRequired: False
summary: An OData $expand clause.
description: ''
- name: --filter
isRequired: False
summary: An OData $filter clause.
description: ''
- name: --select
isRequired: False
summary: An OData $select clause.
description: ''
- name: --debug
isRequired: False
summary: Increase logging verbosity to show all debug logs.
description: ''
- name: --help -h
isRequired: False
summary: Show this help message and exit.
description: ''
- name: --output -o
isRequired: False
summary: Output format.
description: ''
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
- name: --query
isRequired: False
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
description: ''
- name: --verbose
isRequired: False
summary: Increase logging verbosity. Use --debug for full debug logs.
description: ''
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_pool_list
name: az batch pool list
description: ''
summary: Lists all of the pools in the specified account.
Metadata: {}
- commandList: []
htmlId: reset
examples: []
parameters:
- name: --pool-id
isRequired: True
summary: The ID of the pool to update.
description: ''
- name: --json-file
isRequired: False
summary: The file containing pool update properties parameter specification in JSON format. If this parameter is specified, all 'Pool Update Properties Parameter Arguments' are ignored.
description: ''
- name: --account-endpoint
isRequired: False
summary: 'Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.'
description: ''
- name: --account-key
isRequired: False
summary: 'The Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.'
description: ''
- name: --account-name
isRequired: False
summary: 'The Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.'
description: ''
- name: --application-package-references
isRequired: False
summary: A list of application packages to be installed on each compute node in the pool. Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. The list replaces any existing application package references. If omitted, or if you specify an empty collection, any existing application packages references are removed from the pool.
description: ''
- name: --certificate-references
isRequired: False
summary: A list of certificates to be installed on each compute node in the pool. If you specify an empty collection, any existing certificate references are removed from the pool. For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.
description: ''
- name: --metadata
isRequired: False
summary: A list of name-value pairs associated with the pool as metadata. This list replaces any existing metadata configured on the pool. If omitted, or if you specify an empty collection, any existing metadata is removed from the pool.
description: ''
- name: --start-task-command-line
isRequired: False
summary: The command line of the start task. The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux.
description: ''
- name: --start-task-environment-settings
isRequired: False
summary: A list of environment variable settings for the start task. Space separated values in 'key=value' format.
description: ''
- name: --start-task-max-task-retry-count
isRequired: False
summary: The maximum number of times the task may be retried.
description: ''
- name: --start-task-wait-for-success
isRequired: False
summary: Whether the Batch service should wait for the start task to complete successfully (that is, to exit with exit code 0) before scheduling any tasks on the compute node. True if flag present, otherwise defaults to False.
description: ''
- name: --debug
isRequired: False
summary: Increase logging verbosity to show all debug logs.
description: ''
- name: --help -h
isRequired: False
summary: Show this help message and exit.
description: ''
- name: --output -o
isRequired: False
summary: Output format.
description: ''
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
- name: --query
isRequired: False
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
description: ''
- name: --verbose
isRequired: False
summary: Increase logging verbosity. Use --debug for full debug logs.
description: ''
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_pool_reset
name: az batch pool reset
description: ''
summary: Update the properties of the specified pool. All updatable properties are replaced with the values specified or reset to default values if unspecified.
Metadata: {}
- commandList: []
htmlId: resize
examples: []
parameters:
- name: --pool-id
isRequired: True
summary: The ID of the pool.
description: ''
- name: --abort
isRequired: False
summary: Stop the pool resize operation.
description: ''
- name: --node-deallocation-option
isRequired: False
summary: When nodes may be removed from the pool, if the pool size is decreasing.
description: ''
parameterValueGroup: requeue, retainedData, taskCompletion, terminate
- name: --resize-timeout
isRequired: False
summary: The timeout for allocation of compute nodes to the pool or removal of compute nodes from the pool. The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
description: ''
- name: --target-dedicated-nodes
isRequired: False
summary: The desired number of dedicated compute nodes in the pool.
description: ''
- name: --target-low-priority-nodes
isRequired: False
summary: The desired number of low-priority compute nodes in the pool.
description: ''
- name: --account-endpoint
isRequired: False
summary: 'Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.'
description: ''
- name: --account-key
isRequired: False
summary: 'The Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.'
description: ''
- name: --account-name
isRequired: False
summary: 'The Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.'
description: ''
- name: --if-match
isRequired: False
summary: The operation will be performed only if the resource's current ETag exactly matches the specified value.
description: ''
- name: --if-modified-since
isRequired: False
summary: The operation will be performed only if the resource has been modified since the specified timestamp.
description: ''
- name: --if-none-match
isRequired: False
summary: The operation will not be performed only if the resource's current ETag exactly matches the specified value.
description: ''
- name: --if-unmodified-since
isRequired: False
summary: The operation will not be performed only if the resource has been modified since the specified timestamp.
description: ''
- name: --debug
isRequired: False
summary: Increase logging verbosity to show all debug logs.
description: ''
- name: --help -h
isRequired: False
summary: Show this help message and exit.
description: ''
- name: --output -o
isRequired: False
summary: Output format.
description: ''
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
- name: --query
isRequired: False
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
description: ''
- name: --verbose
isRequired: False
summary: Increase logging verbosity. Use --debug for full debug logs.
description: ''
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_pool_resize
name: az batch pool resize
description: ''
summary: Resize (or stop resizing) the Batch pool.
Metadata: {}
- commandList: []
htmlId: set
examples: []
parameters:
- name: --pool-id
isRequired: True
summary: The ID of the pool to update.
description: ''
- name: --json-file
isRequired: False
summary: A file containing the pool patch parameter specification in JSON format. If this parameter is specified, all 'Pool Arguments' are ignored.
description: ''
- name: --account-endpoint
isRequired: False
summary: 'Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.'
description: ''
- name: --account-key
isRequired: False
summary: 'Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.'
description: ''
- name: --account-name
isRequired: False
summary: 'Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.'
description: ''
- name: --application-package-references
isRequired: False
summary: A list of application packages to be installed on each compute node in the pool. Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. If this element is present, it replaces any existing application package references. If you specify an empty collection, then all application package references are removed from the pool. If omitted, any existing application package references are left unchanged. Space separated application IDs with optional version in 'id[#version]' format.
description: ''
- name: --certificate-references
isRequired: False
summary: A list of certificates to be installed on each compute node in the pool. If omitted, any existing certificate references are left unchanged. For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. Space separated certificate thumbprints.
description: ''
- name: --metadata
isRequired: False
summary: A list of name-value pairs associated with the pool as metadata. If this element is present, it replaces any existing metadata configured on the pool. If you specify an empty collection, any metadata is removed from the pool. If omitted, any existing metadata is left unchanged. Space separated values in 'key=value' format.
description: ''
- name: --start-task-command-line
isRequired: False
summary: The command line of the start task. The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux.
description: ''
- name: --start-task-environment-settings
isRequired: False
summary: A list of environment variable settings for the start task. Space separated values in 'key=value' format.
description: ''
- name: --start-task-max-task-retry-count
isRequired: False
summary: The maximum number of times the task may be retried. The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit.
description: ''
- name: --start-task-resource-files
isRequired: False
summary: A list of files that the Batch service will download to the compute node before running the command line. Space separated resource references in filename=blobsource format.
description: ''
- name: --start-task-wait-for-success
isRequired: False
summary: Whether the Batch service should wait for the start task to complete successfully (that is, to exit with exit code 0) before scheduling any tasks on the compute node. If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is false. Specify either 'true' or 'false' to update the property.
description: ''
- name: --if-match
isRequired: False
summary: An ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service exactly matches the value specified by the client.
description: ''
- name: --if-modified-since
isRequired: False
summary: A timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has been modified since the specified time.
description: ''
- name: --if-none-match
isRequired: False
summary: An ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service does not match the value specified by the client.
description: ''
- name: --if-unmodified-since
isRequired: False
summary: A timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has not been modified since the specified time.
description: ''
- name: --debug
isRequired: False
summary: Increase logging verbosity to show all debug logs.
description: ''
- name: --help -h
isRequired: False
summary: Show this help message and exit.
description: ''
- name: --output -o
isRequired: False
summary: Output format.
description: ''
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
- name: --query
isRequired: False
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
description: ''
- name: --verbose
isRequired: False
summary: Increase logging verbosity. Use --debug for full debug logs.
description: ''
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_pool_set
name: az batch pool set
description: ''
summary: 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.
Metadata: {}
- commandList: []
htmlId: show
examples: []
parameters:
- name: --pool-id
isRequired: True
summary: The ID of the pool to get.
description: ''
- name: --account-endpoint
isRequired: False
summary: 'Batch service endpoint. Alternatively, set by environment variable: AZURE_BATCH_ENDPOINT.'
description: ''
- name: --account-key
isRequired: False
summary: 'Batch account key. Alternatively, set by environment variable: AZURE_BATCH_ACCESS_KEY.'
description: ''
- name: --account-name
isRequired: False
summary: 'Batch account name. Alternatively, set by environment variable: AZURE_BATCH_ACCOUNT.'
description: ''
- name: --expand
isRequired: False
summary: An OData $expand clause.
description: ''
- name: --if-match
isRequired: False
summary: An ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service exactly matches the value specified by the client.
description: ''
- name: --if-modified-since
isRequired: False
summary: A timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has been modified since the specified time.
description: ''
- name: --if-none-match
isRequired: False
summary: An ETag value associated with the version of the resource known to the client. The operation will be performed only if the resource's current ETag on the service does not match the value specified by the client.
description: ''
- name: --if-unmodified-since
isRequired: False
summary: A timestamp indicating the last modified time of the resource known to the client. The operation will be performed only if the resource on the service has not been modified since the specified time.
description: ''
- name: --select
isRequired: False
summary: An OData $select clause.
description: ''
- name: --debug
isRequired: False
summary: Increase logging verbosity to show all debug logs.
description: ''
- name: --help -h
isRequired: False
summary: Show this help message and exit.
description: ''
- name: --output -o
isRequired: False
summary: Output format.
description: ''
defaultValue: json
parameterValueGroup: json, jsonc, table, tsv
- name: --query
isRequired: False
summary: JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
description: ''
- name: --verbose
isRequired: False
summary: Increase logging verbosity. Use --debug for full debug logs.
description: ''
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_pool_show
name: az batch pool show
description: ''
summary: Gets information about the specified pool.
Metadata: {}
uid: az_batch_pool
name: 'Batch pools - az batch pool'
description: ''
summary: Manage your Batch pools.
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