Get-AzureRmAutomationSchedule
Gets an Automation schedule.
Syntax
Get-AzureRmAutomationSchedule
[-ResourceGroupName] <String>
[-AutomationAccountName] <String>
[-Name] <String>
[<CommonParameters>]
Description
The Get-AzureRmAutomationSchedule cmdlet gets an Azure Automation schedule.
Examples
Example 1: Get a schedule
PS C:\>Get-AzureRmAutomationSchedule -AutomationAccountName "Contoso17" -Name "DailySchedule08" -ResourceGroupName "ResourceGroup01"
This command gets the schedule named DailySchedule08.
Required Parameters
-AutomationAccountName
Specifies the name of an Automation account for which this cmdlet get a schedule.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
-Name
Specifies the name of a schedule that this cmdlet gets.
| Type: | String |
| Aliases: | ScheduleName |
| 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 gets a schedule.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Outputs
Microsoft.Azure.Commands.Automation.Model.Schedule