File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed
src/Azs.Fabric.Admin/docs Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,16 @@ Power on a scale unit node.
3232
3333### Example 1:
3434``` powershell
35- PS C:\> Start-AzsScaleUnitNode -Name "AzS-ACS01"
35+ PS C:\> Start-AzsScaleUnitNode -Name "HC1n25r2236"
36+ ```
37+ Power on a scale unit node.
3638
37- ProvisioningState : Succeeded
39+ ### Example 2:
40+ ``` powershell
41+ PS C:\> Stop-AzsScaleUnitNode -Name "HC1n25r2236" -AsJob
3842```
3943
40- Power on a scale unit node.
44+ Power on a scale unit node. As a job.
4145
4246## PARAMETERS
4347
Original file line number Diff line number Diff line change @@ -43,13 +43,19 @@ Power off a scale unit node.
4343
4444## EXAMPLES
4545
46- ### Example 1: {{ Add title here }}
46+ ### Example 1:
4747``` powershell
48- PS C:\> Stop-AzsInfrastructureRoleInstancef -Name "AzS-ACS01"
48+ PS C:\> Stop-AzsScaleUnitNode -Name "HC1n25r2236"
49+ ```
50+
51+ Power down a scale unit node.
4952
53+ ### Example 2:
54+ ``` powershell
55+ PS C:\> Stop-AzsScaleUnitNode -Name "HC1n25r2236" -AsJob
5056```
5157
52- Power off a infrastructure role instance .
58+ Power down a scale unit node. As a job .
5359
5460## PARAMETERS
5561
You can’t perform that action at this time.
0 commit comments