Share via


IAutomationClient.GetJobSchedule Method

Definition

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

Returns

Applies to