JobScheduleOperationsExtensions.ListAsync 方法 (IJobScheduleOperations, String)
检索作业计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static Task<JobScheduleListResponse> ListAsync(
this IJobScheduleOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static Task<JobScheduleListResponse^>^ ListAsync(
IJobScheduleOperations^ operations,
String^ automationAccount
)
static member ListAsync :
operations:IJobScheduleOperations *
automationAccount:string -> Task<JobScheduleListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IJobScheduleOperations,
automationAccount As String
) As Task(Of JobScheduleListResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations对 Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
返回值
Type: System.Threading.Tasks.Task<JobScheduleListResponse>
列表的作业计划操作该响应模型。
请参阅
JobScheduleOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首