< Back

Resume-AzureRmAutomationJob

Tue Jan 29, 2019 9:33 pm

NAME Resume-AzureRmAutomationJob



SYNOPSIS

Resumes a suspended Automation job.





SYNTAX

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

<IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Resume-AzureRmAutomationJob cmdlet resumes a suspended Azure Automation job. Specify the suspended job.



To suspend a job, use the Suspend-AzureRmAutomationJob cmdlet.





PARAMETERS

-AutomationAccountName <String>

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



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 for which this cmdlet resumes a job.



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: Resume a suspended job



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



This command resumes the job that has the specified ID.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... omationjob

Get-AzureRmAutomationJob

Get-AzureRmAutomationJobOutput

Stop-AzureRmAutomationJob

Suspend-AzureRmAutomationJob