Partager via


BackupSchedules interface

Interface représentant un BackupSchedules.

Méthodes

beginCreateOrUpdate(string, string, string, string, string, BackupSchedule, BackupSchedulesCreateOrUpdateOptionalParams)

Crée ou met à jour la planification de sauvegarde.

beginCreateOrUpdateAndWait(string, string, string, string, string, BackupSchedule, BackupSchedulesCreateOrUpdateOptionalParams)

Crée ou met à jour la planification de sauvegarde.

beginDelete(string, string, string, string, string, BackupSchedulesDeleteOptionalParams)

Supprime la planification de sauvegarde.

beginDeleteAndWait(string, string, string, string, string, BackupSchedulesDeleteOptionalParams)

Supprime la planification de sauvegarde.

get(string, string, string, string, string, BackupSchedulesGetOptionalParams)

Obtient les propriétés du nom de planification de sauvegarde spécifié.

listByBackupPolicy(string, string, string, string, BackupSchedulesListByBackupPolicyOptionalParams)

Obtient toutes les planifications de sauvegarde dans une stratégie de sauvegarde.

Détails de la méthode

beginCreateOrUpdate(string, string, string, string, string, BackupSchedule, BackupSchedulesCreateOrUpdateOptionalParams)

Crée ou met à jour la planification de sauvegarde.

function beginCreateOrUpdate(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, parameters: BackupSchedule, options?: BackupSchedulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupSchedule>, BackupSchedule>>

Paramètres

deviceName

string

Le nom de l’appareil

backupPolicyName

string

Nom de la stratégie de sauvegarde.

backupScheduleName

string

Nom de la planification de sauvegarde.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

parameters
BackupSchedule

Planification de sauvegarde.

options
BackupSchedulesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<BackupSchedule>, BackupSchedule>>

beginCreateOrUpdateAndWait(string, string, string, string, string, BackupSchedule, BackupSchedulesCreateOrUpdateOptionalParams)

Crée ou met à jour la planification de sauvegarde.

function beginCreateOrUpdateAndWait(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, parameters: BackupSchedule, options?: BackupSchedulesCreateOrUpdateOptionalParams): Promise<BackupSchedule>

Paramètres

deviceName

string

Le nom de l’appareil

backupPolicyName

string

Nom de la stratégie de sauvegarde.

backupScheduleName

string

Nom de la planification de sauvegarde.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

parameters
BackupSchedule

Planification de sauvegarde.

options
BackupSchedulesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<BackupSchedule>

beginDelete(string, string, string, string, string, BackupSchedulesDeleteOptionalParams)

Supprime la planification de sauvegarde.

function beginDelete(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, options?: BackupSchedulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

deviceName

string

Le nom de l’appareil

backupPolicyName

string

Nom de la stratégie de sauvegarde.

backupScheduleName

string

Nom de la planification de sauvegarde.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

options
BackupSchedulesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, string, BackupSchedulesDeleteOptionalParams)

Supprime la planification de sauvegarde.

function beginDeleteAndWait(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, options?: BackupSchedulesDeleteOptionalParams): Promise<void>

Paramètres

deviceName

string

Le nom de l’appareil

backupPolicyName

string

Nom de la stratégie de sauvegarde.

backupScheduleName

string

Nom de la planification de sauvegarde.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

options
BackupSchedulesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, string, string, BackupSchedulesGetOptionalParams)

Obtient les propriétés du nom de planification de sauvegarde spécifié.

function get(deviceName: string, backupPolicyName: string, backupScheduleName: string, resourceGroupName: string, managerName: string, options?: BackupSchedulesGetOptionalParams): Promise<BackupSchedule>

Paramètres

deviceName

string

Le nom de l’appareil

backupPolicyName

string

Nom de la stratégie de sauvegarde.

backupScheduleName

string

Nom de la planification de sauvegarde à récupérer

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

options
BackupSchedulesGetOptionalParams

Paramètres d’options.

Retours

Promise<BackupSchedule>

listByBackupPolicy(string, string, string, string, BackupSchedulesListByBackupPolicyOptionalParams)

Obtient toutes les planifications de sauvegarde dans une stratégie de sauvegarde.

function listByBackupPolicy(deviceName: string, backupPolicyName: string, resourceGroupName: string, managerName: string, options?: BackupSchedulesListByBackupPolicyOptionalParams): PagedAsyncIterableIterator<BackupSchedule, BackupSchedule[], PageSettings>

Paramètres

deviceName

string

Le nom de l’appareil

backupPolicyName

string

Nom de la stratégie de sauvegarde.

resourceGroupName

string

Nom du groupe de ressources

managerName

string

Nom du responsable

options
BackupSchedulesListByBackupPolicyOptionalParams

Paramètres d’options.

Retours