ReplicationRecoveryPlans interface
Interface représentant un ReplicationRecoveryPlans.
Méthodes
Détails de la méthode
beginCreate(string, string, string, CreateRecoveryPlanInput, ReplicationRecoveryPlansCreateOptionalParams)
Opération de création d’un plan de récupération.
function beginCreate(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: CreateRecoveryPlanInput, options?: ReplicationRecoveryPlansCreateOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
- input
- CreateRecoveryPlanInput
Entrée de création du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginCreateAndWait(string, string, string, CreateRecoveryPlanInput, ReplicationRecoveryPlansCreateOptionalParams)
Opération de création d’un plan de récupération.
function beginCreateAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: CreateRecoveryPlanInput, options?: ReplicationRecoveryPlansCreateOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
- input
- CreateRecoveryPlanInput
Entrée de création du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
beginDelete(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)
Supprimez un plan de récupération.
function beginDelete(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)
Supprimez un plan de récupération.
function beginDeleteAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansDeleteOptionalParams): Promise<void>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<void>
beginFailoverCancel(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)
Opération d’annulation du basculement d’un plan de récupération.
function beginFailoverCancel(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansFailoverCancelOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginFailoverCancelAndWait(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)
Opération d’annulation du basculement d’un plan de récupération.
function beginFailoverCancelAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansFailoverCancelOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
beginFailoverCommit(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)
Opération de validation du basculement d’un plan de récupération.
function beginFailoverCommit(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansFailoverCommitOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginFailoverCommitAndWait(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)
Opération de validation du basculement d’un plan de récupération.
function beginFailoverCommitAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansFailoverCommitOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
beginPlannedFailover(string, string, string, RecoveryPlanPlannedFailoverInput, ReplicationRecoveryPlansPlannedFailoverOptionalParams)
Opération de démarrage du basculement planifié d’un plan de récupération.
function beginPlannedFailover(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanPlannedFailoverInput, options?: ReplicationRecoveryPlansPlannedFailoverOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
Entrée de basculement.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginPlannedFailoverAndWait(string, string, string, RecoveryPlanPlannedFailoverInput, ReplicationRecoveryPlansPlannedFailoverOptionalParams)
Opération de démarrage du basculement planifié d’un plan de récupération.
function beginPlannedFailoverAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanPlannedFailoverInput, options?: ReplicationRecoveryPlansPlannedFailoverOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources dans lequel le coffre Recovery Services est présent.
- recoveryPlanName
-
string
Nom du plan de récupération.
Entrée de basculement.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
beginReprotect(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)
Opération permettant de reprotéger (répliquer inverse) un plan de récupération.
function beginReprotect(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansReprotectOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginReprotectAndWait(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)
Opération permettant de reprotéger (répliquer inverse) un plan de récupération.
function beginReprotectAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansReprotectOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
beginTestFailover(string, string, string, RecoveryPlanTestFailoverInput, ReplicationRecoveryPlansTestFailoverOptionalParams)
Opération permettant de démarrer le test de basculement d’un plan de récupération.
function beginTestFailover(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanTestFailoverInput, options?: ReplicationRecoveryPlansTestFailoverOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Entrée de test de basculement du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginTestFailoverAndWait(string, string, string, RecoveryPlanTestFailoverInput, ReplicationRecoveryPlansTestFailoverOptionalParams)
Opération permettant de démarrer le test de basculement d’un plan de récupération.
function beginTestFailoverAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanTestFailoverInput, options?: ReplicationRecoveryPlansTestFailoverOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Entrée de test de basculement du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
beginTestFailoverCleanup(string, string, string, RecoveryPlanTestFailoverCleanupInput, ReplicationRecoveryPlansTestFailoverCleanupOptionalParams)
Opération de nettoyage du test de basculement d’un plan de récupération.
function beginTestFailoverCleanup(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanTestFailoverCleanupInput, options?: ReplicationRecoveryPlansTestFailoverCleanupOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Entrée de nettoyage du test de basculement du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginTestFailoverCleanupAndWait(string, string, string, RecoveryPlanTestFailoverCleanupInput, ReplicationRecoveryPlansTestFailoverCleanupOptionalParams)
Opération de nettoyage du test de basculement d’un plan de récupération.
function beginTestFailoverCleanupAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanTestFailoverCleanupInput, options?: ReplicationRecoveryPlansTestFailoverCleanupOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Entrée de nettoyage du test de basculement du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
beginUnplannedFailover(string, string, string, RecoveryPlanUnplannedFailoverInput, ReplicationRecoveryPlansUnplannedFailoverOptionalParams)
Opération permettant de démarrer le basculement non planifié d’un plan de récupération.
function beginUnplannedFailover(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanUnplannedFailoverInput, options?: ReplicationRecoveryPlansUnplannedFailoverOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Entrée de basculement non planifiée du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginUnplannedFailoverAndWait(string, string, string, RecoveryPlanUnplannedFailoverInput, ReplicationRecoveryPlansUnplannedFailoverOptionalParams)
Opération permettant de démarrer le basculement non planifié d’un plan de récupération.
function beginUnplannedFailoverAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanUnplannedFailoverInput, options?: ReplicationRecoveryPlansUnplannedFailoverOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Entrée de basculement non planifiée du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
beginUpdate(string, string, string, UpdateRecoveryPlanInput, ReplicationRecoveryPlansUpdateOptionalParams)
Opération de mise à jour d’un plan de récupération.
function beginUpdate(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: UpdateRecoveryPlanInput, options?: ReplicationRecoveryPlansUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
- input
- UpdateRecoveryPlanInput
Mettre à jour l’entrée du plan de récupération.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>
beginUpdateAndWait(string, string, string, UpdateRecoveryPlanInput, ReplicationRecoveryPlansUpdateOptionalParams)
Opération de mise à jour d’un plan de récupération.
function beginUpdateAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: UpdateRecoveryPlanInput, options?: ReplicationRecoveryPlansUpdateOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
- input
- UpdateRecoveryPlanInput
Mettre à jour l’entrée du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
get(string, string, string, ReplicationRecoveryPlansGetOptionalParams)
Obtient les détails du plan de récupération.
function get(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansGetOptionalParams): Promise<RecoveryPlan>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- recoveryPlanName
-
string
Nom du plan de récupération.
Paramètres d’options.
Retours
Promise<RecoveryPlan>
list(string, string, ReplicationRecoveryPlansListOptionalParams)
Répertorie les plans de récupération dans le coffre.
function list(resourceName: string, resourceGroupName: string, options?: ReplicationRecoveryPlansListOptionalParams): PagedAsyncIterableIterator<RecoveryPlan, RecoveryPlan[], PageSettings>
Paramètres
- resourceName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
Paramètres d’options.