Remove-AzureRmAutomationSchedule
Deletes an Automation schedule.
Syntax
Remove-AzureRmAutomationSchedule
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-Name] <String>
[-Force]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
Description
The Remove-AzureRmAutomationSchedule cmdlet deletes a schedule from Azure Automation.
Examples
Example 1: Remove a schedule
PS C:\>Remove-AzureRmAutomationSchedule -AutomationAccountName "Contoso17" -Name "Schedule01" -ResourceGroupName "ResourceGroup01"
This command modifies the description of the schedule named Schedule01.
Required Parameters
-AutomationAccountName
Specifies the name of an Automation account for which this cmdlet modifies a schedule.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
-Name
Specifies the name for the schedule that this cmdlet removes.
| Type: | String |
| Position: | 2 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
-ResourceGroupName
Specifies the name of a resource group for which this cmdlet removes a schedule.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Optional Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | False |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-Force
ps_force
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | False |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |