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

ISchedulesOperations 接口

定义

SchedulesOperations 操作。

public interface ISchedulesOperations
type ISchedulesOperations = interface
Public Interface ISchedulesOperations

方法

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除计划资源。

CreateOrUpdateWithHttpMessagesAsync(Schedule, String, String, String, Dictionary<String,List<String>>, CancellationToken)

创建或更新实验室计划。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除计划资源。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取实验室计划。

ListByLabNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取实验室的所有计划。

ListByLabWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取实验室的所有计划。

UpdateWithHttpMessagesAsync(ScheduleUpdate, String, String, String, Dictionary<String,List<String>>, CancellationToken)

更新实验室计划。

扩展方法

BeginDelete(ISchedulesOperations, String, String, String)

删除计划资源。

BeginDeleteAsync(ISchedulesOperations, String, String, String, CancellationToken)

删除计划资源。

CreateOrUpdate(ISchedulesOperations, Schedule, String, String, String)

创建或更新实验室计划。

CreateOrUpdateAsync(ISchedulesOperations, Schedule, String, String, String, CancellationToken)

创建或更新实验室计划。

Delete(ISchedulesOperations, String, String, String)

删除计划资源。

DeleteAsync(ISchedulesOperations, String, String, String, CancellationToken)

删除计划资源。

Get(ISchedulesOperations, String, String, String)

获取实验室计划。

GetAsync(ISchedulesOperations, String, String, String, CancellationToken)

获取实验室计划。

ListByLab(ISchedulesOperations, String, String, String)

获取实验室的所有计划。

ListByLabAsync(ISchedulesOperations, String, String, String, CancellationToken)

获取实验室的所有计划。

ListByLabNext(ISchedulesOperations, String)

获取实验室的所有计划。

ListByLabNextAsync(ISchedulesOperations, String, CancellationToken)

获取实验室的所有计划。

Update(ISchedulesOperations, ScheduleUpdate, String, String, String)

更新实验室计划。

UpdateAsync(ISchedulesOperations, ScheduleUpdate, String, String, String, CancellationToken)

更新实验室计划。

适用于