你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduleOperationsExtensions 类

定义

ScheduleOperations 的扩展方法。

public static class ScheduleOperationsExtensions
type ScheduleOperationsExtensions = class
Public Module ScheduleOperationsExtensions
继承
ScheduleOperationsExtensions

方法

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

ScheduleOperations 的扩展方法。

CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)

创建计划。 http://aka.ms/azureautomationsdk/scheduleoperations

CreateOrUpdateAsync(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

ScheduleOperations 的扩展方法。

CreateOrUpdateAsync(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters, CancellationToken)

创建计划。 http://aka.ms/azureautomationsdk/scheduleoperations

Delete(IScheduleOperations, String, String, String)

删除按计划名称标识的计划。 http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(IScheduleOperations, String, String, String)

ScheduleOperations 的扩展方法。

DeleteAsync(IScheduleOperations, String, String, String, CancellationToken)

删除按计划名称标识的计划。 http://aka.ms/azureautomationsdk/scheduleoperations

Get(IScheduleOperations, String, String, String)

检索按计划名称标识的计划。 http://aka.ms/azureautomationsdk/scheduleoperations

GetAsync(IScheduleOperations, String, String, String)

ScheduleOperations 的扩展方法。

GetAsync(IScheduleOperations, String, String, String, CancellationToken)

检索按计划名称标识的计划。 http://aka.ms/azureautomationsdk/scheduleoperations

List(IScheduleOperations, String, String)

ScheduleOperations 的扩展方法。

ListAsync(IScheduleOperations, String, String)

ScheduleOperations 的扩展方法。

ListByAutomationAccount(IScheduleOperations, String, String)

检索计划列表。 http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountAsync(IScheduleOperations, String, String, CancellationToken)

检索计划列表。 http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNext(IScheduleOperations, String)

检索计划列表。 http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNextAsync(IScheduleOperations, String, CancellationToken)

检索计划列表。 http://aka.ms/azureautomationsdk/scheduleoperations

ListNext(IScheduleOperations, String)

ScheduleOperations 的扩展方法。

ListNextAsync(IScheduleOperations, String)

ScheduleOperations 的扩展方法。

Patch(IScheduleOperations, String, String, SchedulePatchParameters)

ScheduleOperations 的扩展方法。

PatchAsync(IScheduleOperations, String, String, SchedulePatchParameters)

ScheduleOperations 的扩展方法。

Update(IScheduleOperations, String, String, String, ScheduleUpdateParameters)

更新按计划名称标识的计划。 http://aka.ms/azureautomationsdk/scheduleoperations

UpdateAsync(IScheduleOperations, String, String, String, ScheduleUpdateParameters, CancellationToken)

更新按计划名称标识的计划。 http://aka.ms/azureautomationsdk/scheduleoperations

适用于