BackupSchedulesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for BackupSchedulesOperations.
In this article
public static class BackupSchedulesOperationsExtensions
type BackupSchedulesOperationsExtensions = class
Public Module BackupSchedulesOperationsExtensions
Inheritance
System.Object
BackupSchedulesOperationsExtensions
Methods
BeginCreateOrUpdate(IBackupSchedulesOperations, String, String, String, BackupSchedule, String, String)
Creates or updates the backup schedule.
BeginCreateOrUpdateAsync(IBackupSchedulesOperations, String, String, String, BackupSchedule, String, String, CancellationToken)
Creates or updates the backup schedule.
BeginDelete(IBackupSchedulesOperations, String, String, String, String, String)
Deletes the backup schedule.
BeginDeleteAsync(IBackupSchedulesOperations, String, String, String, String, String, CancellationToken)
Deletes the backup schedule.
CreateOrUpdate(IBackupSchedulesOperations, String, String, String, BackupSchedule, String, String)
Creates or updates the backup schedule.
CreateOrUpdateAsync(IBackupSchedulesOperations, String, String, String, BackupSchedule, String, String, CancellationToken)
Creates or updates the backup schedule.
Delete(IBackupSchedulesOperations, String, String, String, String, String)
Deletes the backup schedule.
DeleteAsync(IBackupSchedulesOperations, String, String, String, String, String, CancellationToken)
Deletes the backup schedule.
Get(IBackupSchedulesOperations, String, String, String, String, String)
Gets the properties of the specified backup schedule name.
GetAsync(IBackupSchedulesOperations, String, String, String, String, String, CancellationToken)
Gets the properties of the specified backup schedule name.
ListByBackupPolicy(IBackupSchedulesOperations, String, String, String, String)
Gets all the backup schedules in a backup policy.
ListByBackupPolicyAsync(IBackupSchedulesOperations, String, String, String, String, CancellationToken)
Gets all the backup schedules in a backup policy.
Applies to