Delen via


PSRecoveryServicesClient.CreateAzureSiteRecoveryRecoveryPlan Method

Definition

Starts Creating Recovery Plan.

public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation CreateAzureSiteRecoveryRecoveryPlan (string recoveryPlanName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateRecoveryPlanInput input);
member this.CreateAzureSiteRecoveryRecoveryPlan : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateRecoveryPlanInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function CreateAzureSiteRecoveryRecoveryPlan (recoveryPlanName As String, input As CreateRecoveryPlanInput) As PSSiteRecoveryLongRunningOperation

Parameters

recoveryPlanName
String

Recovery Plan Name

input
CreateRecoveryPlanInput

Create Recovery Plan Input

Returns

Job response

Applies to