@@ -12,13 +12,26 @@ Creating or Updating an object anchors Account.
12
12
13
13
## SYNTAX
14
14
15
+ ### CreateExpanded (Default)
15
16
```
16
17
New-AzMixedRealityObjectAnchorsAccount -Name <String> -ResourceGroupName <String> -Location <String>
17
- [-SubscriptionId <String>] [-IdentityType <ResourceIdentityType>] [-KindCapacity <Int32>]
18
- [-KindFamily <String>] [-KindName <String>] [-KindSize <String>] [-KindTier <SkuTier>]
19
- [-PlanType <ResourceIdentityType>] [-SkuCapacity <Int32>] [-SkuFamily <String>] [-SkuName <String>]
20
- [-SkuSize <String>] [-SkuTier <SkuTier>] [-StorageAccountName <String>] [-Tag <Hashtable>]
21
- [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
18
+ [-SubscriptionId <String>] [-EnableSystemAssignedIdentity] [-KindCapacity <Int32>] [-KindFamily <String>]
19
+ [-KindName <String>] [-KindSize <String>] [-KindTier <String>] [-PlanType <String>] [-SkuCapacity <Int32>]
20
+ [-SkuFamily <String>] [-SkuName <String>] [-SkuSize <String>] [-SkuTier <String>]
21
+ [-StorageAccountName <String>] [-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf]
22
+ [<CommonParameters>]
23
+ ```
24
+
25
+ ### CreateViaJsonFilePath
26
+ ```
27
+ New-AzMixedRealityObjectAnchorsAccount -Name <String> -ResourceGroupName <String> -JsonFilePath <String>
28
+ [-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
29
+ ```
30
+
31
+ ### CreateViaJsonString
32
+ ```
33
+ New-AzMixedRealityObjectAnchorsAccount -Name <String> -ResourceGroupName <String> -JsonString <String>
34
+ [-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
22
35
```
23
36
24
37
## DESCRIPTION
@@ -57,12 +70,12 @@ Accept pipeline input: False
57
70
Accept wildcard characters : False
58
71
` ` `
59
72
60
- ### -IdentityType
61
- The identity type .
73
+ ### -EnableSystemAssignedIdentity
74
+ Determines whether to enable a system-assigned identity for the resource .
62
75
63
76
` ` ` yaml
64
- Type : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Support.ResourceIdentityType
65
- Parameter Sets : (All)
77
+ Type : System.Management.Automation.SwitchParameter
78
+ Parameter Sets : CreateExpanded
66
79
Aliases :
67
80
68
81
Required : False
@@ -72,13 +85,43 @@ Accept pipeline input: False
72
85
Accept wildcard characters : False
73
86
` ` `
74
87
88
+ ### -JsonFilePath
89
+ Path of Json file supplied to the Create operation
90
+
91
+ ` ` ` yaml
92
+ Type : System.String
93
+ Parameter Sets : CreateViaJsonFilePath
94
+ Aliases :
95
+
96
+ Required : True
97
+ Position : Named
98
+ Default value : None
99
+ Accept pipeline input : False
100
+ Accept wildcard characters : False
101
+ ` ` `
102
+
103
+ ### -JsonString
104
+ Json string supplied to the Create operation
105
+
106
+ ` ` ` yaml
107
+ Type : System.String
108
+ Parameter Sets : CreateViaJsonString
109
+ Aliases :
110
+
111
+ Required : True
112
+ Position : Named
113
+ Default value : None
114
+ Accept pipeline input : False
115
+ Accept wildcard characters : False
116
+ ` ` `
117
+
75
118
### -KindCapacity
76
119
If the SKU supports scale out/in then the capacity integer should be included.
77
120
If scale out/in is not possible for the resource this may be omitted.
78
121
79
122
` ` ` yaml
80
123
Type : System.Int32
81
- Parameter Sets : (All)
124
+ Parameter Sets : CreateExpanded
82
125
Aliases :
83
126
84
127
Required : False
@@ -93,7 +136,7 @@ If the service has different generations of hardware, for the same SKU, then tha
93
136
94
137
` ` ` yaml
95
138
Type : System.String
96
- Parameter Sets : (All)
139
+ Parameter Sets : CreateExpanded
97
140
Aliases :
98
141
99
142
Required : False
@@ -110,7 +153,7 @@ It is typically a letter+number code
110
153
111
154
` ` ` yaml
112
155
Type : System.String
113
- Parameter Sets : (All)
156
+ Parameter Sets : CreateExpanded
114
157
Aliases :
115
158
116
159
Required : False
@@ -126,7 +169,7 @@ When the name field is the combination of tier and some other value, this would
126
169
127
170
` ` ` yaml
128
171
Type : System.String
129
- Parameter Sets : (All)
172
+ Parameter Sets : CreateExpanded
130
173
Aliases :
131
174
132
175
Required : False
@@ -140,8 +183,8 @@ Accept wildcard characters: False
140
183
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
141
184
142
185
` ` ` yaml
143
- Type : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Support.SkuTier
144
- Parameter Sets : (All)
186
+ Type : System.String
187
+ Parameter Sets : CreateExpanded
145
188
Aliases :
146
189
147
190
Required : False
@@ -156,7 +199,7 @@ The geo-location where the resource lives
156
199
157
200
` ` ` yaml
158
201
Type : System.String
159
- Parameter Sets : (All)
202
+ Parameter Sets : CreateExpanded
160
203
Aliases :
161
204
162
205
Required : True
@@ -185,8 +228,8 @@ Accept wildcard characters: False
185
228
The identity type.
186
229
187
230
` ` ` yaml
188
- Type : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Support.ResourceIdentityType
189
- Parameter Sets : (All)
231
+ Type : System.String
232
+ Parameter Sets : CreateExpanded
190
233
Aliases :
191
234
192
235
Required : False
@@ -217,7 +260,7 @@ If scale out/in is not possible for the resource this may be omitted.
217
260
218
261
` ` ` yaml
219
262
Type : System.Int32
220
- Parameter Sets : (All)
263
+ Parameter Sets : CreateExpanded
221
264
Aliases :
222
265
223
266
Required : False
@@ -232,7 +275,7 @@ If the service has different generations of hardware, for the same SKU, then tha
232
275
233
276
` ` ` yaml
234
277
Type : System.String
235
- Parameter Sets : (All)
278
+ Parameter Sets : CreateExpanded
236
279
Aliases :
237
280
238
281
Required : False
@@ -249,7 +292,7 @@ It is typically a letter+number code
249
292
250
293
` ` ` yaml
251
294
Type : System.String
252
- Parameter Sets : (All)
295
+ Parameter Sets : CreateExpanded
253
296
Aliases :
254
297
255
298
Required : False
@@ -265,7 +308,7 @@ When the name field is the combination of tier and some other value, this would
265
308
266
309
` ` ` yaml
267
310
Type : System.String
268
- Parameter Sets : (All)
311
+ Parameter Sets : CreateExpanded
269
312
Aliases :
270
313
271
314
Required : False
@@ -279,8 +322,8 @@ Accept wildcard characters: False
279
322
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
280
323
281
324
` ` ` yaml
282
- Type : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Support.SkuTier
283
- Parameter Sets : (All)
325
+ Type : System.String
326
+ Parameter Sets : CreateExpanded
284
327
Aliases :
285
328
286
329
Required : False
@@ -295,7 +338,7 @@ The name of the storage account associated with this accountId
295
338
296
339
` ` ` yaml
297
340
Type : System.String
298
- Parameter Sets : (All)
341
+ Parameter Sets : CreateExpanded
299
342
Aliases :
300
343
301
344
Required : False
@@ -327,7 +370,7 @@ Resource tags.
327
370
328
371
` ` ` yaml
329
372
Type : System.Collections.Hashtable
330
- Parameter Sets : (All)
373
+ Parameter Sets : CreateExpanded
331
374
Aliases :
332
375
333
376
Required : False
@@ -375,7 +418,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
375
418
376
419
## OUTPUTS
377
420
378
- ### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview. IObjectAnchorsAccount
421
+ ### Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.IObjectAnchorsAccount
379
422
380
423
## NOTES
381
424
0 commit comments