C# Class Microsoft.Azure.Commands.SiteRecovery.NewAzureRmSiteRecoveryRecoveryPlan

Inheritance: SiteRecoveryCmdletBase
Show file Open project: Azure/azure-powershell

Public Properties

Property Type Description
failoverDeploymentModel string
primaryserver string
recoveryserver string

Private Properties

Property Type Description
CreateRecoveryPlan void
CreateRecoveryPlan void
CreateRecoveryPlan void
CreateRecoveryPlanLegacy void

Public Methods

Method Description
ExecuteSiteRecoveryCmdlet ( ) : void

ProcessRecord of the command.

Private Methods

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.

Method Details

ExecuteSiteRecoveryCmdlet() public method

ProcessRecord of the command.
public ExecuteSiteRecoveryCmdlet ( ) : void
return void

Property Details

failoverDeploymentModel public property

Gets or sets failover deployment model
public string failoverDeploymentModel
return string

primaryserver public property

Gets or sets Name of the primary server.
public string primaryserver
return string

recoveryserver public property

Gets or sets Name of the recovery server.
public string recoveryserver
return string