< Back
Suspend-AzureRmAutomationJob
Post
NAME Suspend-AzureRmAutomationJob
SYNOPSIS
Suspends an Automation job.
SYNTAX
Suspend-AzureRmAutomationJob [-ResourceGroupName] <String> [-AutomationAccountName] <String> [-Id] <Guid> [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Suspend-AzureRmAutomationJob cmdlet suspends an Azure Automation job. Specify a running Automation job.
To resume a suspended job, use the Resume-AzureRmAutomationJob cmdlet.
PARAMETERS
-AutomationAccountName <String>
Specifies the name of an Automation account in which this cmdlet suspends a job.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Id <Guid>
Specifies the ID of a job that this cmdlet suspends.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the ID of a job that this cmdlet suspends.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
NOTES
Example 1: Suspend a job
PS C:\\>Suspend-AzureRmAutomationJob -AutomationAccountName "Contoso17" -Id 2989b069-24fe-40b9-b3bd-cb7e5eac4b64 -ResourceGroupName
"ResourceGroup01"
This command suspends the job that has the specified ID.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... omationjob
Get-AzureRmAutomationJob
Get-AzureRmAutomationJobOutput
Resume-AzureRmAutomationJob
Stop-AzureRmAutomationJob
SYNOPSIS
Suspends an Automation job.
SYNTAX
Suspend-AzureRmAutomationJob [-ResourceGroupName] <String> [-AutomationAccountName] <String> [-Id] <Guid> [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Suspend-AzureRmAutomationJob cmdlet suspends an Azure Automation job. Specify a running Automation job.
To resume a suspended job, use the Resume-AzureRmAutomationJob cmdlet.
PARAMETERS
-AutomationAccountName <String>
Specifies the name of an Automation account in which this cmdlet suspends a job.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Id <Guid>
Specifies the ID of a job that this cmdlet suspends.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the ID of a job that this cmdlet suspends.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
NOTES
Example 1: Suspend a job
PS C:\\>Suspend-AzureRmAutomationJob -AutomationAccountName "Contoso17" -Id 2989b069-24fe-40b9-b3bd-cb7e5eac4b64 -ResourceGroupName
"ResourceGroup01"
This command suspends the job that has the specified ID.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... omationjob
Get-AzureRmAutomationJob
Get-AzureRmAutomationJobOutput
Resume-AzureRmAutomationJob
Stop-AzureRmAutomationJob