external help file | online version | schema |
---|---|---|
Microsoft.Azure.Commands.ServiceFabric.dll-Help.xml |
2.0.0 |
Add nodes to the specific node type in your cluster.
Add-AzureRmServiceFabricNodes [-ResourceGroupName] <String> [-Name] <String> -NodeType <String> -Number <Int32>
[-WhatIf] [-Confirm] [<CommonParameters>]
Use Add-AzureRmServiceFabricNodes to add nodes to the specific node type in your cluster. You just need to specify the number of nodes you want to add to a Node Type.
PS c:> Add-AzureRmServiceFabricNodes -ResourceGroupName myResourceGroup -ClusterName myCluster -NumberOfNodesToAdd 2 -NodeTypeName n1
This command will add 2 nodes to the node type n1.
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Name of the cluster.
Type: String
Parameter Sets: (All)
Aliases: ClusterName
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Node type name.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
VM instance number.
Type: Int32
Parameter Sets: (All)
Aliases: NumberOfNodesToAdd
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Name of the resource group.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Shows what would happen if the cmdlet runs or not.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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).