Property | Type | Description | |
---|---|---|---|
failoverDeploymentModel | string | ||
primaryserver | string | ||
recoveryserver | string |
Property | Type | Description | |
---|---|---|---|
CreateRecoveryPlan | void | ||
CreateRecoveryPlan | void | ||
CreateRecoveryPlan | void | ||
CreateRecoveryPlanLegacy | void |
Method | Description | |
---|---|---|
ExecuteSiteRecoveryCmdlet ( ) : void |
ProcessRecord of the command.
|
Method | Description | |
---|---|---|
CreateRecoveryPlan ( ) : void |
Creates Replication Plan
|
|
CreateRecoveryPlan ( Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan recoveryPlan ) : void |
Create Recovery Plan: By Service object
|
|
CreateRecoveryPlan ( string recoveryPlanName, Microsoft.Azure.Management.SiteRecovery.Models.CreateRecoveryPlanInput createRecoveryPlanInput ) : void |
Create Replication Plan: Utility call
|
|
CreateRecoveryPlanLegacy ( ) : void |
Creates Replication Plan Legacy.
|