Delen via


ReplicationRecoveryPlans interface

Interface die een ReplicationRecoveryPlans vertegenwoordigt.

Methoden

beginCreate(string, string, string, CreateRecoveryPlanInput, ReplicationRecoveryPlansCreateOptionalParams)

De bewerking voor het maken van een herstelplan.

beginCreateAndWait(string, string, string, CreateRecoveryPlanInput, ReplicationRecoveryPlansCreateOptionalParams)

De bewerking voor het maken van een herstelplan.

beginDelete(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)

Een herstelplan verwijderen.

beginDeleteAndWait(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)

Een herstelplan verwijderen.

beginFailoverCancel(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)

De bewerking om de failover van een herstelplan te annuleren.

beginFailoverCancelAndWait(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)

De bewerking om de failover van een herstelplan te annuleren.

beginFailoverCommit(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)

De bewerking voor het doorvoeren van de failover van een herstelplan.

beginFailoverCommitAndWait(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)

De bewerking voor het doorvoeren van de failover van een herstelplan.

beginPlannedFailover(string, string, string, RecoveryPlanPlannedFailoverInput, ReplicationRecoveryPlansPlannedFailoverOptionalParams)

De bewerking om de geplande failover van een herstelplan te starten.

beginPlannedFailoverAndWait(string, string, string, RecoveryPlanPlannedFailoverInput, ReplicationRecoveryPlansPlannedFailoverOptionalParams)

De bewerking om de geplande failover van een herstelplan te starten.

beginReprotect(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)

De bewerking voor het opnieuw beveiligen (omgekeerd repliceren) van een herstelplan.

beginReprotectAndWait(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)

De bewerking voor het opnieuw beveiligen (omgekeerd repliceren) van een herstelplan.

beginTestFailover(string, string, string, RecoveryPlanTestFailoverInput, ReplicationRecoveryPlansTestFailoverOptionalParams)

De bewerking om de testfailover van een herstelplan te starten.

beginTestFailoverAndWait(string, string, string, RecoveryPlanTestFailoverInput, ReplicationRecoveryPlansTestFailoverOptionalParams)

De bewerking om de testfailover van een herstelplan te starten.

beginTestFailoverCleanup(string, string, string, RecoveryPlanTestFailoverCleanupInput, ReplicationRecoveryPlansTestFailoverCleanupOptionalParams)

De bewerking voor het opschonen van testfailover van een herstelplan.

beginTestFailoverCleanupAndWait(string, string, string, RecoveryPlanTestFailoverCleanupInput, ReplicationRecoveryPlansTestFailoverCleanupOptionalParams)

De bewerking voor het opschonen van testfailover van een herstelplan.

beginUnplannedFailover(string, string, string, RecoveryPlanUnplannedFailoverInput, ReplicationRecoveryPlansUnplannedFailoverOptionalParams)

De bewerking om de niet-geplande failover van een herstelplan te starten.

beginUnplannedFailoverAndWait(string, string, string, RecoveryPlanUnplannedFailoverInput, ReplicationRecoveryPlansUnplannedFailoverOptionalParams)

De bewerking om de niet-geplande failover van een herstelplan te starten.

beginUpdate(string, string, string, UpdateRecoveryPlanInput, ReplicationRecoveryPlansUpdateOptionalParams)

De bewerking voor het bijwerken van een herstelplan.

beginUpdateAndWait(string, string, string, UpdateRecoveryPlanInput, ReplicationRecoveryPlansUpdateOptionalParams)

De bewerking voor het bijwerken van een herstelplan.

get(string, string, string, ReplicationRecoveryPlansGetOptionalParams)

Hiermee haalt u de details van het herstelplan op.

list(string, string, ReplicationRecoveryPlansListOptionalParams)

Een lijst met de herstelplannen in de kluis.

Methodedetails

beginCreate(string, string, string, CreateRecoveryPlanInput, ReplicationRecoveryPlansCreateOptionalParams)

De bewerking voor het maken van een herstelplan.

