@@ -12,16 +12,7 @@ Create an autoscale setting.
1212
1313## SYNTAX
1414
15- ### CreateViaIdentityExpanded (Default)
16- ```
17- New-AzAutoscaleSetting -InputObject <IAutoscaleIdentity> -Location <String> -Profile <IAutoscaleProfile[]>
18- [-Enabled] [-Notification <IAutoscaleNotification[]>]
19- [-PredictiveAutoscalePolicyScaleLookAheadTime <TimeSpan>] [-PredictiveAutoscalePolicyScaleMode <String>]
20- [-PropertiesName <String>] [-Tag <Hashtable>] [-TargetResourceLocation <String>]
21- [-TargetResourceUri <String>] [-DefaultProfile <PSObject>] [-Confirm] [-WhatIf] [<CommonParameters>]
22- ```
23-
24- ### CreateExpanded
15+ ### CreateExpanded (Default)
2516```
2617New-AzAutoscaleSetting -Name <String> -ResourceGroupName <String> -Location <String>
2718 -Profile <IAutoscaleProfile[]> [-SubscriptionId <String>] [-Enabled]
@@ -85,7 +76,7 @@ The default value is 'false'.
8576
8677` ` ` yaml
8778Type : System.Management.Automation.SwitchParameter
88- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
79+ Parameter Sets : CreateExpanded
8980Aliases :
9081
9182Required : False
@@ -95,21 +86,6 @@ Accept pipeline input: False
9586Accept wildcard characters : False
9687` ` `
9788
98- ### -InputObject
99- Identity Parameter
100-
101- ` ` ` yaml
102- Type : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity
103- Parameter Sets : CreateViaIdentityExpanded
104- Aliases :
105-
106- Required : True
107- Position : Named
108- Default value : None
109- Accept pipeline input : True (ByValue)
110- Accept wildcard characters : False
111- ` ` `
112-
11389### -JsonFilePath
11490Path of Json file supplied to the Create operation
11591
@@ -145,7 +121,7 @@ Resource location
145121
146122` ` ` yaml
147123Type : System.String
148- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
124+ Parameter Sets : CreateExpanded
149125Aliases :
150126
151127Required : True
@@ -160,7 +136,7 @@ The autoscale setting name.
160136
161137` ` ` yaml
162138Type : System.String
163- Parameter Sets : CreateExpanded, CreateViaJsonFilePath, CreateViaJsonString
139+ Parameter Sets : (All)
164140Aliases : AutoscaleSettingName
165141
166142Required : True
@@ -175,7 +151,7 @@ the collection of notifications.
175151
176152` ` ` yaml
177153Type : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleNotification[]
178- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
154+ Parameter Sets : CreateExpanded
179155Aliases :
180156
181157Required : False
@@ -191,7 +167,7 @@ It must be between 1 minute and 60 minutes in ISO 8601 format.
191167
192168` ` ` yaml
193169Type : System.TimeSpan
194- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
170+ Parameter Sets : CreateExpanded
195171Aliases :
196172
197173Required : False
@@ -206,7 +182,7 @@ the predictive autoscale mode
206182
207183` ` ` yaml
208184Type : System.String
209- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
185+ Parameter Sets : CreateExpanded
210186Aliases :
211187
212188Required : False
@@ -222,7 +198,7 @@ A maximum of 20 profiles can be specified.
222198
223199` ` ` yaml
224200Type : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleProfile[]
225- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
201+ Parameter Sets : CreateExpanded
226202Aliases :
227203
228204Required : True
@@ -237,7 +213,7 @@ the name of the autoscale setting.
237213
238214` ` ` yaml
239215Type : System.String
240- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
216+ Parameter Sets : CreateExpanded
241217Aliases :
242218
243219Required : False
@@ -253,7 +229,7 @@ The name is case insensitive.
253229
254230` ` ` yaml
255231Type : System.String
256- Parameter Sets : CreateExpanded, CreateViaJsonFilePath, CreateViaJsonString
232+ Parameter Sets : (All)
257233Aliases :
258234
259235Required : True
@@ -268,7 +244,7 @@ The ID of the target subscription.
268244
269245` ` ` yaml
270246Type : System.String
271- Parameter Sets : CreateExpanded, CreateViaJsonFilePath, CreateViaJsonString
247+ Parameter Sets : (All)
272248Aliases :
273249
274250Required : False
@@ -286,7 +262,7 @@ Each tag must have a key no greater in length than 128 characters and a value no
286262
287263` ` ` yaml
288264Type : System.Collections.Hashtable
289- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
265+ Parameter Sets : CreateExpanded
290266Aliases :
291267
292268Required : False
@@ -301,7 +277,7 @@ the location of the resource that the autoscale setting should be added to.
301277
302278` ` ` yaml
303279Type : System.String
304- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
280+ Parameter Sets : CreateExpanded
305281Aliases :
306282
307283Required : False
@@ -316,7 +292,7 @@ the resource identifier of the resource that the autoscale setting should be add
316292
317293` ` ` yaml
318294Type : System.String
319- Parameter Sets : CreateExpanded, CreateViaIdentityExpanded
295+ Parameter Sets : CreateExpanded
320296Aliases :
321297
322298Required : False
@@ -362,8 +338,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
362338
363339## INPUTS
364340
365- ### Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity
366-
367341## OUTPUTS
368342
369343### Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleSettingResource
0 commit comments