IBackupSchedulesOperations Interface

Definition

BackupSchedulesOperations operations.

public interface IBackupSchedulesOperations
type IBackupSchedulesOperations = interface
Public Interface IBackupSchedulesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, BackupSchedule, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the backup schedule.

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

Deletes the backup schedule.

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

Creates or updates the backup schedule.

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

Deletes the backup schedule.

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

Gets the properties of the specified backup schedule name.

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

Gets all the backup schedules in a backup policy.

Extension 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