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

SchedulesOperationsExtensions 类

定义

SchedulesOperations 的扩展方法。

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

方法

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)

更新实验室计划。

适用于