次の方法で共有


ScheduleOperationsExtensions.ListByAutomationAccount メソッド

定義

スケジュールの一覧を取得します。 http://aka.ms/azureautomationsdk/scheduleoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Schedule> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Schedule>
<Extension()>
Public Function ListByAutomationAccount (operations As IScheduleOperations, resourceGroupName As String, automationAccountName As String) As IPage(Of Schedule)

パラメーター

operations
IScheduleOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

戻り値

適用対象