@@ -15,17 +15,18 @@ Creates a new operationalization cluster.
15
15
### Create a new operationalization cluster from an OperationalizationCluster instance definition.
16
16
```
17
17
New-AzureRmMlOpCluster -ResourceGroupName <String> -Name <String> -InputObject <PSOperationalizationCluster>
18
- [-WhatIf] [-Confirm]
18
+ [-DefaultProfile <IAzureContextContainer>] [- WhatIf] [-Confirm] [<CommonParameters> ]
19
19
```
20
20
21
21
### Create a new operationalization cluster from cmdlet input parameters.
22
22
```
23
23
New-AzureRmMlOpCluster -ResourceGroupName <String> -Name <String> -Location <String> -ClusterType <String>
24
- [-OrchestratorType <String>] [-ServicePrincipalName <String>] [-ServicePrincipalSecret <String>]
25
- [-Description <String>] [- MasterCount <Int32>] [-AgentCount <Int32>] [-AgentVmSize <String>]
24
+ [-OrchestratorType <String>] [-ClientId <String>] [-Secret <String>] [-Description <String>]
25
+ [-MasterCount <Int32>] [-AgentCount <Int32>] [-AgentVmSize <String>]
26
26
[-GlobalServiceConfigurationETag <String>] [-SslStatus <String>] [-SslCertificate <String>] [-SslKey <String>]
27
27
[-SslCName <String>] [-StorageAccount <String>] [-AzureContainerRegistry <String>]
28
- [-GlobalServiceConfigurationAdditionalProperties <Hashtable>] [-WhatIf] [-Confirm]
28
+ [-DefaultProfile <IAzureContextContainer>] [-GlobalServiceConfigurationAdditionalProperties <Hashtable>]
29
+ [-WhatIf] [-Confirm] [<CommonParameters>]
29
30
```
30
31
31
32
## DESCRIPTION
@@ -94,15 +95,15 @@ Accept pipeline input: False
94
95
Accept wildcard characters : False
95
96
` ` `
96
97
97
- ### -InputObject
98
- The operationalization cluster properties .
98
+ ### -ClientId
99
+ The ACS cluster's orchestrator service principal id .
99
100
100
101
` ` ` yaml
101
- Type : PSOperationalizationCluster
102
- Parameter Sets : Create a new operationalization cluster from an OperationalizationCluster instance definition .
103
- Aliases : Cluster
102
+ Type : String
103
+ Parameter Sets : Create a new operationalization cluster from cmdlet input parameters .
104
+ Aliases :
104
105
105
- Required : True
106
+ Required : False
106
107
Position : Named
107
108
Default value : None
108
109
Accept pipeline input : False
@@ -124,13 +125,13 @@ Accept pipeline input: False
124
125
Accept wildcard characters : False
125
126
` ` `
126
127
127
- ### -Confirm
128
- Prompts you for confirmation before running the cmdlet .
128
+ ### -DefaultProfile
129
+ The credentials, account, tenant, and subscription used for communication with azure .
129
130
130
131
` ` ` yaml
131
- Type : SwitchParameter
132
+ Type : IAzureContextContainer
132
133
Parameter Sets : (All)
133
- Aliases : cf
134
+ Aliases : AzureRmContext, AzureCredential
134
135
135
136
Required : False
136
137
Position : Named
@@ -184,6 +185,21 @@ Accept pipeline input: False
184
185
Accept wildcard characters : False
185
186
` ` `
186
187
188
+ ### -InputObject
189
+ The operationalization cluster properties.
190
+
191
+ ` ` ` yaml
192
+ Type : PSOperationalizationCluster
193
+ Parameter Sets : Create a new operationalization cluster from an OperationalizationCluster instance definition.
194
+ Aliases : Cluster
195
+
196
+ Required : True
197
+ Position : Named
198
+ Default value : None
199
+ Accept pipeline input : False
200
+ Accept wildcard characters : False
201
+ ` ` `
202
+
187
203
### -Location
188
204
The operationalization cluster's location.
189
205
@@ -259,8 +275,8 @@ Accept pipeline input: False
259
275
Accept wildcard characters : False
260
276
` ` `
261
277
262
- ### -ClientId
263
- The ACS cluster's orchestrator service principal id .
278
+ ### -Secret
279
+ The ACS cluster's orchestrator service principal secret .
264
280
265
281
` ` ` yaml
266
282
Type : String
@@ -274,8 +290,8 @@ Accept pipeline input: False
274
290
Accept wildcard characters : False
275
291
` ` `
276
292
277
- ### -Secret
278
- The ACS cluster's orchestrator service principal secret .
293
+ ### -SslCertificate
294
+ The SSL certificate data in PEM format encoded as base64 string .
279
295
280
296
` ` ` yaml
281
297
Type : String
@@ -304,8 +320,8 @@ Accept pipeline input: False
304
320
Accept wildcard characters : False
305
321
` ` `
306
322
307
- ### -SslCertificate
308
- The SSL certificate data in PEM format encoded as base64 string.
323
+ ### -SslKey
324
+ The SSL key data in PEM format encoded as base64 string.
309
325
310
326
` ` ` yaml
311
327
Type : String
@@ -319,8 +335,9 @@ Accept pipeline input: False
319
335
Accept wildcard characters : False
320
336
` ` `
321
337
322
- ### -SslKey
323
- The SSL key data in PEM format encoded as base64 string.
338
+ ### -SslStatus
339
+ SSL status.
340
+ Possible values are 'Enabled' and 'Disabled'.
324
341
325
342
` ` ` yaml
326
343
Type : String
@@ -334,9 +351,8 @@ Accept pipeline input: False
334
351
Accept wildcard characters : False
335
352
` ` `
336
353
337
- ### -SslStatus
338
- SSL status.
339
- Possible values are 'Enabled' and 'Disabled'.
354
+ ### -StorageAccount
355
+ The URI to the storage account to use instead of creating one.
340
356
341
357
` ` ` yaml
342
358
Type : String
@@ -350,13 +366,13 @@ Accept pipeline input: False
350
366
Accept wildcard characters : False
351
367
` ` `
352
368
353
- ### -StorageAccount
354
- The URI to the storage account to use instead of creating one .
369
+ ### -Confirm
370
+ Prompts you for confirmation before running the cmdlet .
355
371
356
372
` ` ` yaml
357
- Type : String
358
- Parameter Sets : Create a new operationalization cluster from cmdlet input parameters.
359
- Aliases :
373
+ Type : SwitchParameter
374
+ Parameter Sets : (All)
375
+ Aliases : cf
360
376
361
377
Required : False
362
378
Position : Named
@@ -381,16 +397,17 @@ Accept pipeline input: False
381
397
Accept wildcard characters : False
382
398
` ` `
383
399
400
+ ### CommonParameters
401
+ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
402
+
384
403
## INPUTS
385
404
386
405
### None
387
406
388
-
389
407
## OUTPUTS
390
408
391
409
### Microsoft.Azure.Commands.MachineLearningCompute.Models.PSOperationalizationCluster
392
410
393
-
394
411
## NOTES
395
412
396
413
## RELATED LINKS
0 commit comments