IAutomationClient.GetJobSchedule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetJobSchedule(String, String, Guid) | |
GetJobSchedule(String, String, String, String) |
GetJobSchedule(String, String, Guid)
public Microsoft.Azure.Commands.Automation.Model.JobSchedule GetJobSchedule (string resourceGroupName, string automationAccountName, Guid jobScheduleId);
abstract member GetJobSchedule : string * string * Guid -> Microsoft.Azure.Commands.Automation.Model.JobSchedule
Public Function GetJobSchedule (resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid) As JobSchedule
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- jobScheduleId
- Guid
Returns
Applies to
GetJobSchedule(String, String, String, String)
public Microsoft.Azure.Commands.Automation.Model.JobSchedule GetJobSchedule (string resourceGroupName, string automationAccountName, string runbookName, string scheduleName);
abstract member GetJobSchedule : string * string * string * string -> Microsoft.Azure.Commands.Automation.Model.JobSchedule
Public Function GetJobSchedule (resourceGroupName As String, automationAccountName As String, runbookName As String, scheduleName As String) As JobSchedule
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- runbookName
- String
- scheduleName
- String