BackupSchedulesOperationsExtensions Class

Definition

Extension methods for BackupSchedulesOperations.

public static class BackupSchedulesOperationsExtensions
type BackupSchedulesOperationsExtensions = class
Public Module BackupSchedulesOperationsExtensions
Inheritance
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