IScheduleOperations 接口
自动化计划的服务操作。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public interface IScheduleOperations
public interface class IScheduleOperations
type IScheduleOperations = interface end
Public Interface IScheduleOperations
方法
名称 | 说明 | |
---|---|---|
CreateAsync(String, ScheduleCreateParameters, CancellationToken) | 创建一个计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) |
|
DeleteAsync(String, String, CancellationToken) | 删除由计划名称标识该计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) |
|
GetAsync(String, String, CancellationToken) | 检索由计划名称标识的日程安排。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) |
|
ListAsync(String, CancellationToken) | 检索计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) |
|
ListNextAsync(String, CancellationToken) | 检索下一步计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) |
|
UpdateAsync(String, ScheduleUpdateParameters, CancellationToken) | 更新由计划名称标识的计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) |
扩展方法
名称 | 说明 | |
---|---|---|
Create(String, ScheduleCreateParameters) | 创建一个计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
CreateAsync(String, ScheduleCreateParameters) | 创建一个计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
Delete(String, String) | 删除由计划名称标识该计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
DeleteAsync(String, String) | 删除由计划名称标识该计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
Get(String, String) | 检索由计划名称标识的日程安排。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
GetAsync(String, String) | 检索由计划名称标识的日程安排。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
List(String) | 检索计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
ListAsync(String) | 检索计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
ListNext(String) | 检索下一步计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
ListNextAsync(String) | 检索下一步计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
Update(String, ScheduleUpdateParameters) | 更新由计划名称标识的计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
|
UpdateAsync(String, ScheduleUpdateParameters) | 更新由计划名称标识的计划。 (请参阅 https://aka.ms/azureautomationsdk/scheduleoperations 有关详细信息) (由 ScheduleOperationsExtensions 定义。) |
请参阅
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首