JobScheduleOperationsExtensions.List(IJobScheduleOperations, String, String) 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.
Retrieve a list of job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)
public static Microsoft.Azure.Management.Automation.Models.JobScheduleListResponse List (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount);
static member List : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string -> Microsoft.Azure.Management.Automation.Models.JobScheduleListResponse
<Extension()>
Public Function List (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String) As JobScheduleListResponse
Parameters
- operations
- IJobScheduleOperations
Reference to the Microsoft.Azure.Management.Automation.IJobScheduleOperations.
- resourceGroupName
- System.String
Required. The name of the resource group
- automationAccount
- System.String
Required. The automation account name.
Returns
The response model for the list job schedule operation.