< Back
Get-AzureRmAutomationSchedule
Post
NAME Get-AzureRmAutomationSchedule
SYNOPSIS
Gets an Automation schedule.
SYNTAX
Get-AzureRmAutomationSchedule [-ResourceGroupName] <String> [-AutomationAccountName] <String> [-Name] <String> [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmAutomationSchedule cmdlet gets an Azure Automation schedule.
PARAMETERS
-AutomationAccountName <String>
Specifies the name of an Automation account for which this cmdlet get a schedule.
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
-Name <String>
Specifies the name of a schedule that this cmdlet gets.
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 gets a schedule.
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
Microsoft.Azure.Commands.Automation.Model.Schedule
NOTES
Example 1: Get a schedule
PS C:\\>Get-AzureRmAutomationSchedule -AutomationAccountName "Contoso17" -Name "DailySchedule08" -ResourceGroupName "ResourceGroup01"
This command gets the schedule named DailySchedule08.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... onschedule
New-AzureRmAutomationSchedule
Remove-AzureRmAutomationSchedule
Set-AzureRmAutomationSchedule
SYNOPSIS
Gets an Automation schedule.
SYNTAX
Get-AzureRmAutomationSchedule [-ResourceGroupName] <String> [-AutomationAccountName] <String> [-Name] <String> [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmAutomationSchedule cmdlet gets an Azure Automation schedule.
PARAMETERS
-AutomationAccountName <String>
Specifies the name of an Automation account for which this cmdlet get a schedule.
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
-Name <String>
Specifies the name of a schedule that this cmdlet gets.
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 gets a schedule.
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
Microsoft.Azure.Commands.Automation.Model.Schedule
NOTES
Example 1: Get a schedule
PS C:\\>Get-AzureRmAutomationSchedule -AutomationAccountName "Contoso17" -Name "DailySchedule08" -ResourceGroupName "ResourceGroup01"
This command gets the schedule named DailySchedule08.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... onschedule
New-AzureRmAutomationSchedule
Remove-AzureRmAutomationSchedule
Set-AzureRmAutomationSchedule