共用方式為


ReplicationRecoveryPlans interface

代表 ReplicationRecoveryPlans 的介面。

方法

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

建立復原方案的作業。

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

建立復原方案的作業。

beginDelete(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)

刪除復原方案。

beginDeleteAndWait(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)

刪除復原方案。

beginFailoverCancel(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)

取消復原方案的容錯移轉作業。

beginFailoverCancelAndWait(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)

取消復原方案的容錯移轉作業。

beginFailoverCommit(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)

認可復原方案的容錯移轉作業。

beginFailoverCommitAndWait(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)

認可復原方案的容錯移轉作業。

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

啟動復原計畫的計劃性容錯移轉作業。

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

啟動復原計畫的計劃性容錯移轉作業。

beginReprotect(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)

要重新保護的作業 (反向複寫) 復原方案。

beginReprotectAndWait(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)

要重新保護的作業 (反向複寫) 復原方案。

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

啟動復原方案測試容錯移轉的作業。

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

啟動復原方案測試容錯移轉的作業。

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

清除復原方案測試容錯移轉的作業。

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

清除復原方案測試容錯移轉的作業。

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

啟動復原計畫非計劃性容錯移轉的作業。

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

啟動復原計畫非計劃性容錯移轉的作業。

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

更新復原方案的作業。

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

更新復原方案的作業。

get(string, string, string, ReplicationRecoveryPlansGetOptionalParams)

取得復原方案的詳細資料。

list(string, string, ReplicationRecoveryPlansListOptionalParams)

列出保存庫中的復原方案。

方法詳細資料

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

建立復原方案的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
CreateRecoveryPlanInput

復原計畫建立輸入。

傳回

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

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

建立復原方案的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
CreateRecoveryPlanInput

復原計畫建立輸入。

傳回

Promise<RecoveryPlan>

beginDelete(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)

刪除復原方案。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

傳回

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

beginDeleteAndWait(string, string, string, ReplicationRecoveryPlansDeleteOptionalParams)

刪除復原方案。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

傳回

Promise<void>

beginFailoverCancel(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)

取消復原方案的容錯移轉作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

傳回

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

beginFailoverCancelAndWait(string, string, string, ReplicationRecoveryPlansFailoverCancelOptionalParams)

取消復原方案的容錯移轉作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

傳回

Promise<RecoveryPlan>

beginFailoverCommit(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)

認可復原方案的容錯移轉作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

傳回

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

beginFailoverCommitAndWait(string, string, string, ReplicationRecoveryPlansFailoverCommitOptionalParams)

認可復原方案的容錯移轉作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

傳回

Promise<RecoveryPlan>

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

啟動復原計畫的計劃性容錯移轉作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
RecoveryPlanPlannedFailoverInput

容錯移轉輸入。

傳回

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

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

啟動復原計畫的計劃性容錯移轉作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
RecoveryPlanPlannedFailoverInput

容錯移轉輸入。

傳回

Promise<RecoveryPlan>

beginReprotect(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)

要重新保護的作業 (反向複寫) 復原方案。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

傳回

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

beginReprotectAndWait(string, string, string, ReplicationRecoveryPlansReprotectOptionalParams)

要重新保護的作業 (反向複寫) 復原方案。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

傳回

Promise<RecoveryPlan>

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

啟動復原方案測試容錯移轉的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
RecoveryPlanTestFailoverInput

復原計畫測試容錯移轉輸入。

傳回

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

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

啟動復原方案測試容錯移轉的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
RecoveryPlanTestFailoverInput

復原計畫測試容錯移轉輸入。

傳回

Promise<RecoveryPlan>

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

清除復原方案測試容錯移轉的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
RecoveryPlanTestFailoverCleanupInput

復原計畫測試容錯移轉清除輸入。

傳回

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

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

清除復原方案測試容錯移轉的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
RecoveryPlanTestFailoverCleanupInput

復原計畫測試容錯移轉清除輸入。

傳回

Promise<RecoveryPlan>

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

啟動復原計畫非計劃性容錯移轉的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
RecoveryPlanUnplannedFailoverInput

復原計畫非計劃性容錯移轉輸入。

傳回

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

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

啟動復原計畫非計劃性容錯移轉的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
RecoveryPlanUnplannedFailoverInput

復原計畫非計劃性容錯移轉輸入。

傳回

Promise<RecoveryPlan>

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

更新復原方案的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
UpdateRecoveryPlanInput

更新復原計畫輸入。

傳回

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

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

更新復原方案的作業。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案名稱。

input
UpdateRecoveryPlanInput

更新復原計畫輸入。

傳回

Promise<RecoveryPlan>

get(string, string, string, ReplicationRecoveryPlansGetOptionalParams)

取得復原方案的詳細資料。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

recoveryPlanName

string

復原方案的名稱。

傳回

Promise<RecoveryPlan>

list(string, string, ReplicationRecoveryPlansListOptionalParams)

列出保存庫中的復原方案。

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

參數

resourceName

string

復原服務保存庫的名稱。

resourceGroupName

string

復原服務保存庫所在的資源組名。

傳回