共用方式為


JobScheduleOperationsExtensions.ListByAutomationAccount 方法

定義

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.JobSchedule> odataQuery = default);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.JobSchedule> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule>
<Extension()>
Public Function ListByAutomationAccount (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of JobSchedule) = Nothing) As IPage(Of JobSchedule)

參數

operations
IJobScheduleOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

odataQuery
ODataQuery<JobSchedule>

要套用至作業的 OData 參數。

傳回

適用於