@@ -26,34 +26,13 @@ Set-AzServiceFabricManagedNodeType [-ResourceGroupName] <String> [-ClusterName]
2626 [-EphemeralStartPort <Int32>] [-EphemeralEndPort <Int32>] [-Capacity <Hashtable>]
2727 [-PlacementProperty <Hashtable>] [-VmSize <String>] [-ZoneBalance <Boolean>]
2828 [-EnableOverProvisioning <Boolean>] [-Zone <System.Collections.Generic.List`1[System.String]>] [-AsJob]
29- [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
30- ```
31-
32- ### ReimageByName
33- ```
34- Set-AzServiceFabricManagedNodeType [-ResourceGroupName] <String> [-ClusterName] <String> [-Name] <String>
35- -NodeName <String[]> [-Reimage] [-ForceReimage] [-PassThru] [-AsJob]
3629 [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3730 [<CommonParameters>]
3831```
3932
4033### WithParamsById
4134```
4235Set-AzServiceFabricManagedNodeType [-ResourceId] <String> [-AsJob] [-DefaultProfile <IAzureContextContainer>]
43- [-WhatIf] [-Confirm] [<CommonParameters>]
44- ```
45-
46- ### ReimageById
47- ```
48- Set-AzServiceFabricManagedNodeType [-ResourceId] <String> -NodeName <String[]> [-Reimage] [-ForceReimage]
49- [-PassThru] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
50- [-Confirm] [<CommonParameters>]
51- ```
52-
53- ### ReimageByObj
54- ```
55- Set-AzServiceFabricManagedNodeType [-InputObject] <PSManagedNodeType> -NodeName <String[]> [-Reimage]
56- [-ForceReimage] [-PassThru] [-AsJob] [-DefaultProfile <IAzureContextContainer>]
5736 [-WhatIf] [-Confirm] [<CommonParameters>]
5837```
5938
@@ -182,7 +161,7 @@ Specify the name of the cluster.
182161
183162` ` ` yaml
184163Type : System.String
185- Parameter Sets : WithParamsByName, ReimageByName
164+ Parameter Sets : WithParamsByName
186165Aliases :
187166
188167Required : True
@@ -252,28 +231,12 @@ Accept pipeline input: False
252231Accept wildcard characters : False
253232` ` `
254233
255- ### -ForceReimage
256- Using this flag will force the removal even if service fabric is unable to disable the nodes.
257- Use with caution as this might cause data loss if stateful workloads are running on the node.
258-
259- ` ` ` yaml
260- Type : System.Management.Automation.SwitchParameter
261- Parameter Sets : ReimageByName, ReimageById, ReimageByObj
262- Aliases :
263-
264- Required : False
265- Position : Named
266- Default value : None
267- Accept pipeline input : False
268- Accept wildcard characters : False
269- ` ` `
270-
271234### -InputObject
272235Node type resource
273236
274237` ` ` yaml
275238Type : Microsoft.Azure.Commands.ServiceFabric.Models.PSManagedNodeType
276- Parameter Sets : ByObj, ReimageByObj
239+ Parameter Sets : ByObj
277240Aliases :
278241
279242Required : True
@@ -303,7 +266,7 @@ Specify the name of the node type.
303266
304267` ` ` yaml
305268Type : System.String
306- Parameter Sets : WithParamsByName, ReimageByName
269+ Parameter Sets : WithParamsByName
307270Aliases : NodeTypeName
308271
309272Required : True
@@ -313,36 +276,6 @@ Accept pipeline input: True (ByPropertyName)
313276Accept wildcard characters : False
314277` ` `
315278
316- ### -NodeName
317- List of node names for the operation.
318-
319- ` ` ` yaml
320- Type : System.String[]
321- Parameter Sets : ReimageByName, ReimageById, ReimageByObj
322- Aliases :
323-
324- Required : True
325- Position : Named
326- Default value : None
327- Accept pipeline input : False
328- Accept wildcard characters : False
329- ` ` `
330-
331- ### -PassThru
332- {{ Fill PassThru Description }}
333-
334- ` ` ` yaml
335- Type : System.Management.Automation.SwitchParameter
336- Parameter Sets : ReimageByName, ReimageById, ReimageByObj
337- Aliases :
338-
339- Required : False
340- Position : Named
341- Default value : None
342- Accept pipeline input : False
343- Accept wildcard characters : False
344- ` ` `
345-
346279### -PlacementProperty
347280Placement tags applied to nodes in the node type as key/value pairs, which can be used to indicate where certain services (workload) should run. Updating this will override the current values.
348281
@@ -358,27 +291,12 @@ Accept pipeline input: False
358291Accept wildcard characters : False
359292` ` `
360293
361- ### -Reimage
362- Specify to reimage nodes on the node type.
363-
364- ` ` ` yaml
365- Type : System.Management.Automation.SwitchParameter
366- Parameter Sets : ReimageByName, ReimageById, ReimageByObj
367- Aliases :
368-
369- Required : True
370- Position : Named
371- Default value : None
372- Accept pipeline input : False
373- Accept wildcard characters : False
374- ` ` `
375-
376294### -ResourceGroupName
377295Specify the name of the resource group.
378296
379297` ` ` yaml
380298Type : System.String
381- Parameter Sets : WithParamsByName, ReimageByName
299+ Parameter Sets : WithParamsByName
382300Aliases :
383301
384302Required : True
@@ -393,7 +311,7 @@ Node type resource id
393311
394312` ` ` yaml
395313Type : System.String
396- Parameter Sets : WithParamsById, ReimageById
314+ Parameter Sets : WithParamsById
397315Aliases :
398316
399317Required : True
0 commit comments