Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 4.01 KB

scheduler-powershell-reference.md

File metadata and controls

75 lines (59 loc) · 4.01 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.devlang ms.topic ms.date ms.author
Scheduler PowerShell Cmdlets Reference
Scheduler PowerShell Cmdlets Reference
scheduler
.NET
derek1ee
kevinlam1
9a26c457-d7a1-4e4a-bc79-f26592155218
scheduler
infrastructure-services
na
dotnet
article
08/18/2016
deli

Scheduler PowerShell Cmdlets Reference

The following table describes and links to the reference page of each of the major cmdlets in Azure Scheduler.

To install Azure PowerShell and associate it with your Azure subscription, see How to install and configure Azure PowerShell.

For more information about Azure Resource Manager cmdlets, see Using Azure PowerShell with Azure Resource Manager.

Cmdlet Cmdlet Description
Disable-AzureRmSchedulerJobCollection Disables a job collection.
Enable-AzureRmSchedulerJobCollection Enables a job collection.
Get-AzureRmSchedulerJob Gets Scheduler jobs.
Get-AzureRmSchedulerJobCollection Gets job collections.
Get-AzureRmSchedulerJobHistory Gets job history.
New-AzureRmSchedulerHttpJob Creates an HTTP job.
New-AzureRmSchedulerJobCollection Creates a job collection.
New-AzureRmSchedulerServiceBusQueueJob Creates a service bus queue job.
New-AzureRmSchedulerServiceBusTopicJob Creates a service bus topic job.
New-AzureRmSchedulerStorageQueueJob Creates a storage queue job.
Remove-AzureRmSchedulerJob Removes a Scheduler job.
Remove-AzureRmSchedulerJobCollection Removes a job collection.
Set-AzureRmSchedulerHttpJob Modifies a Scheduler HTTP job.
Set-AzureRmSchedulerJobCollection Modifies a job collection.
Set-AzureRmSchedulerServiceBusQueueJob Modifies a service bus queue job.
Set-AzureRmSchedulerServiceBusTopicJob Modifies a service bus topic job.
Set-AzureRmSchedulerStorageQueueJob Modifies a storage queue job.

For more detailed information, you can run any of the following cmdlets:

Get-Help <cmdlet name> -Detailed
Get-Help <cmdlet name> -Examples
Get-Help <cmdlet name> -Full

See Also

What is Scheduler?

Azure Scheduler concepts, terminology, and entity hierarchy

Get started using Scheduler in the Azure portal

Plans and billing in Azure Scheduler

Azure Scheduler REST API reference

Azure Scheduler high-availability and reliability

Azure Scheduler limits, defaults, and error codes

Azure Scheduler outbound authentication