function beginCreate(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: CreateRecoveryPlanInput, options?: ReplicationRecoveryPlansCreateOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
CreateRecoveryPlanInput

Invoer voor het maken van een herstelplan.

options
ReplicationRecoveryPlansCreateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginCreateAndWait(string, string, string, CreateRecoveryPlanInput, ReplicationRecoveryPlansCreateOptionalParams)

De bewerking voor het maken van een herstelplan.

function beginCreateAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: CreateRecoveryPlanInput, options?: ReplicationRecoveryPlansCreateOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
CreateRecoveryPlanInput

Invoer voor het maken van een herstelplan.

options
ReplicationRecoveryPlansCreateOptionalParams

De optiesparameters.

Retouren

Promise<RecoveryPlan>

beginDelete(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)

Een herstelplan verwijderen.

function beginDelete(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

options
ReplicationRecoveryPlansDeleteOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)

Een herstelplan verwijderen.

function beginDeleteAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansDeleteOptionalParams): Promise<void>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

options
ReplicationRecoveryPlansDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

beginFailoverCancel(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)

De bewerking om de failover van een herstelplan te annuleren.

function beginFailoverCancel(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansFailoverCancelOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginFailoverCancelAndWait(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)

De bewerking om de failover van een herstelplan te annuleren.

function beginFailoverCancelAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansFailoverCancelOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

Retouren

Promise<RecoveryPlan>

beginFailoverCommit(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)

De bewerking voor het doorvoeren van de failover van een herstelplan.

function beginFailoverCommit(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansFailoverCommitOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginFailoverCommitAndWait(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)

De bewerking voor het doorvoeren van de failover van een herstelplan.

function beginFailoverCommitAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansFailoverCommitOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

Retouren

Promise<RecoveryPlan>

beginPlannedFailover(string, string, string, RecoveryPlanPlannedFailoverInput, ReplicationRecoveryPlansPlannedFailoverOptionalParams)

De bewerking om de geplande failover van een herstelplan te starten.

function beginPlannedFailover(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanPlannedFailoverInput, options?: ReplicationRecoveryPlansPlannedFailoverOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
RecoveryPlanPlannedFailoverInput

Failover-invoer.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginPlannedFailoverAndWait(string, string, string, RecoveryPlanPlannedFailoverInput, ReplicationRecoveryPlansPlannedFailoverOptionalParams)

De bewerking om de geplande failover van een herstelplan te starten.

function beginPlannedFailoverAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanPlannedFailoverInput, options?: ReplicationRecoveryPlansPlannedFailoverOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
RecoveryPlanPlannedFailoverInput

Failover-invoer.

Retouren

Promise<RecoveryPlan>

beginReprotect(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)

De bewerking voor het opnieuw beveiligen (omgekeerd repliceren) van een herstelplan.

function beginReprotect(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansReprotectOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginReprotectAndWait(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)

De bewerking voor het opnieuw beveiligen (omgekeerd repliceren) van een herstelplan.

function beginReprotectAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansReprotectOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

Retouren

Promise<RecoveryPlan>

beginTestFailover(string, string, string, RecoveryPlanTestFailoverInput, ReplicationRecoveryPlansTestFailoverOptionalParams)

De bewerking om de testfailover van een herstelplan te starten.

function beginTestFailover(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanTestFailoverInput, options?: ReplicationRecoveryPlansTestFailoverOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
RecoveryPlanTestFailoverInput

Testfailoverinvoer voor herstelplan.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginTestFailoverAndWait(string, string, string, RecoveryPlanTestFailoverInput, ReplicationRecoveryPlansTestFailoverOptionalParams)

De bewerking om de testfailover van een herstelplan te starten.

function beginTestFailoverAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanTestFailoverInput, options?: ReplicationRecoveryPlansTestFailoverOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
RecoveryPlanTestFailoverInput

Testfailoverinvoer voor herstelplan.

Retouren

Promise<RecoveryPlan>

beginTestFailoverCleanup(string, string, string, RecoveryPlanTestFailoverCleanupInput, ReplicationRecoveryPlansTestFailoverCleanupOptionalParams)

De bewerking voor het opschonen van testfailover van een herstelplan.

function beginTestFailoverCleanup(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanTestFailoverCleanupInput, options?: ReplicationRecoveryPlansTestFailoverCleanupOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
RecoveryPlanTestFailoverCleanupInput

Invoer voor het opschonen van failover voor herstelplan.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginTestFailoverCleanupAndWait(string, string, string, RecoveryPlanTestFailoverCleanupInput, ReplicationRecoveryPlansTestFailoverCleanupOptionalParams)

De bewerking voor het opschonen van testfailover van een herstelplan.

function beginTestFailoverCleanupAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanTestFailoverCleanupInput, options?: ReplicationRecoveryPlansTestFailoverCleanupOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
RecoveryPlanTestFailoverCleanupInput

Invoer voor het opschonen van failover voor herstelplan.

Retouren

Promise<RecoveryPlan>

beginUnplannedFailover(string, string, string, RecoveryPlanUnplannedFailoverInput, ReplicationRecoveryPlansUnplannedFailoverOptionalParams)

De bewerking om de niet-geplande failover van een herstelplan te starten.

function beginUnplannedFailover(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanUnplannedFailoverInput, options?: ReplicationRecoveryPlansUnplannedFailoverOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
RecoveryPlanUnplannedFailoverInput

Niet-geplande failover-invoer voor herstelplan.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginUnplannedFailoverAndWait(string, string, string, RecoveryPlanUnplannedFailoverInput, ReplicationRecoveryPlansUnplannedFailoverOptionalParams)

De bewerking om de niet-geplande failover van een herstelplan te starten.

function beginUnplannedFailoverAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: RecoveryPlanUnplannedFailoverInput, options?: ReplicationRecoveryPlansUnplannedFailoverOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
RecoveryPlanUnplannedFailoverInput

Niet-geplande failover-invoer voor herstelplan.

Retouren

Promise<RecoveryPlan>

beginUpdate(string, string, string, UpdateRecoveryPlanInput, ReplicationRecoveryPlansUpdateOptionalParams)

De bewerking voor het bijwerken van een herstelplan.

function beginUpdate(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: UpdateRecoveryPlanInput, options?: ReplicationRecoveryPlansUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
UpdateRecoveryPlanInput

Invoer van herstelplan bijwerken.

options
ReplicationRecoveryPlansUpdateOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<RecoveryPlan>, RecoveryPlan>>

beginUpdateAndWait(string, string, string, UpdateRecoveryPlanInput, ReplicationRecoveryPlansUpdateOptionalParams)

De bewerking voor het bijwerken van een herstelplan.

function beginUpdateAndWait(resourceName: string, resourceGroupName: string, recoveryPlanName: string, input: UpdateRecoveryPlanInput, options?: ReplicationRecoveryPlansUpdateOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van herstelplan.

input
UpdateRecoveryPlanInput

Invoer van herstelplan bijwerken.

options
ReplicationRecoveryPlansUpdateOptionalParams

De optiesparameters.

Retouren

Promise<RecoveryPlan>

get(string, string, string, ReplicationRecoveryPlansGetOptionalParams)

Hiermee haalt u de details van het herstelplan op.

function get(resourceName: string, resourceGroupName: string, recoveryPlanName: string, options?: ReplicationRecoveryPlansGetOptionalParams): Promise<RecoveryPlan>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

recoveryPlanName

string

Naam van het herstelplan.

options
ReplicationRecoveryPlansGetOptionalParams

De optiesparameters.

Retouren

Promise<RecoveryPlan>

list(string, string, ReplicationRecoveryPlansListOptionalParams)

Een lijst met de herstelplannen in de kluis.

function list(resourceName: string, resourceGroupName: string, options?: ReplicationRecoveryPlansListOptionalParams): PagedAsyncIterableIterator<RecoveryPlan, RecoveryPlan[], PageSettings>

Parameters

resourceName

string

De naam van de Recovery Services-kluis.

resourceGroupName

string

De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is.

options
ReplicationRecoveryPlansListOptionalParams

De optiesparameters.

Retouren