< Back

Stop-AzureRmAutomationJob

Tue Jan 29, 2019 9:33 pm

NAME Stop-AzureRmAutomationJob



SYNOPSIS

Stops an Automation job.





SYNTAX

Stop-AzureRmAutomationJob [-ResourceGroupName] <String> [-AutomationAccountName] <String> [-Id] <Guid> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Stop-AzureRmAutomationJob cmdlet stops an Azure Automation job. Specify a running Automation job.





PARAMETERS

-AutomationAccountName <String>

Specifies the name of an Automation account in which this cmdlet stops 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 stops.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of a resource group.



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: Stop a job



PS C:\\>Stop-AzureRmAutomationJob -AutomationAccountName "Contoso17" -Id 2989b069-24fe-40b9-b3bd-cb7e5eac4b64 -ResourceGroupName "ResourceGroup01"



This command stops 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

Suspend-AzureRmAutomationJob