Stop-AzsScaleUnitNode
Power off a scale unit node.
Syntax
Stop-AzsScaleUnitNode
-Name <String>
[-Location <String>]
[-ResourceGroupName <String>]
[-SubscriptionId <String>]
[-Force]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-PassThru]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Stop-AzsScaleUnitNode
-INPUTOBJECT \<IFabricAdminIdentity>
[-Force]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-PassThru]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Stop-AzsScaleUnitNode
-Name <String>
[-Location <String>]
[-ResourceGroupName <String>]
[-SubscriptionId <String>]
[-Force]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-PassThru]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Stop-AzsScaleUnitNode
-INPUTOBJECT \<IFabricAdminIdentity>
[-Force]
[-DefaultProfile <PSObject>]
[-AsJob]
[-NoWait]
[-PassThru]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Description
Power off a scale unit node.
Examples
Example 1:
PS C:\> Stop-AzsScaleUnitNode -Name "HC1n25r2236"
Power down a scale unit node.
Example 2:
PS C:\> Stop-AzsScaleUnitNode -Name "HC1n25r2236" -AsJob
Power down a scale unit node. As a job.
Parameters
Run the command as a job
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Don't ask for confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Models.IFabricAdminIdentity |
Position: | Named |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Location of the resource.
Type: | String |
Position: | Named |
Default value: | (Get-AzLocation)[0].Location |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Name of an infrastructure role instance.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Run the command asynchronously
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Returns true when the command succeeds
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Name of the scale unit node.
Type: | String |
Position: | Named |
Default value: | -join("System.",(Get-AzLocation)[0].Location) |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Type: | String |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Azure.PowerShell.Cmdlets.FabricAdmin.Models.IFabricAdminIdentity
Outputs
Notes
COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
INPUTOBJECT <IFabricAdminIdentity>: Identity Parameter
[Drive <String>]
: Name of the storage drive.[EdgeGateway <String>]
: Name of the edge gateway.[EdgeGatewayPool <String>]
: Name of the edge gateway pool.[FabricLocation <String>]
: Fabric location.[FileShare <String>]
: Fabric file share name.[IPPool <String>]
: IP pool name.[Id <String>]
: Resource identity path[InfraRole <String>]
: Infrastructure role name.[InfraRoleInstance <String>]
: Name of an infrastructure role instance.[Location <String>]
: Location of the resource.[LogicalNetwork <String>]
: Name of the logical network.[LogicalSubnet <String>]
: Name of the logical subnet.[MacAddressPool <String>]
: Name of the MAC address pool.[Operation <String>]
: Operation identifier.[ResourceGroupName <String>]
: Name of the resource group.[ScaleUnit <String>]
: Name of the scale units.[ScaleUnitNode <String>]
: Name of the scale unit node.[SlbMuxInstance <String>]
: Name of a SLB MUX instance.[StoragePool <String>]
: Storage pool name.[StorageSubSystem <String>]
: Name of the storage system.[SubscriptionId <String>]
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.[Volume <String>]
: Name of the storage volume.