ReplicationRecoveryPlans interface
Interface die een ReplicationRecoveryPlans vertegenwoordigt.
Methoden
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.
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.
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.
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.
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.
De optiesparameters.
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.
De optiesparameters.
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.
De optiesparameters.
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.
De optiesparameters.
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.
Failover-invoer.
De optiesparameters.
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.
Failover-invoer.
De optiesparameters.
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.
De optiesparameters.
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.
De optiesparameters.
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.
Testfailoverinvoer voor herstelplan.
De optiesparameters.
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.
Testfailoverinvoer voor herstelplan.
De optiesparameters.
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.
Invoer voor het opschonen van failover voor herstelplan.
De optiesparameters.
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.
Invoer voor het opschonen van failover voor herstelplan.
De optiesparameters.
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.
Niet-geplande failover-invoer voor herstelplan.
De optiesparameters.
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.
Niet-geplande failover-invoer voor herstelplan.
De optiesparameters.
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.
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.
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.
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.
De optiesparameters.