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

BackupSchedulesOperationsExtensions 类

定义

BackupSchedulesOperations 的扩展方法。

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

方法

BeginCreateOrUpdate(IBackupSchedulesOperations, String, String, String, BackupSchedule, String, String)

创建或更新备份计划。

BeginCreateOrUpdateAsync(IBackupSchedulesOperations, String, String, String, BackupSchedule, String, String, CancellationToken)

创建或更新备份计划。

BeginDelete(IBackupSchedulesOperations, String, String, String, String, String)

删除备份计划。

BeginDeleteAsync(IBackupSchedulesOperations, String, String, String, String, String, CancellationToken)

删除备份计划。

CreateOrUpdate(IBackupSchedulesOperations, String, String, String, BackupSchedule, String, String)

创建或更新备份计划。

CreateOrUpdateAsync(IBackupSchedulesOperations, String, String, String, BackupSchedule, String, String, CancellationToken)

创建或更新备份计划。

Delete(IBackupSchedulesOperations, String, String, String, String, String)

删除备份计划。

DeleteAsync(IBackupSchedulesOperations, String, String, String, String, String, CancellationToken)

删除备份计划。

Get(IBackupSchedulesOperations, String, String, String, String, String)

获取指定备份计划名称的属性。

GetAsync(IBackupSchedulesOperations, String, String, String, String, String, CancellationToken)

获取指定备份计划名称的属性。

ListByBackupPolicy(IBackupSchedulesOperations, String, String, String, String)

获取备份策略中的所有备份计划。

ListByBackupPolicyAsync(IBackupSchedulesOperations, String, String, String, String, CancellationToken)

获取备份策略中的所有备份计划。

适用于