forked from MicrosoftDocs/azure-docs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab.pycliyml
More file actions
253 lines (253 loc) · 8.51 KB
/
lab.pycliyml
File metadata and controls
253 lines (253 loc) · 8.51 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
commandList:
- name: az lab arm-template
description: Commands to manage ARM templates in a DevTest Lab.
href: lab/arm-template
isGroup: true
- name: az lab arm-template list
description: List azure resource manager templates in a given artifact source.
href: lab/arm-template#list
- name: az lab arm-template show
description: Commands to show ARM templates in a DevTest Lab.
href: lab/arm-template#show
- name: az lab artifact
description: Commands to manage DevTest Labs artifacts.
href: lab/artifact
isGroup: true
- name: az lab artifact list
description: List artifacts in a given artifact source.
href: lab/artifact#list
- name: az lab artifact-source
description: Commands to manage DevTest Lab artifact sources.
href: lab/artifact-source
isGroup: true
- name: az lab artifact-source list
description: List artifact sources in a given lab.
href: lab/artifact-source#list
- name: az lab artifact-source show
description: Get artifact source.
href: lab/artifact-source#show
- name: az lab custom-image
description: Commands to manage custom images of a DevTest Lab.
href: lab/custom-image
isGroup: true
- name: az lab custom-image delete
description: Delete custom image.
href: lab/custom-image#delete
- name: az lab custom-image list
description: List custom images in a given lab.
href: lab/custom-image#list
- name: az lab custom-image show
description: Get custom image.
href: lab/custom-image#show
- name: az lab delete
description: Delete lab.
href: lab#delete
- name: az lab environment
description: Commands to manage environments in a DevTest Lab.
href: lab/environment
isGroup: true
- name: az lab environment create
description: Create an environment.
href: lab/environment#create
- name: az lab environment delete
description: Delete an environment.
href: lab/environment#delete
- name: az lab environment list
description: List environments.
href: lab/environment#list
- name: az lab environment show
description: Get an environment.
href: lab/environment#show
- name: az lab formula
description: Commands to manage formulas of a DevTest Lab.
href: lab/formula
isGroup: true
- name: az lab formula delete
description: Delete formula.
href: lab/formula#delete
- name: az lab formula export-artifacts
description: Export artifacts from a formula.
href: lab/formula#export-artifacts
- name: az lab formula list
description: List formulas in a given lab.
href: lab/formula#list
- name: az lab formula show
description: Commands to show formula from the Azure DevTest Lab.
href: lab/formula#show
- name: az lab gallery-image
description: Commands to list Azure Marketplace images allowed in a given DevTest Lab.
href: lab/gallery-image
isGroup: true
- name: az lab gallery-image list
description: List gallery images in a given lab.
href: lab/gallery-image#list
- name: az lab get
description: Get lab.
href: lab#get
- name: az lab secret
description: Commands to manage secrets of a DevTest Lab.
href: lab/secret
isGroup: true
- name: az lab secret delete
description: Delete secret.
href: lab/secret#delete
- name: az lab secret list
description: List secrets in a given user profile.
href: lab/secret#list
- name: az lab secret set
description: Sets a secret in the DevTest Lab.
href: lab/secret#set
- name: az lab secret show
description: Get secret.
href: lab/secret#show
- name: az lab vm
description: Commands to manage VM in a DevTest Lab.
href: lab/vm
isGroup: true
- name: az lab vm apply-artifacts
description: Command to apply artifacts to virtual machine in Azure DevTest Lab.
href: lab/vm#apply-artifacts
- name: az lab vm claim
description: Claim a specific virtual machine or any available from the Lab.
href: lab/vm#claim
- name: az lab vm create
description: Command to create VM in a DevTest Lab.
href: lab/vm#create
- name: az lab vm delete
description: Delete virtual machine.
href: lab/vm#delete
- name: az lab vm list
description: Command to retrieve my vms from the Azure DevTest Lab.
href: lab/vm#list
- name: az lab vm show
description: Get virtual machine.
href: lab/vm#show
- name: az lab vm start
description: Start a virtual machine.
href: lab/vm#start
- name: az lab vm stop
description: Stop a virtual machine This operation can take a while to complete.
href: lab/vm#stop
- name: az lab vnet
description: Commands to manage Virtual Networks of a DevTest Lab.
href: lab/vnet
isGroup: true
- name: az lab vnet get
description: Get virtual network.
href: lab/vnet#get
- name: az lab vnet list
description: List virtual networks in a given lab.
href: lab/vnet#list
htmlId: lab
examples: []
source:
remote:
path: src/command_modules/azure-cli-lab/azure/cli/command_modules/lab/_help.py
branch: master
repo: https://github.com/Azure/azure-cli.git
children:
- commandList: []
htmlId: delete
examples: []
parameters:
- name: --name
isRequired: True
summary: The name of the lab.
description: ''
- name: --resource-group -g
isRequired: True
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
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-lab/azure/cli/command_modules/lab/_help.py
branch: master
repo: https://github.com/Azure/azure-cli.git
children: []
uid: az_lab_delete
name: az lab delete
description: This operation can take a while to complete.
summary: Delete lab.
Metadata: {}
- commandList: []
htmlId: get
examples: []
parameters:
- name: --name
isRequired: True
summary: The name of the lab.
description: ''
- name: --resource-group -g
isRequired: True
summary: Name of resource group. You can configure the default group using az configure --defaults group=<name>.
description: ''
- name: --expand
isRequired: False
summary: 'Specify the $expand query. Example: ''properties($select=defaultStorageAccount)''.'
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-lab/azure/cli/command_modules/lab/_help.py
branch: master
repo: https://github.com/Azure/azure-cli.git
children: []
uid: az_lab_get
name: az lab get
description: ''
summary: Get lab.
Metadata: {}
uid: az_lab
name: 'Dev/Test Lab - az lab'
description: ''
summary: Commands to manage DevTest Labs.
Metadata:
doc_source_url_repo: https://github.com/Azure/azure-cli/blob/master/
doc_source_url_path: src/command_modules/azure-cli-lab/azure/cli/command_modules/lab/_help.py
original_content_git_url: https://github.com/Azure/azure-cli/blob/master/src/command_modules/azure-cli-lab/azure/cli/command_modules/lab/_help.py
gitcommit: https://github.com/Azure/azure-cli/blob/c20636a91383898988fefdd9211e36891d42e4ed/src/command_modules/azure-cli-lab/azure/cli/command_modules/lab/_help.py
updated_at: 5/17/2017 10:48:26 PM
ms.date: 5/17/2017